搜索结果
找到约 684 项符合
SAMPLE 的查询结果
按分类筛选
- 全部分类
- 驱动编程 (50)
- 其他 (47)
- Java编程 (36)
- 单片机开发 (35)
- Linux/Unix编程 (28)
- 人工智能/神经网络 (22)
- VC书籍 (21)
- 软件设计/软件工程 (21)
- 其他嵌入式/单片机内容 (19)
- 微处理器开发 (18)
- matlab例程 (15)
- 数学计算 (13)
- Windows Mobile (12)
- Windows CE (12)
- Delphi控件源码 (12)
- 嵌入式/单片机编程 (12)
- 其他书籍 (11)
- 操作系统开发 (11)
- 通讯编程文档 (10)
- 中间件编程 (10)
- Internet/网络编程 (9)
- 数据结构 (9)
- 汇编语言 (9)
- 文章/文档 (9)
- 通讯/手机编程 (8)
- DSP编程 (8)
- SQL Server (7)
- GPS编程 (7)
- 网络 (7)
- 压缩解压 (7)
- VIP专区 (7)
- 游戏 (6)
- 文件格式 (6)
- USB编程 (6)
- 书籍源码 (6)
- 其他行业 (6)
- 加密解密 (6)
- 系统设计方案 (6)
- Jsp/Servlet (6)
- 电子书籍 (6)
- 编译器/解释器 (6)
- 技术资料 (6)
- 嵌入式Linux (5)
- 串口编程 (5)
- Java书籍 (5)
- Symbian (5)
- 其他数据库 (5)
- 单片机编程 (4)
- 数据库系统 (4)
- 数值算法/人工智能 (4)
- 模拟电子 (3)
- Applet (3)
- Oracle数据库 (3)
- 磁盘编程 (3)
- BREW编程 (3)
- FlashMX/Flex源码 (3)
- 行业发展研究 (3)
- JavaScript (3)
- TAPI编程 (2)
- 手机短信编程 (2)
- uCOS (2)
- 并口编程 (2)
- 软件工程 (2)
- 技术管理 (2)
- 百货/超市行业 (2)
- J2ME (2)
- 教育系统应用 (2)
- *行业应用 (2)
- 金融证券系统 (2)
- 源码 (2)
- 书籍 (2)
- PCB设计 (1)
- 学术论文 (1)
- 图形图像 (1)
- 多媒体处理 (1)
- 教程资料 (1)
- 教程资料 (1)
- 电源技术 (1)
- 无线通信 (1)
- 测试测量 (1)
- 手机WAP编程 (1)
- 交通/航空行业 (1)
- 电子政务应用 (1)
- 传真(Fax)编程 (1)
- OA系统 (1)
- 语音压缩 (1)
- 并行计算 (1)
- 多国语言处理 (1)
- 邮电通讯系统 (1)
- Ajax (1)
- RFID编程 (1)
- MacOS编程 (1)
- 编辑器/阅读器 (1)
- CA认证 (1)
- MySQL数据库 (1)
- 软件测试 (1)
- 酒店行业 (1)
- 3G开发 (1)
- 电子书籍 (1)
- 开发工具 (1)
数据结构 Problem F:汽车加油 Time Limit:1000MS Memory Limit:65536K Total Submit:1400 Accepted:404 Language
Problem F:汽车加油
Time Limit:1000MS Memory Limit:65536K
Total Submit:1400 Accepted:404
Language: not limited
Description
一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。
编程任务:
对于给定的n和k(k <= 10000)个加油站位置, ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the selSusp DDK sample. ...
数学计算 Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm
Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
algorithm to sample from the distribution P ~ EXP(-F), where F is the
first argument to HMC. The Markov chain starts at the point X, and
the function GRADF is the gradient of the `energy function F.
人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam
Probability distribution functions.
estimation - (dir) Probability distribution estimation.
dsamp - Generates samples from discrete distribution.
erfc2 - Normal cumulative distribution function.
gmmsamp - Generates sample from Gaussian mixture model.
gsamp - Generates sample from Gaussian dist ...
Symbian flash lite开发 ArcadeHeroes.swf SWF content games/invaders.swf SWF content games/pacman.swf SWF
flash lite开发
ArcadeHeroes.swf SWF content
games/invaders.swf SWF content
games/pacman.swf SWF content
Arcade1_2nd_edition.SIS Nokia S60 2nd Edition SIS package
Arcade1_3rd_edition_signed.sis Nokia S60 3rd Edition signed SIS package
Arcade1_2nd_edition.pkg Nokia S60 2nd Edition SIS Package de ...
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...
单片机开发 Zword公司的Rabbit2000系列相关文件
Zword公司的Rabbit2000系列相关文件,包含库Lib和例子Sample,也有TCP/IP相关应用文件,配套的软件为Dynamic C .
其他 The full Fusion SDK consists of a directory of header files (*.h), the eyeonSystem.lib file and the
The full Fusion SDK consists of a directory of header files (*.h), the eyeonSystem.lib file and the
eyeonScript.lib file. We have also included some sample plug‐ins to help get you acquainted with the
Fusion plug‐in architecture.
微处理器开发 this application program demonstrate programming and simulation of the on-chip CAN (controller area
this application program demonstrate programming and simulation of the on-chip CAN (controller area network) interface of the C167/ST10-F168. The sample source code can be compiled using keil C166 compiler. To test the program you may use the uVision2 debugger/simulator that is part of keilPK166 pac ...