搜索结果
找到约 12,542 项符合
A.J 的查询结果
按分类筛选
- 全部分类
- 数据结构 (13)
- 其他书籍 (10)
- matlab例程 (9)
- Java编程 (8)
- 源码 (7)
- 人工智能/神经网络 (6)
- 数学计算 (6)
- 单片机编程 (6)
- 技术资料 (6)
- VC书籍 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (5)
- 其他 (4)
- 电子书籍 (4)
- 书籍源码 (4)
- 模拟电子 (3)
- 汇编语言 (3)
- 通讯/手机编程 (3)
- 交通/航空行业 (2)
- 网络 (2)
- 编译器/解释器 (2)
- VHDL/FPGA/Verilog (2)
- 书籍 (2)
- VIP专区 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 电源技术 (1)
- 游戏 (1)
- 编辑器/阅读器 (1)
- 加密解密 (1)
- 文章/文档 (1)
- 软件工程 (1)
- Java书籍 (1)
- J2ME (1)
- 单片机开发 (1)
- 中间件编程 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- GPS编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- SQL Server (1)
- 系统设计方案 (1)
- 无线通信 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 教材/考试/认证 (1)
- 软件 (1)
- 其他 (1)
Windows CE Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This incl
Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN ...
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
其他 The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to de
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
压缩解压 zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data form
zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip ...
MySQL数据库 DBTool is a choice to access databases from MATLAB.
DBTool is a choice to access databases from MATLAB.
其他 a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multi
a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
网络 A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to t
A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to talk to each other, so that hundreds of processors can work together.
其他 NTL is a high-performance, portable C++ library providing data structures and algorithms for manipul
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
matlab例程 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。
卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。
人工智能/神经网络 LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interfa
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.