-
abs
汽车ABS刹车自动系统的Matlab建模与仿真实现(Auto ABS brakes Automatic System Modeling and Simulation Matlab)
- 2010-01-16 12:29:17下载
- 积分:1
-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
VC++_Matlab_pdf
说明: Matlab与VC混合编程实例,rar格式(Matlab and VC mixed programming examples, rar format)
- 2005-12-24 11:37:12下载
- 积分:1
-
studentSnopt
matlab snopt 学生版,求解大规模非线性规划问题(matlab snopt Student Edition, for solving large-scale nonlinear programming problem)
- 2014-09-13 22:13:46下载
- 积分:1
-
IRLS
IRLS不等距时窗,用于多次波自适应减去过程中,更加准确的处理(this is IRLS code)
- 2014-11-01 17:52:26下载
- 积分:1
-
OMATLAB_ssvmn
关于支持向量机的MATLABB程序,用于模式识别可直接使用。
(MATLABB program on support vector machine for pattern recognition can be used directly.)
- 2012-07-17 08:26:15下载
- 积分:1
-
[mathematica.MA].791893293matlabgui
一个很好的通用虚拟示波器,基于vc编写的,非常好用(A good general purpose virtual oscilloscope, based on the vc prepared, very easy to use)
- 2011-11-07 22:51:38下载
- 积分:1
-
mesh
对给定区域进行delaunay三角形化的程序,例子中为正方形区域,可以通过tecplot查看显示结果(Delaunay triangulation program on a given area for example, square area, you can view the results by Tecplot)
- 2015-04-14 20:15:39下载
- 积分:1
-
bm308
有借鉴意义哦,这个有中文注释,看得明白,计算晶粒的生长,入门级别程序。( There are reference Oh, The Chinese have a comment, understand it, Calculation of growth, entry-level program grain.)
- 2020-06-30 23:00:02下载
- 积分:1
-
2
说明: 有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。
现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。
可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。
输入:
两个整数L(1<=L<=10000)和M(1<=M<=100)。
接下来有M组整数,每组有一对数字。
输出:
可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 < = L < = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 < = M < = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 < = L < = 10000) and M (1 < = M < = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
- 2015-03-22 23:35:47下载
- 积分:1