资源列表

« 1 2 ... .49 .50 .51 .52 .53 5554.55 .56 .57 .58 .59 ... 8587 »

[软件工程1

说明:将两个一元n次多项式相加,并输出相加后的新的一元n次多项式 (1) 从input.txt文件读入一元多项式的系数和指数,用尾插法建立一元多项式的链 表。 (2) 以输入系数0为结束标志。 (3) 并约定建立多项式链表时,总是按指数从小到大的顺序排列。 (4) 要求借鉴第一章课件中给出的编程思路,一元多项式链表采用带头结点的单链表 实现。-The two one yuan polynomial of degree n, and outputs the added new o
<miyor> 在 2025-06-07 上传 | 大小:1.23mb | 下载:0

[软件工程opencv

说明:opencv是强大的图形处理开源代码,本文档为opencv参考手册吗,方便opencv的查找与学习。-opencv is a powerful graphics processing source code, the documentation for the opencv reference handbook to facilitate the opencv Find and learning.
<feixiang> 在 2025-06-07 上传 | 大小:3.55mb | 下载:0

[软件工程Genetic-Algorithm-for-Function-Max

说明:遗传算法求解函数最大值,本文将用一个详细的例子来说明用遗传算法解一个简单参数优化问题的过程。这里求解的是一个函数的最大值的问题。-Genetic algorithm function maximum, this article will use an example to illustrate in detail the genetic algorithm for solving the problem with a simple parameter optimization process.
<fanfan> 在 2025-06-07 上传 | 大小:35kb | 下载:0

[软件工程2

说明:输入一个十进制数,分别将其转换成8进制、16进制和2进制数。-Enter a decimal number, namely to convert octal, hexadecimal and binary numbers.
<miyor> 在 2025-06-07 上传 | 大小:1.23mb | 下载:0

[软件工程tuopupaixu

说明:实现拓扑排序算法,可用于判断图中是否存在环-Achieve topological sorting algorithm to determine the existence of maps Central
<julia> 在 2025-06-07 上传 | 大小:1kb | 下载:0

[软件工程3

说明:对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
<miyor> 在 2025-06-07 上传 | 大小:253kb | 下载:0

[软件工程requirement

说明:软件工程需求分析文档,基于RUP格式编写,关于网上书店的项目,包括软件需求规约,用例规约,需求管理计划等文档-Software engineering needs analysis document, RUP-based format to prepare, on the online bookstore items, including software requirements specification, use case specification, requirements manag
<peina> 在 2025-06-07 上传 | 大小:96kb | 下载:0

[软件工程matlab-simulation-description

说明:matlab仿真说明,文章主要是关于遗传算法求函数最优解问题-matlab simulation shows that article is mainly a function of genetic algorithm for the optimal solution problem
<fanfan> 在 2025-06-07 上传 | 大小:200kb | 下载:0

[软件工程4

说明:编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列  数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
<miyor> 在 2025-06-07 上传 | 大小:882kb | 下载:0

[软件工程chat

说明:实现了图类的定义,并且实现了深度遍历,广度遍历,以及用dijstra算法求最短路径-Achieve the plan class definition, and the realization of the depth traversal, breadth traversal, and the shortest path algorithm with dijstra
<julia> 在 2025-06-07 上传 | 大小:2kb | 下载:0

[软件工程5

说明:已知一个有向带权图G和图中某个源点V0,求得从该源点V0到图中其它各个顶点之间 的最短路径。-Given a directed weighted graph G and a source figure V0, V0 obtained from the source to the other drawing the shortest path between the vertices.
<miyor> 在 2025-06-07 上传 | 大小:248kb | 下载:0

[软件工程OpenCVPChinesePManual

说明:opencv是强大的开源图形处理源代码,本文档是opencv的帮助文档,供opencv的查询,方便opencv的学习与研究。-opencv is a powerful Open Source graphical processing source code, this document is opencv help documentation for opencv query opencv facilitate learning and research.
<feixiang> 在 2025-06-07 上传 | 大小:3.55mb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 5554.55 .56 .57 .58 .59 ... 8587 »

源码中国 www.ymcn.org