搜索结果
找到约 394 项符合
There 的查询结果
按分类筛选
- 全部分类
- 书籍 (80)
- 其他 (27)
- Java编程 (21)
- matlab例程 (18)
- 其他书籍 (15)
- 单片机开发 (14)
- Linux/Unix编程 (11)
- 数据结构 (10)
- 编译器/解释器 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (8)
- VC书籍 (8)
- Delphi控件源码 (7)
- 技术资料 (7)
- 汇编语言 (6)
- GPS编程 (6)
- 压缩解压 (6)
- 游戏 (6)
- 通讯编程文档 (6)
- 模拟电子 (5)
- 电源技术 (5)
- 数学计算 (5)
- Java书籍 (5)
- 软件工程 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- VHDL/FPGA/Verilog (4)
- SQL Server (4)
- 行业发展研究 (4)
- 技术管理 (3)
- 文章/文档 (3)
- 加密解密 (3)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 接口技术 (2)
- FlashMX/Flex源码 (2)
- 操作系统开发 (2)
- DSP编程 (2)
- 文件格式 (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- Windows CE (2)
- 嵌入式/单片机编程 (2)
- *行业应用 (2)
- JavaScript (2)
- 源码 (2)
- PCB相关 (1)
- 通信网络 (1)
- 无线通信 (1)
- 测试测量 (1)
- 书籍源码 (1)
- Applet (1)
- Symbian (1)
- 生物技术 (1)
- 编辑器/阅读器 (1)
- 系统设计方案 (1)
- Windows Mobile (1)
- 电子书籍 (1)
- 串口编程 (1)
- 磁盘编程 (1)
- 医药行业 (1)
- 其他行业 (1)
- VxWorks (1)
- MySQL数据库 (1)
- 微处理器开发 (1)
- Internet/网络编程 (1)
- 百货/超市行业 (1)
- J2ME (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 论文 (1)
- 手册 (1)
FlashMX/Flex源码 I ll probably write up a short article next week outlining how the ActionScript works, so people can
I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex.
You can download the component and source code here. There are some instructions in the FLA on how to use it. Note that this is not a compiled compo ...
*行业应用 I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.n
I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave myself a try for the same and developed the code, I have use ...
其他 davidmaxwaterman (December 28, 2007 at 7:29 am)ah, the extra credits part of the NotepadCodeLab he
davidmaxwaterman (December 28, 2007 at 7:29 am)ah, the extra credits part of the NotepadCodeLab helps a lot. There s nothing like actual code and a debugger to explain things :) ...
matlab例程 he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chos
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of interva ...
matlab例程 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files
1. ADABOOST_tr.m
2. ADABOOST_te.m
to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo fi ...
人工智能/神经网络 AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yo
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files
VC书籍 In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi
In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable.
This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produce ...
Internet/网络编程 XML Copy Editor is free software released under the GNU General Public License. It is available in C
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.
其他 C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely les
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to co ...
Java编程 A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsi
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show 2 decimal places.