码迷,mamicode.com
首页 >  
搜索关键字:load data    ( 80912个结果
基本sql语句
11:33 2013/6/26SQL语句:DML(Data Manipulation Language 数据操作语言)语句:insert update delete selectDDL(Data Difinition Language 数据定义语言)语句:create table/ create d...
分类:数据库   时间:2014-05-23 05:20:28    阅读次数:339
普通平衡树代码。。。Treap
应一些人之邀。。。发一篇代码 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 struct node 8 { 9 int data; 10 int key; 11...
分类:其他好文   时间:2014-05-23 05:17:06    阅读次数:246
OpenGL小试牛刀第一季
效果截图:代码展示: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
jQuery获取JSON格式数据方法
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
OpenGL小试牛刀第二季(粒子模拟)
效果截图:粒子模拟代码展示:#include "Particle.h"/** 构造函数 */CParticle::CParticle(){data = NULL;numparticle = 0;}/** 析构函数 */CParticle::~CParticle(){delete []data;dat...
分类:其他好文   时间:2014-05-23 03:48:38    阅读次数:319
模仿ArcGIS用Graphics重绘的直方图分级调节器
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】
【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
ahjesus配置vsftpd虚拟用户在Ubuntu
网上搜索了很多资料,过时,不全,货不对版已下步骤亲测有效,不包含匿名用户登录1、新建/home/loguser.txt并填充内容,格式如下用户名密码用户名密码用户名密码2、生成db文件用于用户验证执行db_load -T -t hash -f /home/loguser.txt /etc/vsftp...
分类:其他好文   时间:2014-05-23 03:23:06    阅读次数:280
程序的又一次测量学实际应用(程序对全站仪测量学导出数据文件的读取与修改)
一、测量学的实习数据:(这是有问题的数据,第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
常用sql语句
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!