资源列表
排序选择:
[matlab例程] vc调用matlab
说明:将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu<李震> 在 2026-01-14 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] guji
说明:系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to<qqiang> 在 2026-01-14 上传 | 大小:3kb | 下载:0
[其他小程序] 画图and计时器
说明:用vc实现的一个画图程序,画一个圆形和方形。本来可以画三角形,不过没有设定。同时程序中设了timer用来使图形移动,加一点趣味罢了!-vc achieved with a drawing, and painting a circle and a square. Triangle could have been painted, but not set. While proceedings timer used to set up a mobile so that the graphics and<断翼> 在 2026-01-14 上传 | 大小:1.85mb | 下载:0
[FlashMX源码] flash3dsourcecode
说明:3d按钮的flash源代码,非常简练、好用、速度很快-3d button flash source code, a very concise, convenient, fast<李震> 在 2026-01-14 上传 | 大小:48kb | 下载:0
[编译器/词法分析] 四元式
说明:c实现的四元式,模拟编译原理来实现,程序本身没什么难度,不过写这种程序能进一步加深对编译原理的理解!-c 4 yuan to achieve the style, analog compiler principles to achieve, the process itself little more difficult, but to write such a procedure would further deepen the understanding of compiler theory<断翼> 在 2026-01-14 上传 | 大小:256kb | 下载:0
[FlashMX源码] flash3d分子运动
说明:用flash编的flash 的3d分子运动的源代码,非常简练、好用-series with the flash flash 3d molecular movement of the source code, very concise, handy<李震> 在 2026-01-14 上传 | 大小:3kb | 下载:0
[FlashMX源码] flash3d下载效果
说明:用flash编的3d图像下载效果的源程序,非常简练、好用-using flash series of the images downloaded 3d effect of the source, very concise, handy<李震> 在 2026-01-14 上传 | 大小:16kb | 下载:0
[汇编语言] tetris-asm
说明:汇编写的俄罗斯方块,在386体系结构下编译运行,蛮好玩的-compilation of the Russian ideographic writing, in 386 Architecture compiler running under, quite fun<朱于乐> 在 2026-01-14 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Java 二叉树 算法
说明:用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.<yxl> 在 2026-01-14 上传 | 大小:1kb | 下载:0