-
C++定义了组件及
C++ defines to assembly EQUs
- 2022-10-05 18:25:03下载
- 积分:1
-
塞班例子程序,完整的可以编译通过的代码,希望对初学塞班程序的朋友有所帮助,谢谢交流。!...
塞班例子程序,完整的可以编译通过的代码,希望对初学塞班程序的朋友有所帮助,谢谢交流。!-Saipan example program, a complete code can be compiled by the hope that a friend of the beginner program Saipan help, thank you share. !
- 2022-01-26 02:17:00下载
- 积分:1
-
Ansett in 2000 digital modulation signal generator E4438 used in many communicat...
安捷仑的数字调制信号发生器E4438用于很多通信系统的开发过程中。本代码可以用于通过网络接口或GPIB接口向E4438下载被调制数据-Ansett in 2000 digital modulation signal generator E4438 used in many communications systems development process. The code can be used by the network interface or E4438 GPIB interface to download data to be modulated
- 2022-09-23 07:15:03下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
魔方 OCR
魔方 OCR 文本 3.03
查找图像中的信件和将它转换为文本
这是使用 delphi 源代码代码 OCR 文本识别。
- 2022-04-20 08:41:46下载
- 积分:1
-
这是一个非常实用的网页素材。星光让你的主页更加引人注目。...
这是一个非常实用的网页素材。星光让你的主页更加引人注目。-This is a very useful material to the website. Stars make your home more visible.
- 2022-03-25 13:34:51下载
- 积分:1
-
使用冥法求特征值和特征向量。
使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
- 2022-10-27 06:15:04下载
- 积分:1
-
对数字设计工程师的要求,与考核。是一个简要的说明
对数字设计工程师的要求,与考核。是一个简要的说明-of digital design engineers, and assessment. A summary of the note
- 2022-03-12 15:51:04下载
- 积分:1
-
FM transmitter fault and debugging expert system
调频发射机故障与调试专家系统-FM transmitter fault and debugging expert system
- 2022-08-17 23:43:47下载
- 积分:1
-
JAVA网络抓包毕业设计源码
一个java毕业设计源码,模拟网络抓包的Java小程序,使用ACCESS数据库。
- 2022-01-26 04:21:04下载
- 积分:1