搜索结果
找到约 325 项符合
FinD 的查询结果
按分类筛选
- 全部分类
- 其他 (31)
- matlab例程 (27)
- 书籍 (19)
- 其他书籍 (17)
- 数学计算 (12)
- Linux/Unix编程 (12)
- 数值算法/人工智能 (11)
- Java编程 (11)
- 数据结构 (8)
- 电子书籍 (8)
- Delphi控件源码 (7)
- 编译器/解释器 (7)
- VHDL/FPGA/Verilog (7)
- VC书籍 (7)
- 通讯/手机编程 (6)
- 软件工程 (6)
- 文章/文档 (6)
- 单片机开发 (6)
- 书籍源码 (6)
- 人工智能/神经网络 (5)
- 汇编语言 (5)
- DSP编程 (5)
- 软件设计/软件工程 (5)
- Java书籍 (4)
- 教育系统应用 (4)
- 嵌入式综合 (3)
- 操作系统开发 (3)
- 游戏 (3)
- SQL Server (3)
- GPS编程 (3)
- 加密解密 (3)
- 文件格式 (3)
- 中间件编程 (3)
- 通讯编程文档 (3)
- 源码 (3)
- 单片机编程 (2)
- 无线通信 (2)
- Symbian (2)
- 交通/航空行业 (2)
- 驱动编程 (2)
- 串口编程 (2)
- 其他行业 (2)
- JavaScript (2)
- 嵌入式/单片机编程 (2)
- 技术管理 (2)
- 微处理器开发 (2)
- 金融证券系统 (2)
- 行业发展研究 (2)
- Delphi/CppBuilder (2)
- 教程资料 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 接口技术 (1)
- Applet (1)
- 其他数据库 (1)
- 企业管理 (1)
- 手机短信编程 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 多国语言处理 (1)
- 系统设计方案 (1)
- STL (1)
- 医药行业 (1)
- Internet/网络编程 (1)
- USB编程 (1)
- *行业应用 (1)
- 压缩解压 (1)
- 家庭/个人应用 (1)
- 资料/手册 (1)
- 多媒体处理 (1)
- 其他 (1)
- 技术资料 (1)
- VIP专区 (1)
人工智能/神经网络 最新的支持向量机工具箱
最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, ...
Linux/Unix编程 用来在Linux下遍历目录
用来在Linux下遍历目录,相当于find命令,是练习嵌套和回调函数的好例子。
数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, ...
电子书籍 jboss 开发人员 手册 JBoss: A Developer s Notebook also introduces the management console, the web service
jboss 开发人员 手册
JBoss: A Developer s Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you ll find a section called "What about..." that anticipates and answers ...
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
电子书籍 The Hardware Book contains misc technical information about computers and other electronic devices
The Hardware Book contains misc technical information about computers
and other electronic devices. You ll find the pinout to most common
(and uncommon) connectors availble, as well as info about how to build
数据结构 解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
VC书籍 MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme
MFC Black Book
Introduction:
Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting thin ...
其他 * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) ...