-
ZEVEN
Matlab教程第7章,编程与数据分析、整理(Matlab Guide Chapter 7, programming and data analysis, sorting)
- 2013-07-20 10:08:35下载
- 积分:1
-
kt878
仿真图是速度、距离、幅度三维图像,合成孔径雷达(SAR)目标成像仿真,可以广泛的应用于数据预测及数据分析。( FIG simulation speed, distance, amplitude three-dimensional image, Synthetic Aperture Radar (SAR) imaging simulation target, Can be widely used in data analysis and forecast data.)
- 2017-05-07 23:04:37下载
- 积分:1
-
rili
找到的一个比较实用的日历程序源码,用于开发与日期相关的程序,替代Calendar,实现其无法改变颜色等操作(To find a more practical calendar program source code, for the development of date-related procedures, alternative Calendar, realize that it can not change the color and other operations)
- 2013-08-05 17:30:50下载
- 积分:1
-
Tooltiptest
弹出式tooltips,codeproject上面一个国外人写的(Pop-up tooltips)
- 2013-11-03 22:01:55下载
- 积分:1
-
Collision-library
碰撞库含有很多的碰撞例子,可以直接使用!方便在学习碰撞中的各位同仁!(Library contains a lot of the collision of a collision example, can use directly!!!!! In the study of the convenient collision colleagues!!!!!)
- 2011-10-28 16:23:59下载
- 积分:1
-
MATLAB-CPP
用实例演示如何在matlab中调用c++,适用于初学者,很好的例子(With examples demonstrate how to call c++ in matlab for beginners, a good example)
- 2014-01-07 14:04:04下载
- 积分:1
-
Cloth__Simulation
一个布料的OPNEGL仿真模拟,用来理解布料受力模型。(a fabric OPNEGL simulation to understand the cloth mechanical model.)
- 2007-03-21 21:14:54下载
- 积分: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
-
Wind_PMSG
Analysis of steady state/ transient behaviour of HVDC systems due to AC/ DC Faults, commutation failure etc. using PSCAD simulating software. Also conducted studies on control methods/ protection requirements as well as distribution on the Delhi-Rihand HVDC system.
- 2012-04-24 19:34:33下载
- 积分:1
-
7
说明: 本程序是数制转换问题,为十进制数字和罗马数值间的相互转化,本程序用的是函数调用法(This program is the number of system conversion problems, in order to decimal numbers and value of the inter-conversion of Rome, this program using a function call method)
- 2009-12-27 21:35:22下载
- 积分:1