首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴随便看看全站
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;

......................
阅读全部 | yuzhen_12551 贴于 2013年10月28日 15:55     hide bbsi
#include<iostream>
using namespace std;
                                                                               
int main() 
{       
int i;
const double pi=3.1415926;
cout<<"请输入以下计算编号:1,长方形面积 。2,圆的面积。3,正方形的面积。\n";
cin>>i;
if (i>=3&&i<=0)
cout<<"你TM在玩我?!只能输入1到3的任一整数"<<endl;
switch(i)
......................
阅读全部 | 我辈年轻 贴于 2013年10月25日 21:58     hide bbsi
headScale
upScale
waistScale
armWidth
legWidth
breastScale
阅读全部 | q108208 贴于 2013年10月24日 21:37     hide bbsi
#include "stdio.h"
#include "malloc.h"
#define MaxSize 100
typedef char ElemType;

typedef struct node
{
ElemType data;
struct node *lchild;
struct node *rchild;
}BTNode;
void CreateBTNode(BTNode * &b,char *str)
......................
阅读全部 | linlin0987 贴于 2013年10月24日 20:31     hide bbsi
求翻译以下c#代码,谢谢!
string hdcontrolurl = "http://tc.hd.xiaomi.com/hdget?callback=hdcontrol";
         request = WebRequest.Create(hdcontrolurl) as HttpWebRequest;
         request.CookieContainer = cookieContainer;
         request.Method = "GET";
         request.Host = "tc.hd.xiaomi.com";
         request.UserAgent = "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36";
         response = (HttpWebResponse)request.GetResponse();
         Stream instream = response.GetResponseStream();
         sr = new StreamReader(instream, encoding);
         content = sr.ReadToEnd();

......................
阅读全部 | LGPLGP 贴于 2013年10月18日 23:00     hide bbsi
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
int main()
{
char c[]="1234567";
char tmp[100]={"\0"};
int clen=strlen(c);
int  n=3;
int n2=n;
int n3=n;
int index=0;
......................
阅读全部 | wp231957 贴于 2013年10月18日 12:51     hide bbsi
asfadfadsfs
阅读全部 | david3699 贴于 2013年10月17日 21:00     hide bbsi
YCFHQ-9DWCY-DKV88-T2TMH-G7BHP
阅读全部 | wp231957 贴于 2013年10月17日 18:16     hide bbsi
//我的可运行源码,一个字符都没有改。 
protected void btnOutput_Click(object sender, EventArgs e)
//这是页面上的导出按钮单击入口。
    {
string strFileName = HttpContext.Current.Server.MapPath("../Excels/") + "ExcelOutput";
//本行指定一个服务器上的绝对路径和文件名;
try
{

      HttpResponse resp;
      resp = HttpContext.Current.Response;
      resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");
......................
阅读全部 | Coker_Ye 贴于 2013年10月17日 16:36     hide bbsi
#include <stdio.h>
main()
{
 int t,a,b,c;
 scanf("%d\n",&t);
 a=/100;
 b=/10%10;
 c=%10;
 t=a+b+c;
 printf("%d"t);
 getchar();
}
阅读全部 | zwz145826800 贴于 2013年10月16日 21:54     hide bbsi
上一页 241 242 243 244 245 246 247 248 249 250 下一页