搜索结果
找到约 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)
matlab例程 Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random n
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator.
a Compute the autocorrelation of for .
b Compute the periodogram estimate and plot it.
c Generate 10 different realizations of , and compute the corresponding sample autocorrelatio ...
VC书籍 The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati
The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances.
This book gives readers valuable knowled ...
GPS编程 There are numerous MATLAB m-files included in this software package. Thus, the the authors have bund
There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implemen ...
中间件编程 很好的搜索: 给你很多长度不定的木棒
很好的搜索:
给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。
Input
多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000)
Output
...
中间件编程 简单的floyd运用 第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行
简单的floyd运用
第一行输入一个整数C。C是测试的情况(0< C <=30).第二行一个正整数N( 0< N <=100),表示道路的总数.紧接N行,每一行包含两个字符串, Si,,Ti,和一个整数Di,代表从Si到Ti的距离(0<= Di <=150)。最后一行有两个字符串,S 和 T,你得找出从S 到 T的最短的距离。地名是不超过120个小写字符的串(从‘a’到 ...
Jsp/Servlet 关于SESSION的程序例子
关于SESSION的程序例子,about sesion , sample
人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...
数学计算 Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language
Problem D:合唱队形
Time Limit:1000MS Memory Limit:65536K
Total Submit:1237 Accepted:437
Language: not limited
Description
N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。
合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1 ...