-
fcest_bfsk
该工程实现2fsk的载频估计,返回2fsk两个载频估计结果。(The project is estimated to achieve 2fsk carrier frequency, return 2fsk two carrier frequency estimation results.)
- 2013-12-25 19:07:04下载
- 积分:1
-
MIMO_OFDM_Simulator
本文的程序实现在屏幕上随机产生不同大小的雪花,并以不同的速度下降。相对于第一版,它在很多性能上做了优化,直接在桌面的上下文中绘制雪花。而且,现在也通过RedrawWindow,实现在桌面的图标(如任务栏)上绘制雪花了。你可以用它来学习GDI。(Falling Snow on Your Desktop! Part II This article explains how to create an application that makes it snow on the desktop. Since my previous article was published, I received many user inquiries about how to improve the program. This article demonstrates how to create snow flakes that fall on your desktop, by using the draw functions directly in the desktop context. When the application starts, it creates an array of snow flakes and starts the timers for each flake. Manipulation of the RedrawWindow function allows the drawing of flakes behind and over the desktop icons, making the application more impressive. )
- 2010-08-31 17:22:31下载
- 积分:1
-
genetic-algorithm-TSP
介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。(Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.)
- 2014-12-04 16:04:58下载
- 积分:1
-
Matlab_C._plus_plus
MATLAB 和c++混合编程在windows下编程(MATLAB mixed programming and c++ programming in windows)
- 2015-04-20 16:06:02下载
- 积分:1
-
main
matlab解决0/1线性规划问题NP难题,(matlab solve the 0/1 linear programming problem NP problem,)
- 2011-01-10 10:36:16下载
- 积分:1
-
fz
说明: 改进欧拉法的matlab程序,并且其中有一个例子(Improved Euler method matlab program, and an example)
- 2012-06-26 22:10:09下载
- 积分:1
-
CompareFiles
Compare two txt files
- 2014-09-14 10:46:34下载
- 积分:1
-
QR_Code
CODIGO VISUAL BASIC PARA codigo de barras
- 2015-03-26 14:23:39下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
malat
基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者(
MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
- 2013-12-05 09:40:36下载
- 积分:1