资源列表

排序选择:

« 1 2 ... .29 .30 .31 .32 .33 181434.35 .36 .37 .38 .39 ... 267453 »

[数据结构常用算法jicha

说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until only a number of N. All this N,
<yan> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[Linux/Unix编程pxa930_trkball

说明:PXA930 track ball mouse driver for Linux.
<kliwyw968532> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法strassen

说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R
<yan> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法beibao

说明:给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items of of pi, requirements of the
<yan> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法astar

说明:A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarde
<yan> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[语音合成与识别Image-processing

说明:对图像的处理识别程序,主要是件测图像的灰度边缘识别。-Image processing recognition program is measured gray image edge recognition.
<KK> 在 2025-06-20 上传 | 大小:3.68mb | 下载:0

[其他智力游戏Sudoku

说明:使用回溯求解数独的小程序,命令行读取输入输出文件-Backtracking to solve Sudoku applet command line reads the input and output files
<zhangch> 在 2025-06-20 上传 | 大小:12kb | 下载:0

[书籍源码Numerical-heat-transfer___taowenquan

说明:陶文铨教授的数值传热学课程,其中包括二维椭圆型流动传热通用程序(fortran)和讲义。-Professor Tao Wenquan numerical heat transfer courses, including two-dimensional elliptic flow and heat transfer general program (fortran) and handouts.
<风夕> 在 2025-06-20 上传 | 大小:281kb | 下载:0

[数据结构常用算法dstring

说明:动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
<yan> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[邮电通讯系统channel_estimation_2T2R

说明:LTE 下行链路信道估计,有MMSE,LS,理想估计三种方式-LTE downlink channel estimation, a MMSE, LS, ideal estimated three ways
<qinzhenting> 在 2025-06-20 上传 | 大小:11kb | 下载:0

[matlab例程zunewton-dfpdfp

说明:实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。-The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method, the steepest descent method,
<10.2> 在 2025-06-20 上传 | 大小:18kb | 下载:0

[图形图像处理(光照,映射..)cbmp

说明:该程序对一幅二值图像进行操作,主要完成二值图像的读取操作。-The program operates on a binary image, mainly to complete the read operation of the binary image.
<赵国柱> 在 2025-06-20 上传 | 大小:461kb | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 181434.35 .36 .37 .38 .39 ... 267453 »

源码中国 www.ymcn.org