码迷,mamicode.com
首页 >  
搜索关键字:if...else    ( 23991个结果
九度 1124
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-12 14:12:35    阅读次数:379
九度 1105
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-12 06:30:08    阅读次数:232
Objective-C中的BOOL和bool
BOOL t3=1024; if (t3) { NSLog(@"yes"); }else{ NSLog(@"no"); }输出:Test[1524:60b] notypedef signed char BOOL;BOOL 使用了一个8 位(一个字...
分类:其他好文   时间:2014-05-12 04:24:56    阅读次数:271
ajax(二)
ajaxXMLHttpRequest对象if (window.ActiveXObject) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlhttp = new X....
分类:其他好文   时间:2014-05-12 02:33:04    阅读次数:240
线性表操作练习
/*1、线性表练习(1)从给定顺序表A中删除元素值在x到y(x=x&&A[i]max) max=A[i]; else if(A[i]data=e; L->next=NULL; } else { if(i==1) ...
分类:其他好文   时间:2014-05-11 23:26:26    阅读次数:384
一个功能更强大的函数,也是用正则表达式写的
Option Explicit Function stripHTML(strtext)  dim arysplit,i,j, strOutput  arysplit=split(strtext," if len(arysplit(0))>0 then j=1 else j=0 for i=j to ubound(arysplit)  if instr(arysplit(i),">") ...
分类:其他好文   时间:2014-05-11 21:56:06    阅读次数:355
九度 1201
#include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-11 20:30:57    阅读次数:308
P?H?P?制?作?姓?名?、?学?号?。?爱?好?等?窗?口
if (radioButton1.Checked == true) textBox2.Text = 姓名: + textBox1.Text + 性别: + radioButton1.Text + 专业 + comboBox1.Text; else textBox2.Text = 姓名: + text...
分类:其他好文   时间:2014-05-11 16:58:29    阅读次数:199
九度 1106
#include #include #include using namespace std; #ifdef ONLINE_JUDGE                                    #define FINPUT(file)  0 #define FOUTPUT(file) 0 #else                              ...
分类:其他好文   时间:2014-05-10 08:58:45    阅读次数:281
asp.net上传图片并同时生成缩略图
asp.net上传图片并同时生成缩略图   Sub UploadFile(sender As Object, e As EventArgs) If FileUp.PostedFile.ContentLength = 0 Then  FileInfo.Visible = False  Exit Sub  Else  FileInfo.Visible = True  FDisplay1...
分类:Web程序   时间:2014-05-10 04:19:36    阅读次数:372
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!