搜索结果
找到约 914 项符合
Speed-Up 的查询结果
电子书籍 This book introduces embedded systems to C and C++ programmers. Topics include testing memory device
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and m ...
编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
其他 This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sen
This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have email paging, just direct the email to your pager add ...
电子书籍 This hands-on, one-stop guide delivers the focused, streamlined direction you need to get your Web s
This hands-on, one-stop guide delivers the focused, streamlined direction you need to get your Web solutions up and running quickly. Zero in on key ASP.NET configuration details and techniques using quick-reference tables, lists, coding and more.
微处理器开发 ATmega8 taillight circuitA more complex C program that implements different flashing patterns under
ATmega8 taillight circuitA more complex C program that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks are to be awarded for the quality of the code than ...
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 ...
嵌入式/单片机编程 提供了与《嵌入式实时操作系统及应用开发》教材配套的实验系统软件
提供了与《嵌入式实时操作系统及应用开发》教材配套的实验系统软件,包括:1)mbda22-DEMO-PC:嵌入式实时软件开发平台“道系统”安装程序目录,请直接执行其中的up.exe文件。2)EXP-Lambda22-DEMO-PC.exe:实验用例程序集,可以将这些实验用例解压安装到“Lambda安装目录\demos”下。3)Lambda22-DEMO-PC使用说明.doc:“ ...
语音压缩 XP Menu是一款神奇的小控件
XP Menu是一款神奇的小控件,可以将Menu和Pop-up Menu转变成Office XP风格。
BREW编程 BREW手机平台下的实例
BREW手机平台下的实例,实现苹果的移动。
通过按键盘的
“UP”、“Down”、“Left”、“Right”使整个苹果可以在屏幕上自由移动(Step=1),通过按“*”使苹果回到初始位置(屏幕的中间)
1,苹果是由4个对象组合而成,移动的时候如何成为一个整体
2、作为key事件驱动区分各个按键动作
3、苹果的每一次移动都是以上一次苹果 ...