资源列表

« 1 2 ... .36 .37 .38 .39 .40 4041.42 .43 .44 .45 .46 ... 28523 »

[matlab例程BAYESMATLAB

说明:Bayes Decision Procedure Bases on MATLAB Progame
<SB> 在 2026-01-18 上传 | 大小:115kb | 下载:0

[数据结构常用算法p11

说明:定义一个类,从3开始查找出连续N个自然数,要求它们都是非素数。 //要注意的是new ,delete的用法,以及在怎么判定在循环中连续判定,关于t的用法。 -The definition of a class, to start from 3 months to find a natural number N for the request that they are non-prime numbers.// It should be noted that new, delete usa
<yjd> 在 2026-01-18 上传 | 大小:837kb | 下载:0

[数据结构常用算法p2

说明:拷贝构造函数的实现,在类的组合中可以用其他类来定义数据的一些方法的实现源代码-The realization of copy constructor in the type of portfolio can be used to define other types of data in some ways the realization of the source code
<yjd> 在 2026-01-18 上传 | 大小:852kb | 下载:0

[数据结构常用算法tuili

说明:一个基于H.wang的谓词演算公式的机器证明的vc实现-Based on the predicate calculus formula H.wang machines prove that the realization of the vc
<da> 在 2026-01-18 上传 | 大小:2.83mb | 下载:0

[matlab例程rec1D

说明:在图像处理之中的对已经进行多小波分解的信号进行重构的Matlab实验程序-In image processing have been conducted among more than wavelet decomposition of signals reconstructed experimental procedures Matlab
<> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[matlab例程mimo_simulator

说明:matlab编写的mimo仿真平台,用于OFDM-mimo仿真-matlab MIMO simulation platform prepared for the simulation of OFDM-mimo
<niu> 在 2026-01-18 上传 | 大小:674kb | 下载:0

[matlab例程dec1D

说明:图像处理之中的对已经预滤波的信号进行多小波分解的Matlab实验程序-Image processing are already pre-filtering of the signal decomposition Matlab Multiwavelet experimental procedures
<songsong> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数值算法/人工智能PISO

说明:cfd经典PISO算法的FORTRAN程序-CFD classic FORTRAN procedure PISO algorithm
<cdx> 在 2026-01-18 上传 | 大小:6kb | 下载:0

[人工智能/神经网络/遗传算法backtrack--TSP

说明:使用回溯法求解TSP问题,使用VC++编写。代码量挺少,不过数据较大的时候需要时间比较长,时间复杂度为O(n!)-Use backtracking to solve TSP problems, the use of VC++ Prepared. Code volume quite low, but when the need for greater data a longer period of time complexity is O (n!)
<太阳> 在 2026-01-18 上传 | 大小:5kb | 下载:0

[数据结构常用算法JosephusProblem

说明:约瑟夫问题的两种解法 设有n个人围坐在一个圆桌周围,先从第s个人开始报数,数到第m个人出列,然后从出列的下一个人重新开始报数,数到第m个人又出列……如此重复,直到所有的人出列为止。本程序分别用链式存储结构(循环链表)和顺序存储结构(数组)解决约瑟夫问题,可供初学者辨别这两种存储结构的异同 用户输入:n,s,m(逗号隔开) 输出:出列顺序表 -Joseph problems with n solution of two individuals sitting around in a
<XY Z> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法MG

说明:此程序实现了数据结构中的迷宫问题,用C语言编写,运行后输出为表示位置与方向的数据组-This procedure achieved a data structure of the maze problem, using C language, run after the output of said position and direction data sets
<王学宝> 在 2026-01-18 上传 | 大小:1kb | 下载:0

[数值算法/人工智能Knight

说明:1. 我们采用了回溯法和贪婪策略来求解国际象棋中的骑士巡游问题。对于棋盘中的每个位置最多只有8个方向可以选择,我们可以定义两个数组var_x[MAX_DIR]和var_y[MAX_DIR]用来记录往这8个方向走相对应的坐标变化情况(其中MAX_DIR的值为8)。每走一步,都从方向0开始试探到方向7,而在这里我加入贪婪策略来提高算法的效率,即在选择方向时,我们优先选择具有如下性质的方向:当我们沿着这个方向走一步后,走到这一步后可选的方向最少(最多有8个方向选择)。这样一直往前走, 当走到一个没有方
<张海滨> 在 2026-01-18 上传 | 大小:111kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 4041.42 .43 .44 .45 .46 ... 28523 »

源码中国 www.ymcn.org