搜索结果
找到约 394 项符合
There 的查询结果
按分类筛选
- 全部分类
- 书籍 (80)
- 其他 (27)
- Java编程 (21)
- matlab例程 (18)
- 其他书籍 (15)
- 单片机开发 (14)
- Linux/Unix编程 (11)
- 数据结构 (10)
- 编译器/解释器 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (8)
- VC书籍 (8)
- Delphi控件源码 (7)
- 技术资料 (7)
- 汇编语言 (6)
- GPS编程 (6)
- 压缩解压 (6)
- 游戏 (6)
- 通讯编程文档 (6)
- 模拟电子 (5)
- 电源技术 (5)
- 数学计算 (5)
- Java书籍 (5)
- 软件工程 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- VHDL/FPGA/Verilog (4)
- SQL Server (4)
- 行业发展研究 (4)
- 技术管理 (3)
- 文章/文档 (3)
- 加密解密 (3)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 接口技术 (2)
- FlashMX/Flex源码 (2)
- 操作系统开发 (2)
- DSP编程 (2)
- 文件格式 (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- Windows CE (2)
- 嵌入式/单片机编程 (2)
- *行业应用 (2)
- JavaScript (2)
- 源码 (2)
- PCB相关 (1)
- 通信网络 (1)
- 无线通信 (1)
- 测试测量 (1)
- 书籍源码 (1)
- Applet (1)
- Symbian (1)
- 生物技术 (1)
- 编辑器/阅读器 (1)
- 系统设计方案 (1)
- Windows Mobile (1)
- 电子书籍 (1)
- 串口编程 (1)
- 磁盘编程 (1)
- 医药行业 (1)
- 其他行业 (1)
- VxWorks (1)
- MySQL数据库 (1)
- 微处理器开发 (1)
- Internet/网络编程 (1)
- 百货/超市行业 (1)
- J2ME (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 论文 (1)
- 手册 (1)
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
通讯编程文档 This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The p
This
paper presents a new adaptive mobility-aware MAC protocol
for sensor networks (MS-MAC). The protocol uses any change
in received signal level as an indication of mobility and, when
necessary, triggers the mobility handling mechanism. By doing
this way, the new mobility-aware MAC protocol can wo ...
其他 To use the MSSP port to communicate with 3-wire devices, the bytes to be output must be aligned
To use the MSSP port to communicate with 3-wire
devices, the bytes to be output must be aligned
such that the LSB of the address is the 8th bit
(LSB) of a byte to be output. From there, the
bits should fill the byte from right to left
consecutively.
Java编程 PenguinCards is a java-based card game. You can either play against computer or another player. On t
PenguinCards is a java-based card game. You can either play against computer or another player. On the board, there are card pairs and your aim is to find out these card pairs. The one who finds out more card pairs is the winner. Have fun!
*行业应用 it is a cleaner for windows msconfig when you disable an msconfig item it will still appear on th
it is a cleaner for windows msconfig
when you disable an msconfig item it will still appear on there. This programme let you remove disabled msconfig items
编译器/解释器 This circuit is a nice edge detector that gives you synchronous notification of edges on your input
This circuit is a nice edge detector that gives you
synchronous notification of edges on your input signal. There s no excuse for not doing this it s a tiny
circuit in just five lines of Verilog.
数学计算 This is svd source code implementation in c++ , the zip file contain the ap file ,more detail ,plea
This is svd source code implementation in c++ ,
the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.
认证考试资料 What you always wanted to know about networking but were afraid to ask! * How the Internet work
What you always wanted to know about networking but were afraid to ask!
* How the Internet works
* How e-mail, e-learning, and telephony work on the Internet
* What makes a network safe
* How traffic gets from here to there
* Disaster recovery and other ways to keep a network running
* How busines ...
通讯编程文档 data are often used interchangeably, they are actually very different. Data is a set of unrelated in
data are often used interchangeably, they are actually very different. Data is a set of unrelated information, and as such is of no use until it is properly evaluated. Upon evaluation, once there is some significant relation between data, and they show some relevance, then they are converted into in ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...