-
codelock
用共阴极数码管做的密码锁,可修改密码
( this is a codelock )
- 2009-02-28 18:55:30下载
- 积分:1
-
MultipleView
一个用OpenGL实现的一个窗口多视口显示的程序,可以实现四个视口间的拼接(A window with an OpenGL implementation of the multi-viewport display program that can realize the splice between four viewports)
- 2014-11-01 22:27:22下载
- 积分:1
-
anigifsrc
实现Richedit中的表情,可以使用图像或gif动画,非常棒(Richedit expression can use the image or gif animation, great)
- 2013-03-19 17:42:20下载
- 积分:1
-
control_exp_missile
制导律研究 制导律研究 制导律研究 制导律研究 制导律研究(Guidance Law Guidance Law Guidance Law Guidance Law Guidance Law)
- 2015-05-26 23:15:29下载
- 积分:1
-
C# 修复Access数据库的一个范例程序
C# 修复Access数据库的一个范例程序,不过不知道到底能不能修复吧,这个修复过程的编写,可参考以下代码:
//声明临时数据库的名称
string temp = DateTime.Now.Year.ToString();
temp += DateTime.Now.Month.ToString();
temp += DateTime.Now.Day.ToString();
temp += DateTime.Now.Hour.ToString();
temp += DateTime.Now.Minute.ToString();
temp += DateTime.Now.Second.ToString() + ".bak";
temp = strPathMdb.Substring(0, strPathMdb.LastIndexOf("") + 1) + temp;
//定义临时数据库的连接字符串
string temp2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + temp;
//定义目标数据库的连接字符串
string strPathMdb2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPathMdb;
JRO.JetEngineClass jt = new JRO.JetEngineClass();//创建一个JetEngineClass对象
//使用JetEngineClass对象的CompactDatabase方法压缩修复数据库
jt.CompactDatabase(strPathMdb2, temp2);
File.Copy(temp, strPathMdb, true);//拷贝临时数据库到目标数据库(覆盖)
File.Delete(temp);//删除临时数据库
MessageBox.Show("修复完成");
这个程序中使用了三个类库:Interop.ADODB.dll、Interop.ADOX.dll、Interop.JRO.dll。
- 2022-01-26 03:31:51下载
- 积分:1
-
基于FP-growth的蘑菇数据集频繁项挖掘
上了数据挖掘实验课,是老师要求完成的作业,完成了上来跟大家分享一下,该代码的数据集是用的蘑菇数据集,mushroom,大家上网都可以找到,修改下加载地址就行了。
- 2022-12-08 09:50:04下载
- 积分:1
-
AGV程序
AGV控制源码,可以分别实现相关控制、运动检测、导航识别、传感器数据融合功能。同时提供相关数据解析
、无线通信等功能,具有很好的参考价值意义。开发平台为C语言,可以用KEIL进行编译。
- 2022-03-17 23:09:02下载
- 积分:1
-
通过VC++编译的成绩管理系统的原代码,无错可以直接运行
通过VC++编译的成绩管理系统的原代码,无错可以直接运行-VC++
- 2022-07-07 15:06:08下载
- 积分:1
-
eqep
基于F28035的EQEP模块用于捕获外部脉冲的程序(The EQEP based F28035 module for capturing external pulse program)
- 2020-08-23 15:38:16下载
- 积分:1
-
C-xiangmu
男人下100层小游戏,学校C语言项目用C写的。但是用到了C++的图形库,所以是CPP文件。几乎都是C的语法。是男人下100层小游戏。(100 men under the layer of small game, the school C language program written in C. But the use of the C++ graphics library, so is the CPP file. Almost all of the C syntax. Is the man under 100 layers of small game.)
- 2013-10-08 09:58:33下载
- 积分:1