搜索结果
找到约 190 项符合
after 的查询结果
按分类筛选
- 全部分类
- matlab例程 (12)
- 书籍 (12)
- 其他 (11)
- 单片机开发 (11)
- 其他书籍 (10)
- 单片机编程 (9)
- 数学计算 (7)
- Java编程 (7)
- 技术资料 (7)
- Delphi控件源码 (6)
- Linux/Unix编程 (5)
- 电子书籍 (5)
- 游戏 (4)
- VHDL/FPGA/Verilog (4)
- 教程资料 (3)
- 无线通信 (3)
- 可编程逻辑 (3)
- 驱动编程 (3)
- 数据结构 (3)
- 微处理器开发 (3)
- 文件格式 (3)
- 系统设计方案 (3)
- 软件设计/软件工程 (3)
- 多媒体处理 (2)
- 模拟电子 (2)
- 电源技术 (2)
- 嵌入式综合 (2)
- FlashMX/Flex源码 (2)
- 其他嵌入式/单片机内容 (2)
- Java书籍 (2)
- 行业发展研究 (2)
- 汇编语言 (2)
- 人工智能/神经网络 (2)
- 数值算法/人工智能 (2)
- 编译器/解释器 (2)
- 3G开发 (2)
- 文章/文档 (2)
- VC书籍 (2)
- 压缩解压 (2)
- 教程资料 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 生物技术 (1)
- 串口编程 (1)
- 软件工程 (1)
- VxWorks (1)
- 其他行业 (1)
- Windows CE (1)
- 并行计算 (1)
- JavaScript (1)
- 其他数据库 (1)
- J2ME (1)
- 嵌入式/单片机编程 (1)
- Symbian (1)
- CA认证 (1)
- MTK (1)
- 磁盘编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
其他书籍 The initial planning and thinking about this book began during a discussion of SQL Server futures in
The initial planning and thinking about this book began during a discussion of SQL Server futures in
July 2001. The discussion was with Rob Howard during a trip to Microsoft to discuss the first book I was
working on at that time. After that, I stayed involved in what was happening in ADO.NET by goi ...
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...
编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp. ...
其他 This a small hack I wrote to bypass the "No previous installation!" error of Microchip s C18 Upgrade
This a small hack I wrote to bypass the "No previous installation!" error of Microchip s C18 Upgrade.
Simply run C18Fake and select your C18 installation directory (create if necessary) and click Save button. A "fake" file will now be created into that directory, and this will fool the Upgrade into ...
其他行业 Example to support XML files using MSXML. ========================================= XML (Extensi
Example to support XML files using MSXML.
=========================================
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (W3C?. This plugin is inten ...
Windows CE This book is an in-depth exploration into eVB s inherent features, and how to use them to solve like
This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the reader will be able to write applications tackling a wide array of business problems for Windows CE-powered devices, both customized ...
matlab例程 The Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The p
The
Capacity of a MIMO channel with nt transmit antenna and nr recieve
antenna is analyzed. The power in parallel channel (after
decomposition) is distributed as water-filling algorithm
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
数学计算 We can see that using Gauss-Seidel iterative methods need only 13 timed to make   =
We can see that using Gauss-Seidel iterative methods need only 13 timed to make          
But using Jacobi method after 25 times the    is bigger than that using Gauss-Seidel iterative methods
单片机开发 This example program shows how to configure PCA Module 4 as a watchdog timer. In this example, the
This example program shows how to configure PCA Module 4 as a
watchdog timer. In this example, the watchdog is configured to
overflow after 0xFF00 clock cycles.