-
the structural design of classic physical effect is very good practical guide to...
经典的结构设计实物效果
很好的教程 很实用的资料
我自己的参考教程-the structural design of classic physical effect is very good practical guide to the information of my own information and guidance
- 2022-07-12 03:00:19下载
- 积分: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
-
物联网项目源码
物联网仓库项目,本系统是基于PC,A8及M0等设备,依托在各项互联网,物联网,传感器等技术的基础上编写,以实现食品物联网仓储系统,使用户更方便的管理仓库内的所有信息及其特殊情况。
本系统主要分为三大模块:核心服务器端(PC)、前端数据中心(A8)和远程监控终端(M0) 。(The IoT Warehouse project, which is based on PC, A8, M0, etc., is based on various Internet, Internet of Things, and sensor technologies. It is based on the realization of the food IoT storage system, making it easier for users to manage the warehouse. All information and its special circumstances.
The system is mainly divided into three modules: the core server (PC), the front-end data center (A8) and the remote monitoring terminal (M0).)
- 2018-03-13 15:48:14下载
- 积分:1
-
opfgui v1.2
matlab cde for tunning engineering systems
- 2019-03-08 12:10:18下载
- 积分:1
-
美西俄印阿德土语言包
说明: opencart各国语言包,包含6国语言包(Opencart national language pack, including 6 national language packs)
- 2019-11-29 15:06:41下载
- 积分:1
-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer combination of the third edition of the Stanley Lippman had practical experience and Jose; for ANSI/ISO C standard in-depth understanding. This third edition of the guide book has been redrafted too, to be more precise description of the C standard features and usage. In the book, for C beginners particular value of some real-world examples of the procedures, they show Generic procedures (generic program) in the design, object-oriented design, the use of templates, and the use of standard C for all aspects of the design process. Moreover, the book was also the right place describes some of the efficiency and usage guide.
- 2023-04-14 20:45:03下载
- 积分:1
-
这是485芯片的USB通信源码,实现和电脑的通信
这是485芯片的USB通信源码,实现和电脑的通信-This is the 485 chip USB communication source to achieve and computer communications
- 2022-01-26 07:53:08下载
- 积分:1
-
LabVIEW-xuexibiji---diyijuan
labview学习笔记,都是真实的体会所总结出来的,对于初入门的学者具有巨大作用(the labview study notes, is a real experience summed up with great scholars of the early entry)
- 2012-03-06 11:20:10下载
- 积分:1
-
SIMATIC S7-1200 三路步进电机控制器 (Set 2)
巨大怒放的生命发快递是你发了肯定撒放开了大撒放家里肯定撒放(SDHSJDGFSAGSAGDJASBVDVSAVCXHGSAXASNVXHGSAXSAC)
- 2020-06-22 22:20:01下载
- 积分:1
-
适合LPC系列的ARM开发中的简单实例,请多多执教
适合LPC系列的ARM开发中的简单实例,请多多执教-LPC series for the ARM development of a simple example, to pay more attention to teaching
- 2022-02-25 07:03:12下载
- 积分:1