搜索结果

找到约 5,457 项符合 COde 的查询结果

按分类筛选

显示更多分类

教程资料 在软件Proteus中仿真ucos(ARM)

在软件Proteus中仿真ucos(ARM)\r\n1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. \r\n2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data ...
https://www.eeworm.com/dl/proteus/doc/19263.html
下载: 37
查看: 1174

单片机编程 c51流水灯仿真与程序

对应程序: #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }
https://www.eeworm.com/dl/502/29026.html
下载: 76
查看: 1102

Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
https://www.eeworm.com/dl/664/131974.html
下载: 73
查看: 1115

matlab例程 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)

物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spa ...
https://www.eeworm.com/dl/665/153823.html
下载: 52
查看: 1122

uCOS uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com U ...
https://www.eeworm.com/dl/649/155611.html
下载: 70
查看: 1134

VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template ...
https://www.eeworm.com/dl/686/170681.html
下载: 26
查看: 1118

DSP编程 我用的开发环境是ti的CCS3.1 这几个程序是我最近做工程时找的例子,觉得很有用. 1.spra999a.zip-做二次加载用,有3个工程 2.TMS320C6000 McBSP_ AC 97

我用的开发环境是ti的CCS3.1 这几个程序是我最近做工程时找的例子,觉得很有用. 1.spra999a.zip-做二次加载用,有3个工程 2.TMS320C6000 McBSP_ AC 97 Codec Interface.zip 调试串口时用到的 3.TMS320C6000 Memory Test code.zip 调试存储器时用到的 4.5 是调试c6203时使用HPI口时所用 管理员:你好!如程序不行,请通知我一声, ...
https://www.eeworm.com/dl/516/173182.html
下载: 49
查看: 1248

其他书籍 With a worldwide community of users and more than a million dedicated programmers, Perl has proven t

With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programmin ...
https://www.eeworm.com/dl/542/191284.html
下载: 65
查看: 1083

软件工程 This thorough, hands-on reference for database developers and administrators delivers expert guidanc

This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)&iexcl &ordf one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features ...
https://www.eeworm.com/dl/540/206708.html
下载: 199
查看: 1107

嵌入式/单片机编程 G729编码和解码的Matlab源程序 调用方法: 1.需要编码时

G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。 2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下 ...
https://www.eeworm.com/dl/647/256612.html
下载: 63
查看: 1095