-
the procedures used to achieve VB SQL 2000 can be achieved neighborhood househol...
本程序用VB+SQL 2000实现,可以实现小区的住户资料,仪表资料,住户投宿,住户报修等数据的查询,修改,删除,统计和以报表形式打印输出.-the procedures used to achieve VB SQL 2000 can be achieved neighborhood households, Instrumentation, tenants will be met, household repair and other data query, modify, delete, statistics and statements in the form of printouts.
- 2022-04-16 17:26:50下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-04-10 01:41:39下载
- 积分:1
-
format will SEG
将格式为SEG-Y的地震数据的某道信息截出来,程序为c++程序,经过编译了-format will SEG-Y seismic data information of a certain cut, and procedures for c procedures are followed, the compiler
- 2022-01-25 17:39:42下载
- 积分:1
-
GIS+VB开发. GIS+VB开发.
GIS+VB开发. GIS+VB开发.-GIS+ VB development. GIS+ VB development.
- 2022-03-13 08:37:09下载
- 积分:1
-
k阶斐波那契序列
k阶斐波那契序列-Fibonacci Sequence
- 2022-04-09 04:14:33下载
- 积分:1
-
《自适应滤波器》附带的matlab源码,需要者可下
《自适应滤波器》附带的matlab源码,需要者可下-Adaptive filter, matlab source
- 2022-04-11 21:17:28下载
- 积分:1
-
对于游戏的变化,内存数据的分析,属性数据的变化,。
游戏修改器,对内存数据进行分析,得到变化的属性数据,对属性数据进行修改。-changes for the game, the memory data analysis, changes in the attribute data, attribute data to make revisions.
- 2022-12-06 05:00:03下载
- 积分:1
-
FOX2WEB编程工具
功能强大,不下后悔!
FOX2WEB编程工具
功能强大,不下后悔!-FOX2WEB powerful programming tool, as many regret it!
- 2022-01-26 16:59:45下载
- 积分:1
-
回溯算法中的圆排列问题
回溯算法中的圆排列问题-backtracking algorithm with a round of the problem
- 2022-07-19 12:24:57下载
- 积分:1
-
一个基于纯C++的简单的成绩管理系统
一个基于纯C++的简单的成绩管理系统,包括按照学号、姓名、成绩的查找,平均分,最低、最高分,及格和不及格人数等基本功能。使用的是双向循环链表结点模板
- 2022-09-28 00:15:11下载
- 积分:1