搜索结果
找到约 1,235 项符合
soft-input 的查询结果
通讯/手机编程 This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming boo
This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodman at Polytechnic University.
The purpose of this simulator ...
驱动编程 a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digital camera supported by dcam.sys is a data source that pr ...
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.
数值算法/人工智能 最小权定点覆盖问题的C++代码
最小权定点覆盖问题的C++代码,使用时注意需要定义input.txt文件。ACM适用
matlab例程 The main features of the considered identification problem are that there is no an a priori separati
The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the ...
matlab例程 A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is
A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representations are input/state/output, difference equation, and ...
matlab例程 The toolbox solves a variety of approximate modeling problems for linear static models. The model ca
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There ar ...
人工智能/神经网络 王小平《遗传算法——理论、应用与软件实现》随书光盘
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生 ...
Java编程 This application includes a demo server and client program. You could write your own server launcher
This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class.
Usage:
1. Type the following command to launch the server program.
java -jar Sim ...
数值算法/人工智能 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如
正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。
对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。
数据输入
输入数据由文件名为input.txt的文本文件提供。文件的 ...