搜索结果
找到约 526 项符合
Useful 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (52)
- 其他 (47)
- matlab例程 (35)
- 嵌入式/单片机编程 (21)
- Java编程 (19)
- 软件设计/软件工程 (18)
- Linux/Unix编程 (17)
- 通讯编程文档 (15)
- 软件工程 (13)
- 单片机开发 (13)
- Java书籍 (12)
- 电子书籍 (12)
- 书籍 (12)
- 人工智能/神经网络 (10)
- 文章/文档 (10)
- 文件格式 (9)
- 数学计算 (8)
- SQL Server (8)
- 加密解密 (7)
- VC书籍 (7)
- Internet/网络编程 (7)
- VHDL/FPGA/Verilog (7)
- Delphi控件源码 (7)
- DSP编程 (6)
- VxWorks (6)
- 系统设计方案 (6)
- 行业发展研究 (6)
- VIP专区 (6)
- 教程资料 (5)
- 书籍源码 (5)
- 游戏 (5)
- 数值算法/人工智能 (5)
- 驱动编程 (5)
- 微处理器开发 (5)
- 其他嵌入式/单片机内容 (5)
- 网络 (4)
- 通讯/手机编程 (4)
- USB编程 (4)
- 技术资料 (4)
- 单片机编程 (3)
- 无线通信 (3)
- 可编程逻辑 (3)
- J2ME (3)
- BREW编程 (3)
- 嵌入式Linux (3)
- 人物传记/成功经验 (3)
- 编译器/解释器 (3)
- 3G开发 (3)
- *行业应用 (3)
- 邮电通讯系统 (3)
- Jsp/Servlet (3)
- 数据结构 (2)
- 压缩解压 (2)
- FlashMX/Flex源码 (2)
- Modem编程 (2)
- JavaScript (2)
- Oracle数据库 (2)
- MySQL数据库 (2)
- 汇编语言 (2)
- 并行计算 (2)
- Ajax (2)
- 数据库系统 (2)
- 其他行业 (2)
- 模拟电子 (1)
- 电源技术 (1)
- Windows Mobile (1)
- Applet (1)
- 其他数据库 (1)
- CA认证 (1)
- 操作系统开发 (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- RFID编程 (1)
- Symbian (1)
- GPS编程 (1)
- SCSI/ASPI (1)
- 家庭/个人应用 (1)
- 传真(Fax)编程 (1)
- 能源行业(电力石油煤炭) (1)
- 认证考试资料 (1)
- 单片机 (1)
- 源码 (1)
USB编程 pic mcu code:This application note describes the design and implementation of a USB Mass Storage De
pic mcu code:This application note describes the design and
implementation of a USB Mass Storage Device (MSD)
using a Secure Digital card, which should prove useful
to developers of USB mass storage solutions. This
application may be used as a stand-alone MSD or as a
Secure Digital/Multimedia Card ( ...
单片机开发 These routines transmit and receive serial data using two general * I/O pins, in 8 bit, No parity,
These routines transmit and receive serial data using two general
* I/O pins, in 8 bit, No parity, 1 stop bit format. They are useful
* for performing serial I/O on 8051 derivatives not having an
* internal UART, or for implementing a second serial channel.
通讯/手机编程 SMS-Man is a set of cross-platformed utilities for SMS sending. You can organize SMS-list , SMS aler
SMS-Man is a set of cross-platformed utilities for SMS sending. You can organize SMS-list , SMS alert system (useful for system administrators) and much more.
Applet 一个applet servlet之间通过序列化对象通讯的例子
一个applet servlet之间通过序列化对象通讯的例子,very useful
SQL Server This program uses the database created by MakeAPIDB. It opens a connection * to a database using t
This program uses the database created by MakeAPIDB. It opens a connection
* to a database using the same property file used by MakeAPIDB. Then it
* queries that database in several interesting ways to obtain useful
* information about Java APIs. It can be used to look up the fully-qualified
* ...
嵌入式Linux This model is just testing an idea of MIMO, which IEEE802.11n will have. But I havo not seen the s
This model is just testing an idea of MIMO, which IEEE802.11n
will have. But I havo not seen the standard, I tried to make
it with 11a. Actually this model would not work in real world,
because the preambles were not designed to solve the MIMO feature.
But this model may be useful to get som ...
Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program
THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
软件工程 Name:neural Network Control, for Matlab,tipical description for control problems with NN method, add
Name:neural Network Control, for Matlab,tipical description for control problems with NN method, additionally, there are some useful examples to be referenced.
Java编程 JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,
JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed betwee ...
VxWorks This program demonstrates using a thread safe C++ class called SharedQT<T>. This example act
This program demonstrates using a thread safe C++ class called
SharedQT<T>. This example actually has several elements which
may prove useful for those who are new to C++: