效果截图:代码展示:using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Text;using Sys...
分类:
其他好文 时间:
2014-05-23 04:31:37
阅读次数:
312
getJSON方法:jQuery.getJSON(url,data,success(data,status,xhr))$("button").click(function(){
$.getJSON("demo_ajax_json.js",function(result_data){ $.ea...
分类:
Web程序 时间:
2014-05-23 04:10:51
阅读次数:
251
效果截图:粒子模拟代码展示:#include "Particle.h"/** 构造函数
*/CParticle::CParticle(){data = NULL;numparticle = 0;}/** 析构函数
*/CParticle::~CParticle(){delete []data;dat...
分类:
其他好文 时间:
2014-05-23 03:48:38
阅读次数:
319
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-05-23 03:42:43
阅读次数:
353
【7.4】 1 #include 2 #include 3 #include 4 using
namespace std; 5 #define MAXN 100 6 7 typedef struct node{ 8 char data; 9 node
*lchild;10 ...
分类:
其他好文 时间:
2014-05-23 03:26:20
阅读次数:
260
using System;using System.Collections.Generic;using
System.Data.Entity.Infrastructure;using System.Linq;using
System.Linq.Expressions;using System.Tex...
分类:
其他好文 时间:
2014-05-22 16:50:46
阅读次数:
266
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.IO;using System.Linq;usi...
分类:
其他好文 时间:
2014-05-22 16:45:22
阅读次数:
187
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
编程语言 时间:
2014-05-22 16:14:16
阅读次数:
276
一、测量学的实习数据:(这是有问题的数据,第3列和第4列都少加了4000,第5列少加了20)左边数据是测量学导出的data文件file1.txt通过下面的程序修改后的数据file2.txt#include
#include#includeint main(){double a[100][100];i...
分类:
其他好文 时间:
2014-05-22 13:51:36
阅读次数:
223
11:33 2013/6/26 SQL语句: DML(Data Manipulation
Language 数据操作语言)语句:insert update delete selectDDL(Data Difinition Language
数据定义语言)语句:create table/ create...
分类:
数据库 时间:
2014-05-22 13:50:16
阅读次数:
442