资源列表

« 1 2 ... .07 .08 .09 .10 .11 6412.13 .14 .15 .16 .17 ... 28523 »

[数据结构常用算法new_search

说明:基本数据结构与STL 树及遍历 图的DFS与BFS -Basic data structures and STL tree and graph traversal DFS and BFS
<veryha> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[数据结构常用算法DataStruct

说明:清华 严蔚敏《数据结构》的全部代码实现(C语言)-YAN Wei-Min Tsinghua
<hy> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[matlab例程5.4pgm2done

说明:音频水印水印算法,利用vc调用matlab引擎检测水印算法
<jcorange> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[matlab例程Simulink

说明:
<syongj> 在 2025-12-04 上传 | 大小:218kb | 下载:0

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

说明:遗传算法及其育种算法,包含很多例子和解答-Genetic Algorithm and Its breeding algorithm, contains many examples and answers
<juanjuan> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[matlab例程VC++andMatlab

说明:在VC++ 集成环境里,若想实现与MATLAB引擎之间的通讯,应该对VC++进行一些设置-In VC++ Integrated environment, wants to achieve with the communication between the MATLAB engine, there should be VC++ Some settings
<岚琪> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[数据结构常用算法translation

说明:全国交通算法,求最短路径,最省时间,最少工作量. VC开发的,很有借鉴意义-National transport algorithm for the shortest path, least time, at least workload. VC developed referential significance
<蒋小轲> 在 2025-12-04 上传 | 大小:218kb | 下载: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-12-04 上传 | 大小:218kb | 下载:0

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

说明:基于VC的人脸检测系统源码,其中用到了神经网络的相关理论进行编程-VC-based Face Detection system source code, which uses a neural network theory to program
<sanjinzhi> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[数学计算/工程计算PROG_FE3_1110191524

说明:有限元编程第三版附带源代码。实用程序多,和书配套使用。大部分都能得出例题给的精确解。-FEM
<yyf> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[matlab例程abr_v1[1].tar

说明:Adaboost_rbf算法,matlab实现。希望对您有参考价值-adaboost algorithm in matlab
<liyuan> 在 2025-12-04 上传 | 大小:218kb | 下载:0

[数学计算/工程计算I.M.SmithFortran

说明:有限元编程源码,有限元方法编程 (第三版)源码。-Finite element programming source, the finite element method program (Third Edition) source.
<乔1> 在 2025-12-04 上传 | 大小:218kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 6412.13 .14 .15 .16 .17 ... 28523 »

源码中国 www.ymcn.org