搜索结果
找到约 505 项符合
Run-Length 的查询结果
Java编程 One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed
One-channel queuing system simulator (M/M/1)
* Arrival and service times are random and distributed exponetially.
*
* The simulator is time-slice-driven, i.e. the system model is being
* run at discrete time points, with constant increments deltaT.
* At each such time moment, program checks if a n ...
DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s
CCS编程环境 使用的是汇编加C的混合编程方法:
The programme of the Correlation Algorithm.
Using INT2 to get the input signal.
Array x, in first step, is the input signal produced by programme,
in next step, is the input signal get from A/D,
the length is 128, 32-bit floating point.
Array y, in first s ...
matlab例程 Description: soft source, 1D,absorbing boundary condition (which really only work for epsrel=murel=1
Description: soft source, 1D,absorbing boundary condition (which really only work for epsrel=murel=1), reflection at an interface type ward_fdtd1d to run.
电子书籍 《Prolog Programming in Depth》: In this book, we emphasize practical Prolog programming, not just th
《Prolog Programming in Depth》:
In this book, we emphasize practical Prolog programming, not just theory. We
present several ready-to-run expert system shells, as well as routines for sorting,searching, natural language processing, and even numerical equation solving.
We also emphasize interoperabi ...
人工智能/神经网络 用于求解TSP(Traveling salesman problem
用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)
单片机开发 This a simple hardware UART test program. It receives text lines over the serial port and writes ba
This a simple hardware UART test program. It receives text lines over
the serial port and writes back a status msg with length and contents of
the buffer.
通讯/手机编程 Make sure your GPS hardware is setup correctly using the GPS control panel in Settings. Once
Make sure your GPS hardware is setup correctly using the
GPS control panel in Settings.
Once you have your GPS set up, you need to Build and Run the GpsSample
to see it work.
软件工程 书名:基本商业程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 editio
书名:基本商业程序的建模
Essential Business Process Modeling (Paperback)
作者: Mike Havey
出版商:O Reilly 1 edition (August 18, 2005)
内容介绍:
Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflo ...
Java编程 对于CPU线程调度的模拟
对于CPU线程调度的模拟,CPU threads control simulation,包括first come first serve算法和run rubbing等,同时输出线程开始,切换,结束等信息。
matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,
%CHECKBOUNDS Move the initial point within the (valid) bounds.
% [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars)
% checks that the upper and lower
% bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf
% if necessary) warn if too long. Also make LB and UB vectors if not
% a ...