搜索结果
找到约 417 项符合
each 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (27)
- 其他 (27)
- matlab例程 (23)
- Java编程 (21)
- 单片机开发 (19)
- 书籍 (18)
- 单片机编程 (16)
- Java书籍 (14)
- 人工智能/神经网络 (11)
- VC书籍 (11)
- 电源技术 (10)
- VHDL/FPGA/Verilog (9)
- 电子书籍 (9)
- 软件设计/软件工程 (8)
- 数据结构 (8)
- 技术资料 (7)
- Linux/Unix编程 (6)
- 技术管理 (6)
- 数值算法/人工智能 (6)
- 模拟电子 (5)
- 网络 (5)
- 系统设计方案 (5)
- 文件格式 (5)
- 其他数据库 (5)
- 数学计算 (5)
- 书籍源码 (5)
- 加密解密 (5)
- 文章/文档 (5)
- 游戏 (4)
- 操作系统开发 (4)
- 行业发展研究 (4)
- DSP编程 (4)
- 软件工程 (4)
- SQL Server (4)
- 驱动编程 (4)
- 微处理器开发 (4)
- 通讯/手机编程 (4)
- 教程资料 (3)
- 可编程逻辑 (3)
- 测试测量 (3)
- 压缩解压 (3)
- 邮电通讯系统 (3)
- 通讯编程文档 (3)
- Jsp/Servlet (3)
- GPS编程 (3)
- 论文 (3)
- 嵌入式综合 (2)
- 无线通信 (2)
- ARM (2)
- C/C++语言编程 (2)
- 接口技术 (2)
- 中间件编程 (2)
- 串口编程 (2)
- 嵌入式/单片机编程 (2)
- Applet (2)
- 编译器/解释器 (2)
- Linux/uClinux/Unix编程 (2)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 通信网络 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 实用工具 (1)
- 源码/资料 (1)
- Internet/网络编程 (1)
- Windows Mobile (1)
- 编辑器/阅读器 (1)
- 其他嵌入式/单片机内容 (1)
- 人物传记/成功经验 (1)
- 并行计算 (1)
- uCOS (1)
- 手机短信编程 (1)
- 教育系统应用 (1)
- Windows CE (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- CA认证 (1)
- USB编程 (1)
- 嵌入式Linux (1)
- Delphi控件源码 (1)
- Ajax (1)
- Symbian (1)
- JavaScript (1)
- 手册 (1)
- 其他 (1)
- 笔记 (1)
- 源码 (1)
- VIP专区 (1)
人工智能/神经网络 The code on this diskette has been organized by chapter. Each subdirectory containing listing has a
The code on this diskette has been organized by chapter. Each subdirectory
containing listing has a readme.txt describing program usage and any relevent
file formats. The readme will also describe how to compile the target
programs under IBM OS/2 (TM) using the using C Set++ compiler (TM). All progr ...
matlab例程 PRINCIPLE: Removal of the row mean from each row, followed by division of the row by the respective
PRINCIPLE: Removal of the row mean from each row, followed by division of the row by the respective row standard deviation.
人工智能/神经网络 Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the func
Produces a matrix of derivatives of network output w.r.t.
% each network weight for use in the functions NNPRUNE and NNFPE.
通讯/手机编程 Simulation of a transmitter implementing the OFDM transmission chain with QPSK modulation on each su
Simulation of a transmitter implementing the OFDM transmission chain with QPSK modulation on each sub-carrier
单片机开发 getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp
getip1.cpp
//
// This program reports the IP address for each adapter in your machine.
// To compile from command-line type:
//
// cl getip1.cpp wsock32.lib
//
// Make sure your INCLUDE and LIB environment variables are set up properly
// you can run vcvars32.bat
其他 Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an
Huffman codes
&#1048708 In telecommunication, how do we represent a
set of messages, each with an access
frequency, by a sequence of 0’s and 1’s?
&#1048708 To minimize the transmission and decoding
costs, we may use short strings to represent
more frequently used messages.
&#1048708 This problem c ...
技术管理 u-boot loader documents like each device pdf s
u-boot loader documents like each device pdf s
GPS编程 This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each ch
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of
each channel. The preamble is verified by check of the spacing between
preambles [6sec] and parity checking of the first two words in a
subframe. At the same time function returns list of channels, that a ...
Applet Convert infix to postfix and show each process in SVG
Convert infix to postfix and show each process in SVG
数据结构 The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operat ...