搜索结果
找到约 95 项符合
TOO 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- 文件格式 (9)
- 书籍 (9)
- VC书籍 (6)
- 其他书籍 (6)
- Java编程 (4)
- 汇编语言 (3)
- matlab例程 (3)
- 通讯/手机编程 (3)
- 可编程逻辑 (2)
- 数据结构 (2)
- Linux/Unix编程 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 数值算法/人工智能 (2)
- 游戏 (2)
- 单片机开发 (2)
- USB编程 (2)
- VHDL/FPGA/Verilog (2)
- allegro (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 教程资料 (1)
- 家庭/个人应用 (1)
- Windows CE (1)
- 手机短信编程 (1)
- 编译器/解释器 (1)
- 软件工程 (1)
- 其他数据库 (1)
- 技术管理 (1)
- 中间件编程 (1)
- 数学计算 (1)
- 文章/文档 (1)
- 其他嵌入式/单片机内容 (1)
- Delphi控件源码 (1)
- 加密解密 (1)
- GPS编程 (1)
- 数据库系统 (1)
- 嵌入式/单片机编程 (1)
- 软件设计/软件工程 (1)
- 通讯编程文档 (1)
- 技术资料 (1)
Windows CE Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This incl
Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN ...
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
VC书籍 MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme
MFC Black Book
Introduction:
Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting thin ...
Linux/Unix编程 Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not
Micro In-System Programmer Brief Installation Notes
Enter the src directory.
If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the
Makefile to remove support for direct I/O port access (that may be
necessary on non-PC architectures). Parallel port access should still
work if you ...
单片机开发 he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t t
he AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty. The makefile
used to build the source is included
手机短信编程 This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The too
This serial client in JAVA allows sending, reading and writing of SMS via a serial COM port. The tool uses the PDU SMS format. IRDA drivers are included. The functionality can be implemented into applications for remote alerting or SMS authentification.
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...
其他书籍 Every day, patches are created to cover up security holes in software applications and operating sys
Every day, patches are created to cover up security holes in software applications and operating systems. But by the time you download a patch, it could be too late. A hacker may have already taken advantage of the hole and wreaked havoc on your system. This innovative book will help you stay one st ...
微处理器开发 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.