搜索结果
找到约 907 项符合
input 的查询结果
按分类筛选
- 全部分类
- 技术资料 (284)
- 单片机编程 (38)
- 其他 (37)
- matlab例程 (36)
- 电源技术 (34)
- 数学计算 (29)
- 单片机开发 (25)
- 模拟电子 (20)
- 人工智能/神经网络 (20)
- VHDL/FPGA/Verilog (18)
- 编译器/解释器 (17)
- Java编程 (17)
- 汇编语言 (17)
- 书籍 (16)
- 数据结构 (16)
- 数值算法/人工智能 (15)
- Linux/Unix编程 (14)
- 传感与控制 (10)
- 其他嵌入式/单片机内容 (10)
- 测试测量 (9)
- 书籍源码 (8)
- 压缩解压 (8)
- 嵌入式/单片机编程 (8)
- 源码 (7)
- DSP编程 (7)
- 加密解密 (7)
- 微处理器开发 (7)
- 可编程逻辑 (6)
- 驱动编程 (6)
- Java书籍 (6)
- 通讯/手机编程 (5)
- 其他书籍 (5)
- 文章/文档 (5)
- 嵌入式Linux (5)
- 其他行业 (5)
- 软件设计/软件工程 (5)
- VIP专区 (5)
- 软件 (4)
- 论文 (4)
- 通讯编程文档 (4)
- JavaScript (4)
- VC书籍 (4)
- 其他 (3)
- Internet/网络编程 (3)
- 企业管理 (3)
- 文件格式 (3)
- 中间件编程 (3)
- 行业发展研究 (3)
- 经验 (2)
- C/C++语言编程 (2)
- 行业应用文档 (2)
- 学术论文 (2)
- 开关电源 (2)
- 操作系统开发 (2)
- 其他文档 (2)
- 技术书籍 (2)
- 软件工程 (2)
- 开发工具 (2)
- 嵌入式综合 (2)
- 电子书籍 (2)
- 教程资料 (2)
- 教程资料 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 金融证券系统 (2)
- USB编程 (2)
- uCOS (2)
- Windows Mobile (2)
- 系统设计方案 (2)
- SQL Server (2)
- 教程 (1)
- 电路图 (1)
- 手册 (1)
- 应用设计 (1)
- 电子大赛 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 多媒体处理 (1)
- 仿真技术 (1)
- 资料/手册 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 通信网络 (1)
- 工控技术 (1)
- allegro (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 串口编程 (1)
- 语音压缩 (1)
- SCSI/ASPI (1)
- 网络 (1)
- CA认证 (1)
- BREW编程 (1)
- STL (1)
- VxWorks (1)
- 家庭/个人应用 (1)
- 交通/航空行业 (1)
数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t
The task in this assignment is to implement an airline routing system. Your
system should be able to read in a
ight network as a graph from a le, where
airports are represented as vertices and
ights between airports are represented
as edges, take as input two airports and calculate the shortest ro ...
系统设计方案 Multirate filters provide a practical approach to designing and implementing finite response (FIR) f
Multirate filters provide a practical approach to designing and implementing finite response (FIR) filters with narrow spectral constraints. By changing the input data rate at one or more intermediate points the filter lengths and computational rates can be greatly reduced when compared to a standar ...
单片机编程 16-bit IC and SMBus I/O Port w
The CAT9555 is a CMOS device that provides 16-bitparallel input/output port expansion for I²C and SMBuscompatible applications. These I/O expanders providea simple solution in applications where additional I/Osare needed: sensors, power switches, LEDs,pushbuttons, and fans.
人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
游戏 一个完整的2D滚屏游戏示例
一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。
DSP编程 fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);
fft源代码,#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void resave(void);
interrupt void phantom(void);
void sysinit(void);
extern int input[2*N];
matlab例程 MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectr
MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectra (having similar m/z values ?within a given tolerance), and creates a single consensus spectrum as a representative. The input formats accepted are: dta, mgf, mzXML. The output format is mgf.
金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : byyond which the data may be considered as a outlie ...
Java编程 文件说明java模式
文件说明java模式,The CustomerFacade class offers a higher level business service in the
form of the saveCustomerData method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the Cu ...
Java编程 Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create b
Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl, .NET, Java, Ruby (and Rails), and Pyt ...