资源列表

« 1 2 ... .88 .89 .90 .91 .92 24793.94 .95 .96 .97 .98 ... 28523 »

[数据结构常用算法3

说明:利用队列实现停车场功能,能判断停车位是够已经满,若已满,来的车进入队列,若有车离开,队列头自动进入停车,并能计算停车费用-Using Queuing parking function is enough to determine parking is full, if full, to the cars into the queue, if cars leave the queue to enter the first automatic parking, and parking fees ca
<lizhaoyang> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[matlab例程pca

说明:principal component analysis
<mozafar> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算dashu12

说明:这是用C语言变得大数相乘的程序,用的是我自己想的算法,效果不错,希望对大家有帮助-This is the multiplication of large numbers with the C language has become the procedure, using a method I think, worked well, we want to help! !
<海浪> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Brown

说明:自己以前编写的解非线性组Brown算法的一个算例。-A case of Brown algorithm for nonlinear equations.
<Jason> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算0-1

说明:0-1背包问题, 给定一个载重量为m,n个物品,其重量为wi,价值为vi,1<=i<=n,要求:把物品装入背包,并使包内物品价值最大-0-1 knapsack problem, given a load for the m, n one item, the weight wi, the value of vi, 1 < = i < = n, asked: the items into backpacks, and to bag the maximum value of the
<浩星无恨> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法DIJSTRA

说明:Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing a node to all other nodes of the shortest path.
<浩星无恨> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算JD_Nt

说明:自己以前编写的解非线性组的简单Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of simple Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C
<Jason> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Nqueensproblem

说明:题目说明: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 题目要求: (1)依次输出各种成功的放置方法。 (2)最好能画出棋盘的图形形式,并动态的演示试探过程。 (3)程序能方便的移植到其它规格的棋盘上。 -Title Descr iption: In an N × N chess board in place N queens, so that the N-Queen can not eat each other to be each
<浩星无恨> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[matlab例程cwm

说明:用matlab实现的中心加权滤波函数,中心权重为3,滤波窗口为3*3,参数可自行修改,可进一步改成可变参数函数。cwm_test为测试程序。-Weighted with matlab filter function to achieve the center, the center weight of 3, 3* 3 filter window, parameters can modify, change the variable argument function further.
<cuter> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法HuffmanCoding

说明: Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding in 1952 proposed a method based on characters appear completely different prefix probability to construct the average length of the shortest code word, som
<浩星无恨> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quicksort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
<浩星无恨> 在 2025-09-25 上传 | 大小:1kb | 下载:0

[数学计算/工程计算XJ_Nt

说明:自己以前编写的解非线性组的下降Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of Descent Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-
<Jason> 在 2025-09-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 24793.94 .95 .96 .97 .98 ... 28523 »

源码中国 www.ymcn.org