-
c51tousb
说明: u盘读写模块.C51单片机与USB接口芯片对U盘进行文件读写,支持FAT8,FAT16和FAT32磁盘格式.(reader module. C51 microcontroller with USB interface chip for U-file read and write support FAT8, FAT16 and FAT32 disk format.)
- 2021-03-22 17:39:16下载
- 积分:1
-
ADC8535
example for use ADC8535 - adc convertor
- 2013-12-12 12:43:08下载
- 积分:1
-
enumser
EnumSerialPorts v1.20
- 2009-08-17 17:51:57下载
- 积分:1
-
spiderphoto
利用C++网络爬虫下载图片,简单,适合初学者(Download pictures by Cspider)
- 2018-05-21 14:38:17下载
- 积分:1
-
Inlet_profile_
说明: For the model of indoor air distribution tuyere proposed by Professor Zhang Tengfei, this paper is UDF code for fluent simulation.
- 2020-06-25 09:00:01下载
- 积分: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
-
AE-DEM
C#+AE编译,可以打开DEM并实现可视化分析,程序中附有dem数据和可视化分析需要的点状数据,在程序中单击dem文件夹中的任意一个文件即可打开dem影像数据(C#+ AE compiled, you can open the DEM analysis and visualization, process visualization with dem data and analysis needs of point-like data, dem in the program, click any folder in a file to open dem Image Data)
- 2010-10-20 15:30:44下载
- 积分:1
-
New-Text-Document
matlab sar simulation
- 2013-08-14 22:05:28下载
- 积分:1
-
ULIW0
说明: Debugging Program of Korea Optic New Integrated vehicle Radio High Frequency head KST-1111
- 2019-03-25 16:10:45下载
- 积分:1
-
duoji
使用stm32驱动SG90舵机 实现正反转 程序不是特别难 一看就能看懂(Using the STM32 driver SG90 actuator to achieve positive inversion procedure is not particularly difficult to see to understand)
- 2020-10-25 16:30:00下载
- 积分:1