资源列表
[matlab例程] MixFigure
说明:一个基于VC和matlab结合的经济模型的分析软件,主要特点是利用matlab的计算与绘图能力与VC结合。提出了一种性能良好的数据分析软件设计的方法-based on a combination of VC and Matlab model of the economic analysis software the main characteristic is the use of Matlab calculation and graphics capabilities combined wit<turta> 在 2025-11-06 上传 | 大小:15.67mb | 下载:0
[数学计算/工程计算] yuanchengxu
说明:计算方法第6章讲义及书后源程序,其余的自己下载了就知道了。-calculation Chapter 6 lectures and book source, and the rest of the download will know.<gsdfg> 在 2025-11-06 上传 | 大小:563kb | 下载:0
[matlab例程] mimosimulatormatlab
说明:一个多输入多输出(mimo)系统的仿真matlab程序,希望对大家有所帮助-a multi-input multi-output (MIMO) systems Matlab simulation procedures, we hope to help<赵俊义> 在 2025-11-06 上传 | 大小:673kb | 下载:0
[matlab例程] statisticsmatlab
说明:统计自适应信号处理的matlab程序,学习统计自适应信号处理的朋友可以参考-statistics adaptive signal processing Matlab procedures, statistical study of adaptive signal processing can refer a friend<赵俊义> 在 2025-11-06 上传 | 大小:35kb | 下载:0
[人工智能/神经网络/遗传算法] ModernOptimizationMethodology
说明:本文件是扫描的课本,格式为PDF,希望对遗传算法的爱好者有用-This document is scanned textbooks, the PDF format, the genetic algorithm useful lovers<付红伟> 在 2025-11-06 上传 | 大小:4.01mb | 下载:0
[数据结构常用算法] HugeInt_C++
说明:将大数看作一个n进制数组,对于目前的32位系统而言n可以取值为2的32次方,即0x10000000, 假如将一个1024位的大数转化成0x10000000进制,它就变成了32位,而每一位的取值范围就不是0-1 或0-9,而是0-0xffffffff。我们正好可以用一个无符号长整数来表示这一数值。所以1024位的大数 就是一个有32个元素的unsigned long数组。而且0x100000000进制的数组排列与2进制流对于计算机 来说,实际上是一回事,但是我们完全可以针对unsi<杨杰> 在 2025-11-06 上传 | 大小:1.77mb | 下载:0