-
READ-CSV-FILES
读取csv文件 可以实现与matlab交互用,或与其他文件交互,程序较小但可用(read vsc files
Interacting with Matlab can be achieved using the Read CSV file, or interact with other documents, the program small but can be used)
- 2013-12-18 10:40:13下载
- 积分:1
-
VC_call_matlab
给出了如何从vc里调用matlab文件、命令的详细设置过程和例子,(Given how to call matlab in vc documents, detailed command set-up process and examples)
- 2007-08-22 18:41:54下载
- 积分:1
-
sim
matlab with simulink can do simulation of wimax before you can model your system then simulate to improve the performance
- 2010-01-31 06:49:59下载
- 积分:1
-
ZEVEN
Matlab教程第7章,编程与数据分析、整理(Matlab Guide Chapter 7, programming and data analysis, sorting)
- 2013-07-20 10:08:35下载
- 积分:1
-
eslabprgms
visual c++ FOR EMBEDDED SYSTEMS AND FOR REAL TIME APPLICATIONS
- 2013-08-26 22:03:52下载
- 积分:1
-
GA
说明: 关于GA的c++代码和matlab代码的一个文件,可以做一个性能对比后,选择使用(On GA in c++ code and matlab code of a file, you can make a performance comparison, the option of using)
- 2010-06-01 15:29:19下载
- 积分:1
-
ownerDrawScrollBar
scrollbar重绘。很好的例子程序,可以用来学习一下。(scrollbar redrawn. Good example of a program that can be used to learn about.)
- 2014-11-11 14:30:39下载
- 积分:1
-
Testvcmatlab
matlab与vc混和编成(Matlab and the mixture into vc)
- 2005-01-13 14:41:48下载
- 积分: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
-
rgb2gray
此文件为 在matlab中rgb2gray的方式(way of rgb2gray in matlab)
- 2011-05-02 10:48:14下载
- 积分:1