-
dhk1.5
利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
- 2020-10-29 15:09:56下载
- 积分:1
-
Cloth__Simulation
一个布料的OPNEGL仿真模拟,用来理解布料受力模型。(a fabric OPNEGL simulation to understand the cloth mechanical model.)
- 2007-03-21 21:14:54下载
- 积分:1
-
sniffer1
C语言实现的监听网络流量的程序,并对截取的报文进行分析。(C language to monitor the flow of network procedures, and analysis of the interception of the message.)
- 2017-01-04 15:17:53下载
- 积分:1
-
Visual C# 查询指定时间间隔的数据
Visual C# 查询指定时间间隔的数据,根据学生出生年月查询学生年龄,代码如下:
private DataTable GetMessage()
{
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-03-02 08:45:17下载
- 积分:1
-
C# 开发COM组件实例 附完整源码下载
C# 开发COM组件实例 附完整源码下载
- 2013-09-20下载
- 积分:1
-
MATLAB语言常用算法14类程序集
MATLAB语言常用算法14类程序集: 插值 ,函数逼近,矩阵特征,数值拟合等(MATLAB language commonly used algorithms 14 kinds of assemblies: interpolation, function approximation, matrix characteristics, numerical fitting, etc.)
- 2020-06-24 09:20:02下载
- 积分:1
-
biaogao4
机械设计及理论 转子动力学中对轴承的研究(Mechanical Design and Theory Rotor Dynamics)
- 2013-10-08 10:47:31下载
- 积分:1
-
ht1621
ht1261 STM32 驱动,亲测可用(ht1621 driver for STM32.tested.)
- 2019-05-16 14:33:08下载
- 积分:1
-
ZedGraghDynamic
实现动态更新二维图形,使用第三方ZedGragh控件显示曲线。使用VS2010编程。稍作改动即可满足实时刷新曲线的要求。(Dynamically updated two-dimensional graphics, use the third party ZedGragh control displays the curve. Using VS2010 programmed. Some minor changes to meet the requirements of real-time refresh curve.)
- 2012-09-27 10:32:04下载
- 积分:1
-
PCB
这是code使用说明,对大家比较有帮助,新手必备(This is the code for use)
- 2013-12-01 18:22:12下载
- 积分:1