-
VirtualCamera
window下注册一个虚拟摄像头,并且在内存中开辟一块共享内存,将共享内存中的数据显示在摄像头中。qq等聊天工具可用。(Window registered a virtual camera, and in memory to open a shared memory, the shared memory data display in the camera. QQ chat tools available.)
- 2014-10-28 12:16:32下载
- 积分:1
-
2104_lcd
2104LCD 160128A,包括Proteus仿真。c语言(2104LCD 160128A, including Proteus simulation. c language)
- 2011-06-20 14:44:15下载
- 积分:1
-
frmCashExpend
阿里大鱼短信开发包,里面有对应的dll文件和demo程序(Ali Big Fish Short Message Development Kit, which has the corresponding DLL file and demo program)
- 2020-06-25 07:40:02下载
- 积分:1
-
4个8液晶驱动程序
- 2021-08-06 00:30:58下载
- 积分:1
-
PC-boyi
象棋是一种完全知识博弈,本书介绍一些技术应用于这种博弈(Chess is a game full of knowledge, the book introduces some of the techniques used in this game)
- 2011-11-11 17:51:47下载
- 积分:1
-
zorros-software
C++初级设计常用举例,方便初学者学习查对。如有疑问可回帖索求。(C++ primary design used for example for beginners to learn checker.)
- 2013-11-04 11:11:54下载
- 积分:1
-
secondwatch2
毫秒计时程序(millisecond time procedure)
- 2005-01-15 21:00:37下载
- 积分:1
-
TextEditMask
实现文本框的控制输入,例如,只输入数字,比较简单,可使用DLL文件(Control input for text box)
- 2018-08-30 14:11:36下载
- 积分: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
-
TableFlipDemo
还是一个uitableview 变化的demo 大家可以参考一下(Uitableview change or a demo we can reference)
- 2011-11-12 12:11:09下载
- 积分:1