搜索结果
找到约 293 项符合
start 的查询结果
按分类筛选
- 全部分类
- Java编程 (21)
- 技术资料 (21)
- 单片机编程 (20)
- 其他 (19)
- 单片机开发 (18)
- 其他书籍 (14)
- 微处理器开发 (11)
- Java书籍 (10)
- 汇编语言 (9)
- 人工智能/神经网络 (7)
- matlab例程 (7)
- 游戏 (7)
- VHDL/FPGA/Verilog (7)
- 书籍 (7)
- 软件设计/软件工程 (6)
- VC书籍 (5)
- 通讯编程文档 (5)
- Linux/Unix编程 (5)
- 电源技术 (4)
- 其他嵌入式/单片机内容 (4)
- 嵌入式Linux (4)
- 操作系统开发 (4)
- 电子书籍 (4)
- 通讯/手机编程 (4)
- 软件工程 (4)
- Windows CE (3)
- GPS编程 (3)
- 嵌入式/单片机编程 (3)
- VIP专区 (3)
- 开发工具 (2)
- PCB相关 (2)
- 网络 (2)
- Delphi控件源码 (2)
- uCOS (2)
- 技术管理 (2)
- 编译器/解释器 (2)
- 交通/航空行业 (2)
- SQL Server (2)
- 系统设计方案 (2)
- MTK (2)
- 行业发展研究 (2)
- 书籍源码 (2)
- 数学计算 (2)
- Internet/网络编程 (2)
- 嵌入式综合 (2)
- 汇编编程 (2)
- 源码 (2)
- 其他文档 (1)
- 教程资料 (1)
- ARM (1)
- 可编程逻辑 (1)
- Applet (1)
- 驱动编程 (1)
- 家庭/个人应用 (1)
- VxWorks (1)
- J2ME (1)
- 编辑器/阅读器 (1)
- 压缩解压 (1)
- JavaScript (1)
- 文章/文档 (1)
- CA认证 (1)
- 数据结构 (1)
- MacOS编程 (1)
- 数值算法/人工智能 (1)
- Windows Mobile (1)
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtim
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
wdtimer_test() // test start
}
Windows CE WINCE4.2下 三星2410硬件平台上的看门狗演示程序
WINCE4.2下 三星2410硬件平台上的看门狗演示程序,开发工具为EVC4.0。点击主菜单中的"start"启动看门狗功能,点击"Feed"启动定时喂狗功能。若程序退出或未启动喂狗功能,系统会自动复位,以保证系统的正常工作。
Delphi控件源码 Welcome to the ASTA 3 Help Tutorials. These are documented tutorials that included new user jump sta
Welcome to the ASTA 3 Help Tutorials. These are documented tutorials that included new user jump start, to file sends to server techniques with non-database servers showing how to use Providers and ServerMethods. A Current version of these tutorials can always be found on line
uCOS 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时
1. OS版本为2.76
2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz
3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可
如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。
如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。 ...
其他书籍 Purpose of this White Paper This white paper describes a collection of standards, conventions, and
Purpose of this White Paper
This white paper describes a collection of standards, conventions, and guidelines for writing solid Java
code. They are based on sound, proven software engineering principles that lead to code that is easy to
understand, to maintain, and to enhance. Furthermore, by follow ...
uCOS UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether
UCOS/II for ICCAVR
- The version of UCOS/II is 2.04
- the original port was done by Ole Saether for the IAR compiler. Jens E.
Holtegaard ported one version using ICCAVR. Joerg Meyer did another port
(using Jens port as a start?). This is basically Joerg s port plus a
little bit of changes and ...
人工智能/神经网络 2007年最新的多种路径规划算法的仿真软件包。At the later releases more world models and sample planners will be distribut
2007年最新的多种路径规划算法的仿真软件包。At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package.
Press Start to start the simulation.
Enjoy :)
A better tutorial will be prepared soon about us ...
操作系统开发 windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so
windows开源代码
Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. ...
嵌入式/单片机编程 在QuartusII中使用AHDL语言编写一个RS232串行数据通信接口
在QuartusII中使用AHDL语言编写一个RS232串行数据通信接口,要求设计输入输出端口,要求能提供的接收端口正确地接收。其中1bit作为start位,8bit作为数据,1bit作为end位。
微处理器开发 Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pre
Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose
is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is
a good place to start if you re trying to use or figure out pid though.