资源列表

« 1 2 ... .43 .44 .45 .46 .47 25648.49 .50 .51 .52 .53 ... 28523 »

[数学计算/工程计算Sink

说明:Ex8-4 汇点问题 « 问题描述: 采用邻接矩阵表示一个具有n 个顶点的图时,大多数关于图的算法时间复杂性为 O(n2 ),但也有例外。例如,即使采用邻接矩阵表示一个有向图G,确定G 是否含有一个 汇(即入度为n-1,出度为0 的顶点),只需要O(n)计算时间。试写出其算法。 « 编程任务: 对于给定的有n个顶点的图G 的邻接矩阵,各顶点依次编号为1,2,…,n。试设计一 个O(n)时间算法,计算图G 的汇点。 « 数据输入:
<Tonsen> 在 2025-11-12 上传 | 大小:51kb | 下载:0

[数学计算/工程计算Gap

说明:算法实现题1-5 最大间隙问题 « 问题描述: 最大间隙问题:给定n 个实数x , , xn 1 2  ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。 « 编程任务: 对于给定的n 个实数n x , x , , x 1 2  ,编程计算它们的最大间隙。 « 数据输入: 输入数据由文件名为input.txt的文本文件提供。文件的第1
<Tonsen> 在 2025-11-12 上传 | 大小:1kb | 下载:0

[数学计算/工程计算One

说明:Ex4-22 单射函数问题 « 问题描述: 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。 « 编程任务: 对于给
<Tonsen> 在 2025-11-12 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法plate-read

说明:车牌的定位和分割,以及采用BP神经网络实现字符的识别。-Plate positioning and segmentation, and the use of BP neural network character recognition.
<长工> 在 2025-11-12 上传 | 大小:519kb | 下载:0

[数学计算/工程计算work

说明:随机数写如文件,求解10000内的随机数并写如文件,求出素数-Random number to write, such as documents, to solve the random number 10000 and write, such as documents, obtained prime number
<chaovv> 在 2025-11-12 上传 | 大小:426kb | 下载:0

[数据结构常用算法HashTable

说明:哈希表的实现(C/C++版本),实现了哈希表及基于哈希表的查找。-Realize Hashtable (C/C++ Version), realize the hash table and hash table based lookup.
<> 在 2025-11-12 上传 | 大小:4kb | 下载:0

[人工智能/神经网络/遗传算法SourceCode

说明:一个机器人控制的源代码,基于凌阳61板,由C和汇编嵌套组成,很有参考价值-A robot controlled by the source code, based on the Sunplus 61 boards, compiled by the C and nested composition, useful reference
<> 在 2025-11-12 上传 | 大小:179kb | 下载:0

[数学计算/工程计算work

说明:牛顿插值法,选择插值节点文件,有点小麻烦-Newton s interpolation method, select the interpolation nodes file, a bit small trouble
<曲婧> 在 2025-11-12 上传 | 大小:3kb | 下载:0

[数值算法/人工智能biocs

说明:牛顿插值法,选择插值节点文件,有点小麻烦-Newton s interpolation method, select the interpolation nodes file, a bit small trouble
<曲婧> 在 2025-11-12 上传 | 大小:2kb | 下载:0

[matlab例程kongzhidianji

说明:介绍控制异步电机的方法,采用matlab进行仿真-Introduction of induction motor control method, using matlab simulation
<liucy> 在 2025-11-12 上传 | 大小:1.42mb | 下载:0

[数据结构常用算法datastructureinoop

说明:考研参考书《数据结构(用面向对象方法和C++描述)》(殷人昆)大部分课后题答案-Study section of the reference book data structure (object-oriented methods and C++ Descr iption) (殷人Queensland) Most after-school question answers
<spyman> 在 2025-11-12 上传 | 大小:547kb | 下载:0

[matlab例程HungarySolution

说明:Hungary Solution 匈牙利算法的MATLAB程序(用以解决分配(指派)问题)-Hungary Hungary Solution Algorithm MATLAB program (to resolve the allocation (assignment) problems)
<史正杰> 在 2025-11-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 25648.49 .50 .51 .52 .53 ... 28523 »

源码中国 www.ymcn.org