资源列表

« 1 2 ... .41 .42 .43 .44 .45 19146.47 .48 .49 .50 .51 ... 28523 »

[数据结构常用算法migong

说明:数据结构,迷宫求解。用Visual C++编写,通过调试-Data structure, solving the maze. Using Visual C++ Prepared, through the debugging
<姜丹> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数学计算/工程计算program

说明:程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
<funintears> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[matlab例程sjwl

说明:自编的神经网络的matlab程序,可以运行哦。-Self matlab neural network program, you can run, oh.
<sunny> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数值算法/人工智能KLF

说明:这是一个运用卡尔曼滤波进行目标跟踪的程序-This is a use of Kalman filter for target tracking procedures
<史剑> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[matlab例程lvboqi

说明:一个双线性滤波器的设计,用MAtlab编的 -A bilinear filter design, Matlab series
<shx> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[matlab例程QAM

说明:星座图QAM4.大家参考参考啊!有更好的请邮箱联系-Constellation diagram QAM4. Your information ah! Better links, please mail
<king> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数学计算/工程计算dabawent

说明:打靶问题:一个射击运动员打靶,靶一共有10环,连开10枪打中90环的可能性有多少种?递归实现。-Targeting issues: a target shooters, target a total of 10 Central, 10, shot even opened the possibility of ring 90 the number of species? Recursive achieve.
<aces> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法beibao

说明:0-1背包问题:输入两个整数n和m,从数列1,2,3....n中随意取几个数,使得其和等于m,求所有组合-0-1 knapsack problem: Enter the two integers n and m, from a series of 1,2,3 .... n grab a few numbers and make it equal to m, for all combinations
<aces> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法1

说明:矩阵算法,函数求解,详细,看后不后悔,强烈推荐-Matrix algorithm, function solving, detailed, look no regrets after strongly recommend
<小王> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数学计算/工程计算fit

说明:
<fwz> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[matlab例程codeofmultipath

说明:关于多径信道的matlab的子函数实现,Jakes模型等都包含-On the multi-path channel to achieve the matlab s Functions, Jakes model contains all
<bill> 在 2025-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法qishi

说明:void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE
<json> 在 2025-11-15 上传 | 大小:3kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 19146.47 .48 .49 .50 .51 ... 28523 »

源码中国 www.ymcn.org