-
1
说明: matlab中很实用的源代码1,例图图形转换、非线性变换等等(Practical source code of MATLAB)
- 2015-04-20 16:21:16下载
- 积分:1
-
plot_y_e
matlab中的画图程序,包括了坐标设置,最大范围设置,增加网格,网格间距,曲线颜色粗细,曲线类型。(Matlab drawing program, including the coordinate set, maximum range setting, increasing the grid, the grid spacing, color thick curve, curve type.)
- 2014-09-03 11:05:08下载
- 积分: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
-
MatLab2
说明: 由于matlab提供了一些很有用的计算方法
但是大部分用户只用到其中一部分的功能
所以写了一个包括解方程,矩阵计算,排序功能的代码(As matlab provides some very useful method but most users only use part of the function it was a including solving equations, matrices, and sorting code)
- 2010-05-03 10:22:44下载
- 积分:1
-
blackholeaodv.cc.tar
FILE SHOWS THE MODIFICATIONS FOR AODV.CC FOR INTRODUCING BLACKHOLE ATTACKS
- 2014-01-31 13:41:53下载
- 积分:1
-
109201293CSharp_MATLAB
interop between C# and matlab
- 2009-05-17 13:21:18下载
- 积分:1
-
MCM2010
2010年美国大学生数学建模竞赛MCM A题一等奖论文与相关程序代码,解决棒球的最佳击球点的建模问题。程序由VC6编写,用到了VC6与MATLAB7的联合编程。希望对备战美赛或国赛的同学有所帮助(2010 American Mathematical Contest in Modeling MCM A prize question papers and related code to solve baseball' s best hitting point modeling. Procedures prepared by the VC6, use the VC6 and MATLAB7 joint programming. Want to prepare for the U.S. race or national competition helps students)
- 2010-05-25 11:18:48下载
- 积分:1
-
delcam_flexlm_new_crack
delcam soft crack,very good.
- 2013-07-30 18:36:19下载
- 积分:1
-
matlabTSP
MATLAB编写的程序,是解决TSP问题的一种方法(MATLAB programs that solve the TSP problem is a method of)
- 2008-05-07 19:51:14下载
- 积分:1
-
combine_vc_with_matlab
如何在VC程序中使用MATLAB的C数学库 这是介绍在VC程序中使用MATLAB的C数学库,可以将vc和matlab结合起来。(this is a paper intruduce how to combine vc to matlab)
- 2010-09-28 23:47:53下载
- 积分:1