-
E2201
利用两组数码管组成的两位数计数器,需要的可以做为叁考(The use of digital control groups composed of double-digit counter can be used as needed Triple test)
- 2009-10-10 04:01:27下载
- 积分:1
-
FormatIO
强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。(Forced to delete the file, no injection no driver no hook, the principle is to find the file lock handle, and then close the handle.)
- 2017-03-08 23:18:04下载
- 积分:1
-
initpop
几个matlab小程序,主要用于遗传算法仿真(Several small matlab program, mainly for genetic algorithm simulation)
- 2010-09-05 00:15:51下载
- 积分:1
-
SBGLXT
一款设备管理系统,可以基本实现比如设备出借归还 ,设别添加删除,用户管理等的基本功能。(An equipment management system)
- 2013-12-15 01:41:24下载
- 积分:1
-
把握 p-中位 (主文件)
为解决 p-中位问题的启发式算法。只有主文件。代码的其余部分将作为分离文件上载。
- 2022-04-09 11:29:20下载
- 积分:1
-
jetsql_src
使用MS Jet做的一个解释运行SQL语句/文件的程序(The app of interpreting SQL text or file based on MS JET)
- 2020-06-30 04:40:02下载
- 积分:1
-
szpc
说明: 用c#编写的水准网平差程序,采用的是间接平差的方法,大家可以参考学习,处理平差数据(The adjustment program of leveling network compiled byuses the method of indirect adjustment.)
- 2020-04-18 23:42:49下载
- 积分:1
-
通过C#的程序实现分离数据库功能
C#分离数据库功能,这个功能相信对于熟悉SQLSERVER的程序开发者不陌生了,本示例演示C#编写程序,实现数据库分离功能。C#分离数据库将执行以下代码:
try
{
SqlCommand cmd = new SqlCommand();//创建数据库命令对象
con.Open();//打开数据库连接
cmd.Connection = con;//设置连接属性
cmd.CommandText =//设置要执行的SQL语句
"sp_detach_db @dbname= + this.comboBox1.Text+";
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("分离成功");//弹出消息对话框
}
catch(Exception ey)
{
MessageBox.Show(ey.Message);//抛出异常信息,弹出消息对话框
}
- 2022-04-06 22:36:25下载
- 积分:1
-
六脚铁甲虫机器人
两个超声波,六脚铁甲虫机器人,STM32F10
- 2022-07-02 09:43:44下载
- 积分:1
-
串口DLL
C#写的串口通信的,具体的大家看名字应该知道了(C# to write serial communications, specific names should we do know)
- 2005-06-06 10:13:02下载
- 积分:1