资源列表

« 1 2 ... .86 .87 .88 .89 .90 1891.92 .93 .94 .95 .96 ... 21467 »

[其他小程序PostofficeLocation

说明:算法设计。简单邮局选址问题。 -- 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。-Alg
<小禾> 在 2025-06-21 上传 | 大小:9kb | 下载:0

[其他小程序CavalierTravelling

说明:骑士遍历问题。原创代码。通过测试的。 -- 在一个标准8×8的国际象棋棋盘上,棋盘中有些格子是可能有障碍物的。已知骑士的初始位置和目标位置,你的任务是计算出骑士最少需要多少步可以从初始位置到达目标位置。有障碍物的格子当然不可能到达。 标准的8×8的国际象棋棋盘中每一个格子可以用唯一的编号确定。行用1~8这8个数字依次表示,列用“a”~“h”这8个字母依次表示。例如下图(a)的骑士所在位置(图中有n的格子)的编号为“d4”(注意“d”和“4”之间没有空格)。 我们知道国际象棋中
<小禾> 在 2025-06-21 上传 | 大小:30kb | 下载:0

[其他小程序IntegerPartition

说明:算法设计。3个经典的“整数划分”问题。 -- Input 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) Output 对于每组输入,请输出四行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成最大数不超过k的划分数。 第三行: 将n划分成若干奇正整数之和的划分数。 第四行: 将n划分成若干不同整数之和的划分数。-Algorithm design
<小禾> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[其他小程序niosIIstudybook

说明:看看如何十分钟学会调试的nios 最小系统-10 minutes to see how we can learn to debug the Nios minimum system
<bo> 在 2025-06-21 上传 | 大小:903kb | 下载:0

[其他小程序AD9850signalsouce

说明:基于AD9850高频信号源设计,很好的AD9850设计文档-Based on the AD9850 high-frequency signal source design, good design documents AD9850
<bo> 在 2025-06-21 上传 | 大小:157kb | 下载:0

[其他小程序wangluo

说明:计算机网络课程设计 TCP/IP协议分析及实现-Computer network curriculum design TCP/IP protocol analysis and implementation of
<梁玲> 在 2025-06-21 上传 | 大小:82kb | 下载:0

[其他小程序emd

说明:关于经验模式分解算法的文章,pdf格式,需要的同志可以下载-On the empirical mode decomposition algorithm article, pdf format, the need for comrades can be downloaded
<朱维> 在 2025-06-21 上传 | 大小:1.24mb | 下载:0

[其他小程序huatuban

说明:vc++制作的画图板,这个是按课程设计要求做的 ,希望同学们喜欢-vc++ produced drawing board, this is done according to the course design requirements, and I hope the students like
<caicai> 在 2025-06-21 上传 | 大小:2.12mb | 下载:0

[其他小程序4

说明:编译原理--此程序实现在词法分析,功能比较强大,基本可以满足广大用户的需要。-Compiler Construction Principles- the realization of this procedure in the lexical analysis, the more powerful features, the basic can satisfy the needs of users.
<李金> 在 2025-06-21 上传 | 大小:10kb | 下载:0

[其他小程序WaveDisplay

说明:用VC写的一个简单的波形显示及保存程序。-Using VC to write a simple waveform display and preservation procedures.
<Jack Bao> 在 2025-06-21 上传 | 大小:46kb | 下载:0

[其他小程序mintree

说明:克鲁斯卡尔算法 以文本形式输出最小生成树中的各条边及它们的权值-Kruskal algorithm to the text of the form of the output of the minimum spanning tree edges and their weights
<张强> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[其他小程序mp3

说明:The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, a
<崔卫> 在 2025-06-21 上传 | 大小:105kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1891.92 .93 .94 .95 .96 ... 21467 »

源码中国 www.ymcn.org