#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
#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
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
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
#include
#include
using namespace std;
#ifdef ONLINE_JUDGE
#define FINPUT(file) 0
#define FOUTPUT(file) 0
#else ...
分类:
其他好文 时间:
2014-05-11 20:30:57
阅读次数:
308
if (radioButton1.Checked == true) textBox2.Text =
姓名: + textBox1.Text + 性别: + radioButton1.Text + 专业 + comboBox1.Text; else
textBox2.Text = 姓名: + text...
分类:
其他好文 时间:
2014-05-11 16:58:29
阅读次数:
199
#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上传图片并同时生成缩略图
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