资源列表

« 1 2 ... .85 .86 .87 .88 .89 3890.91 .92 .93 .94 .95 ... 28522 »

[matlab例程GMM

说明:Generalized Method of Moments(GMM) 广义矩方法,是用来估计模型参数的计量经济学过程。具体说明见其中的gmmdoc.pdf。-Generalized Method of Moments (GMM) GMM method is used to estimate model parameters Econometrics process. See which specify gmmdoc.pdf.
<yangchengbo> 在 2025-07-05 上传 | 大小:541kb | 下载:1

[数学计算/工程计算fft_dma

说明:以DMA方式实现的fft程序,用c编写,经测试可直接解压在myprojects目录下运行。-DMA way to the fft procedures, using c prepared by the test can directly extract myprojects directory in the run.
<凌瀚宇> 在 2025-07-05 上传 | 大小:34kb | 下载:0

[matlab例程Matlabcodes

说明:很全的matlab 命令集,很不错,共享下。-Very wide of the matlab command set, it is good to share.
<zhou> 在 2025-07-05 上传 | 大小:10kb | 下载:0

[数据结构常用算法lianbiaopaixu

说明:2008软件公司笔试题:两个链表插入排序,VC编写-2008 software company T questions: Two linked list insertion sort, VC preparation
<chen> 在 2025-07-05 上传 | 大小:877kb | 下载:0

[人工智能/神经网络/遗传算法GaTest

说明:这是一个非常简单的遗传算法测试源代码,用户只需改变常数的定义并且定义“评价函数”即可。 要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog.txt’。 输入的文件由几行组成:数目对应于变量数。且每一行提供次序——对应于变量的上下界。 如第一行为第一个变量提供上下界,第二行为第二个变量提供上下界,等等。-This is a very simple genetic algorithm to test the source code, users only
<huanxong> 在 2025-07-05 上传 | 大小:402kb | 下载:0

[数据结构常用算法paixu

说明:2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Mergi
<chen> 在 2025-07-05 上传 | 大小:221kb | 下载:0

[数据结构常用算法we

说明: 简单的链表实现 链表可以初步了解-A simple list can be linked to achieve a preliminary understanding
<gao> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法Insert_sort

说明:void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void insert_sort (int* a, int n) (if
<Katherine> 在 2025-07-05 上传 | 大小:218kb | 下载:0

[数值算法/人工智能2925

说明:acm pku 2925 源代码+部分注释-acm pku 2925 source code+ part of the Notes
<胡俊杰> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[压缩解压ffh264lib64bits_07.zip

说明:64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan ,64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
<小誠> 在 2025-07-05 上传 | 大小:761kb | 下载:0

[matlab例程11912885matlabchulimingling

说明:matlab常用命令集合,便于大家查找,希望能够有用对大家-matlab common command set for everyone to find, useful for all of us hope to be able
<xianxu> 在 2025-07-05 上传 | 大小:26kb | 下载:0

[数据结构常用算法NQueen

说明:递归方法解决N皇后问题,依次显示所有路径。-Recursive solution to N Queen s problem, show all the path followed.
<刘一丹> 在 2025-07-05 上传 | 大小:237kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 3890.91 .92 .93 .94 .95 ... 28522 »

源码中国 www.ymcn.org