-
tcharall
跨平台开发时,可以在任意系统使用统一的tchar 函数。(Cross-platform development, you can use a unified tchar function in any system.)
- 2014-08-20 15:18:42下载
- 积分:1
-
gui
matlab中使用GUI编写的一个数值插值运算来拟合需要的曲线(matlab GUI written in a numerical interpolation to fit the curve of the need
)
- 2012-02-11 20:23:50下载
- 积分:1
-
god
just for GOD testjust for GOD test
- 2015-01-08 18:27:32下载
- 积分:1
-
Matlab
Matlab数字信号处理与应用源代码,这是一本书上的关于matlab的源代码,对于学习小波变换的初学者可以参考一下啊。(Application of digital signal processing and Matlab source code, this is a book on matlab source code for beginners to learn on wavelet transform for reference ah.)
- 2010-05-12 11:49:53下载
- 积分:1
-
youcheng
非常好的matlab代码,欢迎下载分享学习!!!(this is a very good!!!!!!!!!)
- 2012-04-19 19:16:10下载
- 积分:1
-
homer
HOMER(Hybrid Optimization Model for Electric Renewable,可再生能源互补发电优化建模)。HOMER是一个计算机模型,它简化了离网和并网对于远程的、独立的和分布式发电系统的评估选择的任务。HOMER优化和灵敏度分析算法,可以用来评估系统的经济性和技术选择的可行性,以及考虑技术成本的变化和能源资源的可用性。(HOMER (Hybrid Optimization Model for Electric Renewable, renewable energy and solar power generation optimization modeling). HOMER is a computer model that simplifies the task of off-grid and grid for remote, stand-alone and distributed generation systems to assess choice. HOMER optimization and sensitivity analysis algorithms can be used to select the feasibility of economic and technical assessment of the system, and to consider changes in the availability of technology costs and energy resources.)
- 2020-10-03 15:37:41下载
- 积分:1
-
s-function2
使用s函数拓展simulink中的模块,增加使用的方便性(To s function expansion module simulink increase ease of use)
- 2013-01-25 13:50:55下载
- 积分:1
-
matlab_and_vc
多个VC++与Matlab混合编程的程序及相应的资料,希望对学习混编的人员有帮助(More mixed VC++ and Matlab programming process and the corresponding information, want to help the person learn mixed)
- 2011-12-01 21:55:59下载
- 积分:1
-
KernelIoControl-OEMIoControl
The system is fully preemptible when this function is called. The kernel does no processing, but it passes all parameters directly to the function supplied by you. (当这个函数被调用的时候系统完全可能被抢占,内核没有处理,直接传递参数到你提供的函数。这个我觉得说的很别扭,估计是直接传递参数到OEMIoControl )(The system is fully preemptible when this function is called The the kernel does no processing, but it passes are all the parameters directly to the function are supplied by you (When this function is called when the system is entirely possible to seize the kernel did not deal directly pass parameters to the function you provide. I think that is very awkward, and is estimated to pass parameters directly to OEMIoControl))
- 2012-05-29 22:24:52下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1