TI dsp仿真平台ccs学习的入门教程,讲解得很详细,书名为《DSP集成开发环境CCS使用指南》。
上传时间: 2015-11-30
上传用户:731140412
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。
上传时间: 2014-01-18
上传用户:朗朗乾坤
tornado的入门说明手册,简单介绍了tornado的集成开发环境以及对相关开发工具的说明。
标签: tornado
上传时间: 2015-12-04
上传用户:evil
(1) 熟悉Visual C++ 6.0的安装、启动和关闭方法,了解Visual C++ 6.0的集成开发环境窗口,掌握主要菜单、菜单项、图标、工具栏及各种编辑器的使用。 (2) 熟悉Visual C++ 6.0的向导类型,掌握利用控制台类型进行C++程序设计的步骤; (3) 编写简单的C++程序,掌握基本的语法及使用过程。
上传时间: 2014-01-20
上传用户:ljmwh2000
程序源代码分成两个部分: 一部分是用记事本或EditPlus编写的,是以各章形式组织的。 例如,第二章的内容放在ch2文件夹下。 一部分是用集成开发环境编写的,工程名即是例题号,一个例题放在一个文件夹下。 例如,例5-6放在5-6文件夹下,工程名为5-6。
上传时间: 2013-12-20
上传用户:yzy6007
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
C#酒店管理系统,HMS为项目文件夹、DB_51aspx为数据库文件夹、附加即可。“PowerDesigner建模”目录下包含三个可运行文件MMS1.cdm,MMS.cdm,MMS.pdm分别为MMS系统的实体关系简图、实体关系图和数据库模型,使用PowerDesigner集成开发环境打开任意一个文件即可运行。
标签: PowerDesigner aspx HMS MMS
上传时间: 2013-12-18
上传用户:从此走出阴霾
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
发表在《小型微型计算机系统》上的文章,文章名:一个并行程序集成开发环境的功能框架及实现中的关键技术。从程序员开发并行程序的角度提出了一个并行程序集成环境的功能框架,并讨论了实现中的一些关键问题。对于从事于并行程序开发或MPI领域的同行有借鉴之处。
标签: 微型计算机
上传时间: 2013-12-29
上传用户:lingzhichao
本设计中选用目前应用较广泛的VHDL硬件电路描述语言,实现对路口交通灯系统的控制器的硬件电路描述,通过编译、仿真,并下载到CPLD器件上进行编程制作,实现交通灯系统的控制过程。EDA技术是用于电子产品设计中比较先进的技术,可以代替设计者完成电子系统设计中的大部分工作,而且可以直接从程序中修改错误及系统功能而不需要硬件电路的支持,既缩短了研发周期,又大大节约了成本,受到了电子工程师的青睐。实现路口交通灯系统的控制方法很多,可以用标准逻辑器件、可编程序控制器PLC、单片机等方案来实现。但是这些控制方法的功能修改及调试都需要硬件电路的支持,在一定程度上增加了功能修改及系统调试的困难。因此,在设计中采用EDA技术,应用目前广泛应用的VHDL硬件电路描述语言,实现交通灯系统控制器的设计,利用MAXPLUSⅡ集成开发环境进行综合、仿真,并下载到CPLD可编程逻辑器件中,完成系统的控制作用。
上传时间: 2014-12-05
上传用户:lhc9102