-
matlab-engine-
vc调用matlab引擎的,图文并茂的介绍操作步骤,并给出简单的调用程序(vc call matlab engine, illustrated introduction to the steps, and gives a simple procedure call)
- 2011-09-05 17:54:11下载
- 积分:1
-
QAM
采用MATLAB编程,产生一个16QAM中频调制信号。采用MATLAB编程,产生一个16QAM中频调制信号。(Using MATLAB programming, a 16QAM modulation signal frequency. Using MATLAB programming, a 16QAM modulation signal frequency.)
- 2008-12-22 22:18:10下载
- 积分:1
-
Canshu
关于水轮机主轴系统振动的有限元计算程序,用matlab编写(Finite element program)
- 2009-04-25 21:37:04下载
- 积分:1
-
DEF
里面有DFE、LMS、RLS、NLMS的几种算法的学习曲线的比较,很适合学习和分析(The DFE, LMS, RLS, NLMS several algorithms learning curve comparison, it is suitable for study and analysis)
- 2020-12-01 14:39:26下载
- 积分:1
-
myprog11_1
说明: dsp2407 32点fft asm编写(dsp2407 32-point fft asm prepared)
- 2009-09-01 20:17:42下载
- 积分:1
-
The-file-browser
简单的文件浏览器,可以浏览文件并打开所浏览文件。(A simple file browser, you can browse the file and open the browse file.)
- 2011-11-02 16:56:01下载
- 积分:1
-
test
此源码是我更改过的基于VFW(Video for Windows)的源码,使用了定时器能实时的显示图像,从网上可搜到原版源码,但是原版的功能是保存为一个文件,且不能实时显示,此版本虽然能显示,但感觉反应速度不是很快,没有基于DirectShow的程序更新速度快,不过在WM_PAINT消息处理里加while(1){capGrabFrame(ghWndCap) }刷新速度就快很多了,但是这样程序就进入死循环不能再处理其他消息,至于怎样改进,就靠读者你了。(This source is changed based on VFW (Video for Windows) source, using a timer to display real-time images from the Internet can be found to the original source, but original function is saved as a file, and can not be real-time display, Although this version can display, but feel the reaction rate is not fast, not based on DirectShow update speed, but in WM_PAINT message processing Riga while (1) {capGrabFrame (ghWndCap) } faster refresh rate on a lot, but this procedure to enter an infinite loop can not deal with other information, as to how to improve the reader to rely on you.)
- 2011-12-26 17:13:03下载
- 积分:1
-
mesal
matlab code for getting data from a file
- 2014-02-02 20:10:57下载
- 积分:1
-
20100606matlab7
matlab相关书籍,适合做初学者用作参考(matlab books, suitable for beginners as a reference)
- 2010-06-20 22:43:38下载
- 积分:1
-
ForK1
我们的目的是将一个分数拆分成若干个分子是1分母是正整数的分数之和的形式。例如2/3可以拆分成1/2+1/6的形式。这里不考虑顺序,比如1/6+1/2和1/2+1/6相同。
输入p, q, a, n, 其中p/q为分数,对这个分数进行拆分,要求拆分的分数个数不能多于n个,所有分母的乘积不能大于a。求有多少种拆分方法?
输入:最多200组数据。在每行中都有四个数分别表示p, q, a, n,之间以空格隔开,并且满足p,q<=800,a<=12000,n<=7,最后以四个0做为输入的结束。
输入示例:
2 3 120 3
2 3 300 3
0 0 0 0
输出示例:
4
7
(Our aim is to split a fraction into a number of elements is a denominator is a positive integer fraction of the sum of form. For example, 2/3 can be split into 1/2+1/6 form. Not considered here, the order, such as 1/6+1/2 and 1/2+1/6 of the same. Input p, q, a, n, where p/q as a fraction of this split scores require no more than the number of split points n-all the product of the denominator can not be larger than a. How many kinds of demand split method? Input: Up to 200 sets of data. In each line has four numbers indicate the p, q, a, n, separated by a space between, and meet the p, q < = 800, a < = 12000, n < = 7, the end, four 0 as the input end. Input Example: 2,312,032,330,030,000 sample output: 47)
- 2009-11-12 09:54:17下载
- 积分:1