资源列表

« 1 2 ... .35 .36 .37 .38 .39 2640.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法Hash

说明:哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input
<许许> 在 2024-11-01 上传 | 大小:103424 | 下载:1

[数据结构常用算法fenzhixianjiefa

说明:文章详细讲解分支限界的基本思想,单元最短路径问题,含有源代码和截图-Article explain in detail the basic idea of ​ ​ branch and bound, the shortest path problem unit, containing the source code and screenshots
<SongLY> 在 2024-11-01 上传 | 大小:24576 | 下载:1

[数据结构常用算法fuzzy-logic

说明:this file is fuzzy logic for fortran
<jinyong LEE> 在 2024-11-01 上传 | 大小:2048 | 下载:1

[数据结构常用算法Campus-Tour-Guide

说明:校园导游系统:设计一个校园导游程序,为来访的客人提供各种信息的查询服务。设计自己学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代码 、简介等信息;以边表示路径,存放路径长度等相关信息。具体功能包括: 1.为来访客人提供图中任意景点相关信息的查询; 2.为来访客人提供图中任意景点的问路查询,求任意景点间的所有路径,以及查询任意两个景点之间的一条最短的简单路径。 3.为来访客人提供校园图中多个景
<> 在 2024-11-01 上传 | 大小:36864 | 下载:1

[数据结构常用算法qm

说明:数字逻辑电路中的QM算法C++实现源代码。-Digital logic circuits in the QM algorithm in C++ source code.
<wya09> 在 2024-11-01 上传 | 大小:756736 | 下载:1

[数据结构常用算法CSharp---DFS-BFS

说明:实现图的交互输入,可创建邻接表,还可进行深度优先遍历广度优先遍历,拓扑排序等-To achieve interactive map input, you can create adjacency table, but also for the breadth-first traversal depth-first traversal, topological sorting
<宋园园> 在 2024-11-01 上传 | 大小:141312 | 下载:1

[数据结构常用算法FP_growth

说明:VC6.0 C语言实现的简单FP-growth算法,数据挖掘的基础算法-VC6.0 C language implementation of a simple FP-growth algorithm, the basis of data mining algorithms
<冉冉> 在 2024-11-01 上传 | 大小:197632 | 下载:1

[数据结构常用算法park

说明:设计一个停车场系统,有一个停车场和一个便道。当当有车到达时,如果停车场内有空位,那么车进停车场;如没有空位就看便道是否有空位,如有就把车停入便道。如果便道也满了就停入别的停车场。-Design a parking system, there is a parking lot and a sidewalk. Dangdang a car arrives, if there is space parking lot, then drive
<莫离> 在 2024-11-01 上传 | 大小:2072576 | 下载:1

[数据结构常用算法1

说明:在一个由M*N个小正方形组成的矩形上,依次用两个相等的小正方形大小的矩形(此处所谓相邻是指两个正方形有一条公共边)不重复的覆盖该矩形区域。请构造出该问题的模型,设计算法求解所有可能的覆盖。-In a M* N small squares on the rectangle, followed by two small squares of equal size of the rectangle (here is the so-called
<汪旭> 在 2024-11-01 上传 | 大小:909312 | 下载:1

[数据结构常用算法1234xianxu_zhongxu

说明:输入一个树的先序遍历和中序遍历,然后输出这棵树。-Enter a preorder traversal of the tree and in-order traversal, then the output tree.
<蓝夏军> 在 2024-11-01 上传 | 大小:429056 | 下载:1

[数据结构常用算法HashTable

说明:实现Hash的基本功能,类实现一个哈希表,该哈希表将键映射到相应的值。任何非 null 对象都可以用作键或值。为了成功地在哈希表中存储和获取对象,用作键的对象必须实现 hashCode 方法和 equals 方法。 -Hash achieve the basic functions of class implements a hash table, hash table that maps keys to values. Any n
<王晨> 在 2024-11-01 上传 | 大小:28672 | 下载:1

[数据结构常用算法main

说明:找n个数中最大的k个数 平均时间复杂度O(N*log2 K)-Find the largest number of k n the number of average time complexity O (N* log2 K)
<陈锐> 在 2024-11-01 上传 | 大小:1024 | 下载:1
« 1 2 ... .35 .36 .37 .38 .39 2640.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org