-
traffic_light_verilog
交通灯控制器,verilog,可控制两个方向各四盏灯的亮灭,并具有时间显示(traffic light controllor,by verilog)
- 2021-04-20 18:58:50下载
- 积分:1
-
macd20100813
MT4中的MACD背离指标,自动提示,不交易,提醒人工确认,防止误操作(MT4' s MACD departure from the target, auto tips, not transactions, to remind the man to confirm, to prevent misuse)
- 2010-08-28 08:50:01下载
- 积分:1
-
DOIP(以太网)协议
DOIP(以太网)协议,ISO13400 1-5协议。(DOIP (Ethernet) protocol, ISO13400 1-5 protocol.)
- 2020-09-18 08:27:56下载
- 积分:1
-
书籍
包含导弹飞行力学书籍及ppt,导弹制导与控制原理书籍,以及有翼导弹飞行动力学(Includes books on missile flight mechanics and ppt, books on missile guidance and control, and flight dynamics of winged missiles)
- 2021-03-23 16:39:15下载
- 积分:1
-
Cexpert
说明: C语言讲得最专业的一本图书,各种疑难都讲得很好,值得拥有(The most professional book in C language is worth having.)
- 2019-05-16 01:16:18下载
- 积分: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
-
case_study_1
模拟二元合金相变的相场法模型,包括网格划分,自由能计算,等多个matlab适用的m文件(Phase-field model for simulating phase transformation of binary alloys)
- 2020-09-25 16:27:47下载
- 积分:1
-
This is an extension of sign example. You can design your own traffic sign by us...
This is an extension of sign example. You can design your own traffic sign by using Verilog. And the result from Verilog can be seen by the attached C file.
- 2022-02-24 22:18:42下载
- 积分:1
-
AD7705
说明: ad7705最基本的几个子函数ad7705最基本的几个子函数ad7705最基本的几个子函数(ad7705 basic basic thank you)
- 2009-08-16 17:33:02下载
- 积分:1
-
SolarRadiationModule-master
说明: solar radiation free for download
- 2020-06-19 05:40:01下载
- 积分:1