-
CsLWS
说明: LWS地磅称重程序,带有LCD液晶显示屏控件 硬件基于RS232485,采用串口通讯的原理编写开发实现(LWS weighbridge weighing program, with LCD liquid crystal display control hardware based on RS232485, using the principle of serial communication development)
- 2020-07-02 08:00:02下载
- 积分:1
-
SX1276的驱动代码(基于STM32)
SX1276的驱动代码(基于STM32),采用LoRa模式,调试通过
- 2023-07-15 18:50:04下载
- 积分:1
-
the establishment, already built, no problem, this is a database of experimental...
单链表的建立,已经经过编译,没有问题了,这个是数据库的上机实验-the establishment, already built, no problem, this is a database of experimental plane
- 2022-01-30 14:21:59下载
- 积分:1
-
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
- 2022-01-31 06:13:20下载
- 积分:1
-
log4net.dll 日志 使用示例 以及源码下载
一款相当强大的开源的日志工具
- 2013-08-21下载
- 积分:1
-
随机数组的查询,插入,删除,添加
该代码基于C语言编程,功能完好,可实现,代码无误,且配带有界面,方便可操作,通俗易懂。
- 2022-02-03 10:39:31下载
- 积分: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
-
WindowsXP mimic the effect of a menu of categories, C# Developed very good, I us...
一个模仿windowsXP菜单效果的类,C#开发的,很好,我在用!-WindowsXP mimic the effect of a menu of categories, C# Developed very good, I use!
- 2023-06-11 07:20:03下载
- 积分:1
-
windows shell实现复制、剪切、粘贴、删除等功能
windows shell实现复制、剪切、粘贴、删除等功能
- 2023-09-05 05:15:04下载
- 积分:1
-
MFC显示网络URL图片
MFC通过CHttpFile指针读取网络URL图片流,然后通过Ole将图片输出到屏幕上,支持jpg等
- 2022-07-20 14:04:22下载
- 积分:1