-
List
Listing is a program for sorting algorithms using the heaps sort and binary search sorting.
- 2014-11-16 12:33:13下载
- 积分:1
-
Simulator
说明: 模拟蚂蚁和食蚁兽的生存规律。在20X20的网格世界里,每个生物每次可向四个方向移动(但不会移除网格边缘),食蚁兽会吃掉在他目标处的蚂蚁(The goal for this programming project is to create a simple 2D predator-prey simulation.
In this simulation the prey are ants and the predators are doodlebugs.
These critters live in a world composed of a 20x20 grid of cells.
Only one critter may occupy a cell at a time. The grid is enclosed, so a critter is not allowed to move off the edges of the world.
Time is simulated in time steps.
Each critter performs some action every time step.)
- 2010-04-04 15:20:43下载
- 积分:1
-
delcam_flexlm_new_crack
delcam soft crack,very good.
- 2013-07-30 18:36:19下载
- 积分:1
-
Erlang
根据Erlang B公式进行程序设计:
(1)输入:话务量、信道数;输出:PC
(2)输入:PC、信道数;输出:最大话务量
根据Erlang C公式进行程序设计:
(1)输入:话务量、信道数;输出:PW[延迟>0]
(2)输入:PW[延迟>0]、信道数;输出:最大话务量
(According to Erlang B formula for program design: (1) Input: traffic, number of channels output: PC (2) input: PC, number of channels output: maximum traffic based on Erlang C formula for program design: (1) Input: traffic, number of channels output: PW [Delay> 0] (2) Input: PW [Delay> 0], the number of channels output: maximum traffic)
- 2021-04-14 15:28:55下载
- 积分:1
-
jsjyl
差分脉冲编码调制()的matlab模块仿真,实现抽样,量化,预测,编码并解码(DPCM)
- 2010-12-26 14:29:44下载
- 积分:1
-
MVQrara
用matlab实现基于LBGG算法的向量量化编码可直接使用。
(Using matlab to achieve vector quantization coding based on LBGG algorithms can be used directly.)
- 2012-07-18 11:28:39下载
- 积分:1
-
vcAndMatlab
matlab联合vc++仿真,最近刚学的,用的上,不错不错。(Joint vc++ matlab simulation, recently learned, the use, good good.)
- 2014-12-04 20:26:28下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
gray
说明: 灰色理论GM(1,1)的理论及实践应用,供大家参考(Gray theory GM (1,1) theory and practical application, for your reference)
- 2008-11-20 16:58:35下载
- 积分:1
-
MyRearch
包含matlab及C++对图像的基本操作,如:边缘提取,配准等等(Contains matlab and C++ the basic operation of the image, such as: edge detection, registration, etc.)
- 2012-04-16 19:39:18下载
- 积分:1