搜索结果
找到约 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)
Linux/Unix编程 Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track cha
Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track changes to a file, in real time, as they happen?
Well, now with the Objektiv Tail for Win32, you ll be happily monitoring your log files like you ve never done before.
What s even better, you can track s ...
数据结构 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n with specific numbers. ...
Windows Mobile The C# program will display a mine field, plant mines, and provide hints on the number of mines arou
The C# program will display a mine field, plant mines, and provide hints on the number of mines around each grid. The player can therefore enjoy a typical Minesweeper game on a Smartphone.
Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo
A C++ N-grams Package 2.0
This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
人工智能/神经网络 This program demonstrates some function approximation capabilities of a Radial Basis Function Networ
This program demonstrates some function approximation capabilities of a Radial Basis Function Network.
The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for ...
人工智能/神经网络 The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimi
The EM algorithm is short for Expectation-Maximization algorithm. It is based on an iterative optimization of the centers and widths of the kernels. The aim is to optimize the likelihood that the given data points are generated by a mixture of Gaussians. The numbers next to the Gaussians give the re ...
单片机开发 providing learners for programming with C51, and joining in these web,hopefully finding people with
providing learners for programming with C51, and joining in these web,hopefully finding people with C51 programming so that it will can be studied each other.
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
编辑器/阅读器 MIB Browser allows you to view the hierarchy of SNMP MIB variables in the form of a tree and provide
MIB Browser allows you to view the hierarchy of SNMP MIB variables in the form of a tree and provides you with additional information about each node.
With MIB Browser you can easily load (compile) standard and proprietary MIB files, view and manipulate data that is available in an SNMP agent.
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...