搜索资源列表
pqsfdmn
- 喷气式发动机模拟 由于引入了粒子系统(共60000个粒子),而且为了达到很好的效果粒子用的是三棱锥而不是点,所以运算量很大 ,对电脑要求有点高,配置不好的电脑可以在头文件中将粒子个数改少一些。由于我将说明文档整和在了程序中, 有大量的图片要处理,所以编译时会很慢(我的电脑要50多秒 CPU p4 2.4G DDR400 512M 七彩虹 Radom9800se) 请耐心等待。 因为不是最终版所以有些BUG没改(编译没有问题,只是某些功能无法实现): 程序中由于按钮控制与键
GetBMPPic.rar
- MATLAB和VC++混合编程实现BMP图像的读取显示,VC++为主要平台,中间调用MATLAB引擎,执行MATLAB语句,将读取的BMP数据显示出来。,MATLAB and VC++ Matlab read BMP images show, VC++ As the main platform, called intermediate MATLAB engine, the implementation of MATLAB statements will read BMP data display
VBshiboqi
- VB 编写的示波器程序,内含可执行文件和源程序,采用line语句编写,可以实现多种功能。-VB writing oscilloscope program containing executable files and source code, written in line statement, you can achieve a variety of features.
43
- 这是一个可以直接执行SQL语句进行查询的程序,验证过了应该没有问题-This is a direct implementation of SQL query language procedures, verification should not be a problem after
debugging
- 此功能可以单步对所在函数单步调试,如果调试的语句是一个调用函数的语句时, Debugger将全速执行所调用的函数,单步(一步)通过所调用的函数,Debugger停该调用语句的下一条语句上. -This feature can be a single-step where the function of the single-step debugging, if the debugging statement is a statement function is called when
Debugger
- 此功能将使Debugger切换回全速执行到被调用函数结束,并停在该函数调用语句的下一条语句上. 当确定所调用的函数没有问题时可以用这个功能全速执行被调用函数. -This feature will allow Debugger to switch back to full speed to the end of the called function and stops at the function call statement is a statement on the next
insertion
- 全速执行到包含插入点光标所在的行,可以作为在插入点光标处设置常规断点的一种选择. C中调用Matlab函数.注意,当光标处不是一个有效的执行语句时此功能将不起作用. -Contains the insertion point at full speed to the line where the cursor can be used as the cursor at the insertion point at an option to set a breakpoint routine.
WINTC-GUI
- WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程
q1
- 该程序代码我不知道怎么用,是一个画等值线的程序代码,代码来源于长江大学李文华和张群龙老师,但是我发现我在借用该程序读入txt文件时出现了问题,在执行循环语句时出现了索引越界,不知道怎么处理了。我是matlab小白,希望有老师能指教一下(The program code I do not know how to use, is a painting contour program code from the Yangtze River University, Li Wenhua and Zhang