搜索结果
找到约 672 项符合
OTHER 的查询结果
按分类筛选
- 全部分类
- 书籍 (66)
- 其他书籍 (48)
- 技术资料 (40)
- 其他 (33)
- 单片机编程 (31)
- 单片机开发 (26)
- Java编程 (24)
- matlab例程 (23)
- 电源技术 (21)
- Linux/Unix编程 (20)
- 软件设计/软件工程 (15)
- 电子书籍 (12)
- 数学计算 (12)
- 模拟电子 (11)
- 压缩解压 (10)
- VC书籍 (10)
- 网络 (9)
- 通讯/手机编程 (9)
- 驱动编程 (9)
- VHDL/FPGA/Verilog (9)
- Internet/网络编程 (8)
- 数值算法/人工智能 (8)
- 可编程逻辑 (7)
- 编译器/解释器 (7)
- 文章/文档 (7)
- 通讯编程文档 (7)
- 人工智能/神经网络 (7)
- 书籍源码 (7)
- 文件格式 (7)
- 汇编语言 (7)
- 嵌入式/单片机编程 (6)
- 数据结构 (6)
- 微处理器开发 (6)
- 软件工程 (6)
- 教程资料 (5)
- Delphi控件源码 (5)
- J2ME (5)
- 系统设计方案 (5)
- 行业发展研究 (5)
- Java书籍 (5)
- 嵌入式综合 (4)
- 无线通信 (4)
- GPS编程 (4)
- 其他行业 (4)
- SQL Server (4)
- Symbian (4)
- 其他嵌入式/单片机内容 (4)
- 操作系统开发 (4)
- 加密解密 (3)
- 中间件编程 (3)
- 其他数据库 (3)
- *行业应用 (3)
- 金融证券系统 (3)
- 语音压缩 (3)
- 论文 (3)
- PCB相关 (2)
- DSP编程 (2)
- 多国语言处理 (2)
- 技术管理 (2)
- 企业管理 (2)
- VxWorks (2)
- FlashMX/Flex源码 (2)
- 邮电通讯系统 (2)
- 游戏 (2)
- Windows Mobile (2)
- 数据库系统 (2)
- 3G开发 (2)
- 接口技术 (2)
- 驱动程序 (1)
- 技术书籍 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 工控技术 (1)
- 测试测量 (1)
- 生物技术 (1)
- Applet (1)
- 串口编程 (1)
- Ajax (1)
- JavaScript (1)
- Windows CE (1)
- 手机短信编程 (1)
- 教育系统应用 (1)
- 人物传记/成功经验 (1)
- CA认证 (1)
- OA系统 (1)
- USB编程 (1)
- 交通/航空行业 (1)
- 编辑器/阅读器 (1)
- 酒店行业 (1)
- Oracle数据库 (1)
- Delphi/CppBuilder (1)
- 认证考试资料 (1)
- C/C++语言编程 (1)
- 源码/资料 (1)
- 实用工具 (1)
- DSP工具/软件 (1)
- 源码 (1)
数学计算 Sherwood算法消除最坏实例
Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果
文件:
rd_list.c --> create a random sequence of n integers not equal to each other
list.c --> create a descending sequence of n integers not equal to each other
sherwood.c --> 就是该算法,静态链表的长度默认设为1000,可在宏定义处修改
...
通讯编程文档 You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr
You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make ...
其他 TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters an ...
编译器/解释器 Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python
Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other ...
其他 This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, par
This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very useful in many projects. The code has been vectorised for speed and is stable and fas ...
驱动编程 This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” dr ...
驱动编程 This the third edition of the Writing Device Drivers articles. The first article helped to simply ge
This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT ...
人工智能/神经网络 OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope
OpenSVM was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the opensvm-src folder.
The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm.
However, the f ...
多国语言处理 A web crawler (also known as a web spider or web robot) is a program or automated script which brow
A web crawler (also known as a web spider or web robot) is a program or automated script
which browses the in a methodical, automated manner. Other less frequently used names for
web crawlers are ants, automatic indexers, bots, and worms (Kobayashi and Takeda, 2000).来源。
游戏 Ink Blotting One method for escaping from a maze is via ‘ink-blotting’. In this method your startin
Ink Blotting
One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square
is marked with the number ‘1’. All free, valid squares north, south, east and west around the
number ‘1‘ are marked with a number ‘2’. In the next step, all free, valid squares around ...