登录
首页 » matlab » EDA JTD

EDA JTD

于 2019-06-01 发布 文件大小:356KB
0 198
下载积分: 1 下载次数: 0

代码说明:

  基于现实生活中交通信号灯的模拟设计,部分实现信号灯的逻辑转换。(Based on the simulation design of traffic lights in real life, the logic conversion of traffic lights is partly realized.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • english_stopword
    最全的IKAnalyz 的英文停止词集,使用时需要简单配置IKAnalyzer.cfg.xml, <!--用户可以在这里配置自己的扩展停止词字典--> <entry key="ext_stopwords">stopword.dic;english_stopword.dic;</entry>(The most complete IKAnalyz English stop word set, the use of simple configuration IKAnalyzer.cfg.xml, <! -- users can configure their own extensions here stop word dictionary -- > <entry key= "ext_stopwords" >stopword.dic; english_stopword.dic; </entry>)
    2017-11-16 15:08:34下载
    积分:1
  • Myaodv_test.cc.tar
    NS3 aodv协议仿真 可控制节点速度(NS3 AODV protocol simulation)
    2017-12-18 15:28:59下载
    积分:1
  • VB如何动态调用API的方法演示
    VB如何动态调用API的方法演示,最简单的调用API函数,动态调用API函数显示的MSGBOX内容,下面将要在作面画一笔。   函 数 名:ExecuteAPI   输入 :LIBPath(String) - 刷新的目标窗口句柄,可为0   APIScript(String) - 场景图像的宽度   返回 :(Long) - 返回零表示失败,非零表示成功   功能描述 :动态执行类库里的API函数
    2022-03-22 13:23:46下载
    积分:1
  • 应用于自动化测试行业,对从事相同行业的人有极大的帮助。...
    应用于自动化测试行业,对从事相同行业的人有极大的帮助。-Applied to automated testing industry, engaged in the same industry are of great help.
    2022-08-05 21:31:37下载
    积分:1
  • 内容和要求 1. 论述课题的性质、内容以及本次课程设计的目的和要求。 2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0...
    内容和要求 1. 论述课题的性质、内容以及本次课程设计的目的和要求。 2. 说明系统对计算机软、硬件环境的基本要求,对Windows操作系统和VF6.0数据库管理系统简要的说明。 3. 总体设计方案的分析、比较和论证。 4. 数据库的建立,数据库中表的结构,各表中关键字的设置,表与表之间的关系。 5. 应用程序的菜单设计和界面设计,表单和报表的设计。 6. 编写代码、上机输入、调试、修改并运行通过。 7. 编写课程设计说明书。说明书是总结性的技术文件,应全面叙述整个设计的内容及过程(可参考上述6条),发现的问题及解决方法等。 8. 源代码和参考书目应作为说明书的附录。 9. 说明书应采用学校印刷的课程设计专用纸张,文字说明不少于6000字,数据库的总记录条数不少于100条。说明书中应包括系统结构示意图。 10.说明书一律横向装订,装订线在左侧。按目录、正文、 -a content and requirements. Discussed issues of the nature, content and design of the course the purpose and requirements. 2. Note to the computer system software and hardware environment, the basic requirements are that for Windows operating systems and database management systems VF6.0 briefly. 3. Design program analysis, comparison and verification. 4. The creation of the database, the database table structure, the keyword table settings, table and the relationship between the table. 5. Application procedures for the design and menu interface design, and the statements of the form d
    2022-02-01 20:45:24下载
    积分:1
  • 两区四机系统算例
    搭建一个两区四机系统的psasp仿真算例,可用于进行电力系统低频振荡分析(A psasp simulation example of a two-zone four-machine system can be used to analyze the low-frequency oscillation of the power system.)
    2021-04-15 23:58:55下载
    积分:1
  • STM32F10x
    里面具有STM32的所有.H文件,可用于demo里面不全,丢失的.H文件,添加到项目目录下即可使用。(It has all the. H files of STM32, which can be used for incomplete and missing. H files in demo, and can be added to the project directory.)
    2019-04-30 14:09:12下载
    积分:1
  • 生鲜crmeb
    说明:  crmeb 生鲜模板前端 目前适配3.x版本(The front end of crmeb fresh template is currently compatible with version 3. X)
    2020-10-15 11:59:27下载
    积分:1
  • crc编程实现,由于通信设备的校验功能的实现
    crc编程实现,由于通信设备的校验功能的实现-crc programming, communications equipment calibration function of the realization
    2022-01-26 07:04:38下载
    积分:1
  • 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,...
    最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.
    2022-05-21 23:44:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载