-
REGISTER
用户注册简单系统保证开发者权益方便初学者(Simple user registration system to ensure that the interests of developers easier for beginners)
- 2008-05-25 03:17:11下载
- 积分:1
-
couplehelper
couple helper system for flyff
- 2014-12-31 04:35:08下载
- 积分:1
-
chat实例
说明: 基于VC++的局域网聊天室,能够实现多人房间聊天。(LAN chat room based on VC++ can realize multi-room chat.)
- 2019-02-15 10:30:43下载
- 积分:1
-
C# 利用AND运算符进行查询
C# 利用AND运算符进行查询,查询外语成绩和高数成绩都大于80的学生信息。相关的SQL语句写法和自定义如下:
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_Grade WHERE 外语>80 AND 高数>80");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-29 10:55:04下载
- 积分:1
-
opengl:glaux的lib
OpenGL的库,包含glaux.h、glaux.dll,glaux.lib。
- 2023-07-18 16:30:03下载
- 积分:1
-
Gauss
高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!(Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!)
- 2013-08-10 12:31:59下载
- 积分:1
-
LINDAI_TRANS
重点在测量学中常见的邻带坐标转换程序,可直接使用(Focus on surveying the common neighborhood with coordinate conversion process can be used directly)
- 2013-08-31 22:33:03下载
- 积分:1
-
Torque_ControL
Toshiba s TMPM370 torque control specification
- 2013-08-06 21:34:44下载
- 积分:1
-
jiatingzhangdan
实现简单的家庭账单功能,如:添加收入支出记录、修改收入支出记录、查看收入支出记录等功能(Achieve a simple household bills functions, such as: income and expenditure records to add, modify, income and expenditure records, view income and expenditure records and other functions)
- 2013-07-02 00:20:08下载
- 积分:1
-
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能...
用C#制作的一个连接应用程序,具体实现具体如下:连接到库文件,并对其读取功能-C# produced a connecting applications, concrete realization as follows : connect to the library and read its function
- 2022-02-01 08:16:50下载
- 积分:1