-
DemoClient_Win_3.6.0
说明: 视屏开发程序,主要是客服端代码,已经在应用中使用(video client develop)
- 2010-03-19 09:26:21下载
- 积分:1
-
theproblemoftheprogram
程序设计问题和学习有效题目,可以有效提高初学者学习能力。(it can inprove the ability of the learners)
- 2010-02-09 11:35:56下载
- 积分:1
-
jixianpiaoyi
心电信号处理,滤波与计算 之:去除漂移基线子程序(ECG signal processing, filtering and calculation of: removing baseline drift subroutines)
- 2014-09-10 19:54:05下载
- 积分: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
-
四机两区
说明: 粒子群优化算法计算出的PSS优化模型,为四机两区模型(PSS optimization model calculated by particle swarm optimization algorithm)
- 2020-12-30 00:09:00下载
- 积分:1
-
Synovial
滑膜变结构控制与matlab仿真,先进的控制方法的仿真应用(Synovial variable structure control and matlab simulation)
- 2012-05-15 09:50:36下载
- 积分:1
-
radar
说明: 主要描述了雷达的工作原理及性能,为研究雷达数据处理的朋友提供基础的知识(Describes the principle and performance of radar, radar data processing for the study provide a basis of knowledge friend)
- 2011-02-22 10:35:18下载
- 积分:1
-
Archive
Test Bank for Problem Solving with C++: The Object of Programming
- 2014-09-11 16:10:21下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1
-
Huffman
用vs2013写的霍夫曼编码程序,可将.txt中的英文字符串(包括各种字符如:逗号)编码后输出到一个.txt中,并且可输出构建的霍夫曼树,保存编码方式。(Huffman coding using vs2013 to write programs in English can be txt string (including a variety of characters such as: the comma). Encoded output to a txt, and can output to build Huffman tree, save the encoding. .)
- 2014-02-07 15:23:50下载
- 积分:1