资源列表

« 1 2 ... .23 .24 .25 .26 .27 15828.29 .30 .31 .32 .33 ... 28522 »

[数据结构常用算法NO2

说明:顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sql
<韩若> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[matlab例程Matlab7_0PDE_tool

说明:基于Matlab7_0PDE工具箱求解数学物理方程。直接应用Matlab7.0 的偏微分方程工具箱求解数学物理方程的方法-Based on equations of mathematical physics to solve Matlab7_0PDE toolbox. Matlab7.0 direct application of partial differential equations of mathematical physic
<柳青> 在 2025-03-11 上传 | 大小:185kb | 下载:0

[matlab例程MATLAB_for_equ

说明:用MATLAB解偏微分方程。讨论了以 中偏徽分方程工具箱的用法 用这个工具箱解方程的过程是 确定待解的偏徽分 方程 确定边界条件 确定方程所在城 的几何形状 划分有限元 解方程-Solution of partial differential equations with MATLAB. Discussed in the partial differential equation toolbox emblem with the us
<柳青> 在 2025-03-11 上传 | 大小:177kb | 下载:0

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

说明:算法大全一到三十章完全版。各种算法的原理、算例,包括线性规划、模糊、神经网络、经验分解等等。-Algorithm Daquan one to thirty chapter full version. The principle of various algorithms, examples, including linear programming, fuzzy, neural network, experience decomposi
<柳青> 在 2025-03-11 上传 | 大小:3.72mb | 下载:0

[数学计算/工程计算fft

说明:这我编写的快速傅立叶变换,可以有效的运行,在地震资料处理中用处比较大-I write this the fast Fourier transform, can effectively run, useful in seismic data processing in large
<和邵伟> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算shexian

说明:该代码主要是讲解射线追踪方法在地震正演中的应用,可以较好的用于实际地震数值模拟当作,本人写了好久可以当作学习材料的-The code is mainly to explain the ray tracing method in seismic forward in the application, can be better used as a numerical simulation of the actual earthquake,
<和邵伟> 在 2025-03-11 上传 | 大小:3kb | 下载:0

[数学计算/工程计算wave

说明:这个主要是讲解声波方程数值模拟的,实现了无反射波动正演,可应用与非均匀介质有两种吸收边界条件-This is mainly to explain the numerical simulation of acoustic wave equation, to achieve a non-reflective wave forward, can be applied with non-uniform medium, there are two
<和邵伟> 在 2025-03-11 上传 | 大小:3kb | 下载:0

[数学计算/工程计算dizhenshuxingtiqu

说明:该代码主要是运用于地震属性提取的,在实际和科研中都有较高的意义-The code is mainly used in seismic attribute extraction, in both the practical and scientific significance of the higher
<和邵伟> 在 2025-03-11 上传 | 大小:637kb | 下载:0

[matlab例程matlab-for-ar-model

说明:ar模型检验 用于matlab中 比较简单 -ar model for matlab
<冲冲> 在 2025-03-11 上传 | 大小:65kb | 下载:0

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

说明:代码主要讲解的是遗传算法的实际应用,在地震勘探资料处理应用中有较实际的意义-Code is mainly to explain the practical application of genetic algorithms in seismic data processing applications in a more practical significance
<和邵伟> 在 2025-03-11 上传 | 大小:8kb | 下载:0

[数学计算/工程计算cottlueflow

说明:计算流体力学入门第九章代码 simple 算法-the code for the problem introduced in the book computational fluid dynamics chapter 9 simple algorithm
<mike> 在 2025-03-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法MyBiTree

说明:完全二叉树的非递归前序遍历算法 一种比较好理解的方法-Complete binary tree pre-order traversal non-recursive algorithm is a relatively good understanding of the way
<pan> 在 2025-03-11 上传 | 大小:4.7mb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 15828.29 .30 .31 .32 .33 ... 28522 »

源码中国 www.ymcn.org