资源列表

« 1 2 ... .42 .43 .44 .45 .46 213247.48 .49 .50 .51 .52 ... 216394 »

[数据结构常用算法treasure

说明:寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
<wmj> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程blurred

说明:this file describes and run the blurring of a picture.
<ma> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法princess_1

说明:骑士救公主(问题本质为迷宫问题) 地图由‘.’ ,‘#’,n(0≤n≤9)三种符号构成,‘.’表示平地骑士可以进入,‘#’表示陷阱骑士不能进入,n表示该方格有一个生命力为n的怪物,骑士需要花费n秒时间才能消灭它。 -Knight rescue the princess (nature of the problem for the maze problem) map by the ' .' ,' #' , N (0 ≤ n ≤ 9) constitute the
<wmj> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程filter

说明:this file describes and run the FILTERING of a picture.
<ma> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程wavelet

说明:this file describes and run the using WAVELET on a picture.
<ma> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[2D图形编程CircleFitByPratt

说明:Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
<田雨> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[DSP编程spi

说明:sirve para programar el spi
<guillermo> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[教育/学校应用head

说明:可以打开文件,输入学生成绩,还可进行保存数据-it can open file and input dates ,and save dates.
<马杰> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序Fibonacci

说明:计算输出Fibonacci前20序列。用数组编程 这是最基本的java编程代码 用于初学者-Calculation of the output the first 20 Fibonacci sequence. This is the basic programming with an array of java programming code for beginners
<吴清闻> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[汇编语言ZLG7290

说明:Chip inside the commonly used time parameter, date, month registers address,
<xixi> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[系统编程1

说明:例:用筛选法求2~100之间的所有素数。 解:我们用下面的方法来解这题:先建立一个含有2~100之间所有自然数的数表,在数表中删去2的倍数(不包括2);然后找2后面第一个被保留的数p(是3),再删除p的倍数(不包括p);然后再找下一个被保留的数(是5),继续上述步骤:这样继续下去,直至P大于100为止。这样数表中剩下的数就是所要求的所有素数。这个求素数的方法称为爱拉托散(Eratosthenes)法。 -Example: Method 2 with the screening of al
<00> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:利用贪心策略解决背包问题。现有载重为M公斤的背包和n种货物。第i种货物的重量为Wi,它的总价值为Pi,假定M、Wi、Pi均为整数。设计程序给出装货方法,使装入背包的货物总价值达到最大。-Greedy strategy to solve the knapsack problem using. Current load of M kg backpack and n kinds of goods. First i kind of cargo weight Wi, its total value of
<00> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 213247.48 .49 .50 .51 .52 ... 216394 »

源码中国 www.ymcn.org