搜索结果
找到约 658 项符合
two 的查询结果
按分类筛选
- 全部分类
- 书籍 (52)
- matlab例程 (50)
- 其他 (43)
- 单片机编程 (40)
- 其他书籍 (36)
- 数学计算 (23)
- Java编程 (22)
- 技术资料 (20)
- 单片机开发 (17)
- 文章/文档 (17)
- 软件设计/软件工程 (16)
- 电源技术 (15)
- 行业发展研究 (14)
- 人工智能/神经网络 (13)
- Linux/Unix编程 (12)
- 书籍源码 (12)
- VC书籍 (10)
- VHDL/FPGA/Verilog (10)
- 系统设计方案 (10)
- 数值算法/人工智能 (9)
- 数据结构 (9)
- 汇编语言 (9)
- 模拟电子 (8)
- 通讯编程文档 (8)
- 编译器/解释器 (7)
- 压缩解压 (7)
- Java书籍 (7)
- 嵌入式/单片机编程 (7)
- 电子书籍 (6)
- 微处理器开发 (6)
- 驱动编程 (6)
- 加密解密 (6)
- 文件格式 (6)
- 其他嵌入式/单片机内容 (6)
- 通讯/手机编程 (6)
- DSP编程 (6)
- Delphi控件源码 (5)
- 可编程逻辑 (4)
- 源码 (4)
- 嵌入式综合 (3)
- 无线通信 (3)
- ARM (3)
- 测试测量 (3)
- 游戏 (3)
- 软件工程 (3)
- 并行计算 (3)
- 多国语言处理 (3)
- JavaScript (3)
- 论文 (3)
- PCB相关 (2)
- 教程资料 (2)
- 通信网络 (2)
- 传感与控制 (2)
- J2ME (2)
- Internet/网络编程 (2)
- 其他行业 (2)
- SQL Server (2)
- 医药行业 (2)
- Windows CE (2)
- 网络 (2)
- 家庭/个人应用 (2)
- Jsp/Servlet (2)
- 编辑器/阅读器 (2)
- 3G开发 (2)
- CA认证 (2)
- 串口编程 (2)
- 接口技术 (2)
- 其他 (2)
- VIP专区 (2)
- 技术教程 (1)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 技术书籍 (1)
- 开发工具 (1)
- 工控技术 (1)
- 操作系统开发 (1)
- VxWorks (1)
- Modem编程 (1)
- Delphi/CppBuilder (1)
- 技术管理 (1)
- 教育系统应用 (1)
- 嵌入式Linux (1)
- 语音压缩 (1)
- USB编程 (1)
- MacOS编程 (1)
- GPS编程 (1)
- FlashMX/Flex源码 (1)
- 中间件编程 (1)
- Symbian (1)
- *行业应用 (1)
- 仿真技术 (1)
- Matlab (1)
- 开关电源 (1)
数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...
matlab例程 Small calculater GUI This GUI takes 2 user chosen numbers and applies a matchmatical operation on
Small calculater GUI
This GUI takes 2 user chosen numbers and applies a matchmatical operation on the two numbers. Also shows save and load functionality.
其他书籍 The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
驱动编程 This book explains how to write device drivers for the newest members of the MicrosoftWindows family
This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
matlab例程 a MATLAB program which tries to correct situations in which a triangulation includes corner triangle
a MATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
文章/文档 To review what a metaball is, and how to render them and to describe a new optimization I ve made
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change the
characteristic ...
其他 The basic principle using the branchand- bound strategy to solve the traveling salesperson optimiz
The basic principle using the branchand-
bound strategy to solve the traveling
salesperson optimization problem (TSP)
consists of two parts.
&#1048708 There is a way to split the solution space.
&#1048708 There is a way to predict a lower bound for a
class of solutions.
&#1048708 There is also a way ...
微处理器开发 调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc
调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI,
ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the
ARM instructions MCR and MRC.
The two assembler source files provided are:
outchan.s for Target to debugger communication
inchan ...
Java编程 This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 2
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 A ...