搜索结果
找到约 453 项符合
was 的查询结果
按分类筛选
- 全部分类
- 书籍 (89)
- 单片机编程 (37)
- 其他书籍 (24)
- 其他 (19)
- Linux/Unix编程 (18)
- VC书籍 (17)
- 技术资料 (14)
- matlab例程 (11)
- Java编程 (11)
- 教程资料 (9)
- 可编程逻辑 (9)
- 其他嵌入式/单片机内容 (9)
- 软件设计/软件工程 (9)
- 文件格式 (8)
- 软件工程 (7)
- 单片机开发 (7)
- 电源技术 (6)
- 系统设计方案 (6)
- 驱动编程 (6)
- 文章/文档 (6)
- 书籍源码 (6)
- 电子书籍 (6)
- 人工智能/神经网络 (5)
- 嵌入式/单片机编程 (5)
- VHDL/FPGA/Verilog (5)
- 模拟电子 (4)
- 无线通信 (4)
- 数值算法/人工智能 (4)
- 加密解密 (4)
- 行业发展研究 (4)
- Java书籍 (4)
- 通讯编程文档 (3)
- 汇编语言 (3)
- 微处理器开发 (3)
- 数据结构 (3)
- 压缩解压 (3)
- uCOS (3)
- 数学计算 (3)
- Internet/网络编程 (3)
- 数据库系统 (3)
- USB编程 (3)
- GPS编程 (3)
- 网络 (3)
- DSP编程 (2)
- 测试测量 (2)
- 串口编程 (2)
- J2ME (2)
- 编译器/解释器 (2)
- 手机短信编程 (2)
- 操作系统开发 (2)
- *行业应用 (2)
- 源码 (2)
- 多媒体处理 (1)
- allegro (1)
- 通信网络 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 生物技术 (1)
- 语音压缩 (1)
- 技术管理 (1)
- 游戏 (1)
- JavaScript (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- RFID编程 (1)
- 多国语言处理 (1)
- 中间件编程 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- CA认证 (1)
- 百货/超市行业 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- 其他行业 (1)
- 源码/资料 (1)
- 软件 (1)
- 教程 (1)
- VIP专区 (1)
数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
人工智能/神经网络 This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
通讯编程文档 The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be abl
The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users!
One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper.
A third goal was to make this service as easy to log-in t ...
汇编语言 He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn
He was the first one (I noticed of) who coded a
decrypter for yC 1.2 :)...good job. Also if it hasn t
full support yet >:-)
So as I promised...here s the source code.
I hope it helps someone.
语音压缩 Intel/DVI ADPCM coder/decoder. The algorithm for this coder was taken from the IMA Compatability Pr
Intel/DVI ADPCM coder/decoder.
The algorithm for this coder was taken from the IMA Compatability Project
proceedings
Linux/Unix编程 Microwindows genesis was with the NanoGUI project, and is now the primary distribution for both th
Microwindows genesis was with the
NanoGUI project, and is now the primary distribution for
both the Microwindows and Nano-X codebase.
文件格式 Original ipmsg protocol specification is written in Japanese. This document was translated by Mr.Ka
Original ipmsg protocol specification is written in Japanese.
This document was translated by Mr.Kanazawa.
Linux/Unix编程 The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl
The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible ...
其他嵌入式/单片机内容 The program was written with some object-orientation in mind, which means that all functions that op
The program was written with some object-orientation in mind, which means that all functions that operate on a certain structure, has the structure s name as prefix in the function name, for example "Bitstream_get" which gets bits from a bitstream structure.