资源列表

« 1 2 ... .39 .40 .41 .42 .43 2344.45 .46 .47 .48 .49 ... 2656 »

[数据结构常用算法shunxubiao

说明:1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write al
<liulisha> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法maopaopaixu

说明:自己写的几种能够实现的冒泡排序算法,希望能对需要的朋友有所帮助,是C++的-Some write their own bubble sort algorithm can be achieved, hoping to help a friend in need is a C++,
<刘后清> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:0-1背包 题目要求:简单来说就是两个人洗衣服,两个人必须把一种颜色的衣服洗完才能洗下一种颜色,两个人可以同时洗一样颜色的。 给出每件衣服的颜色和花费时间,求两人洗完所有衣服的最短时间。 -0-1 knapsack subject requirements: It simply means that two people do the laundry, two people must be a color wash to
<fire> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to
<fire> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法zb

说明:折半查找算法,一种实现查找数字或字符串的算法。-Binary search algorithm, an implementation of the algorithm to find numbers or strings.
<yy> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法High-Precision-in-CPP

说明:这是一个用C++实现的高精度算法,实现方式是用一个数组存储各个位上的数值,并重载加减乘除摩等运算。-This is a C++, using high-precision algorithms, the implementation is an array of storage with the value on each bit, and heavy operations such as addition and subtractio
<李康宁> 在 2024-11-16 上传 | 大小:1kb | 下载:1

[数据结构常用算法dijstra

说明:用dijstra算法求解最短路问题,用C++在vc6.0环境下调试通过-The shortest path algorithm with dijstra problem with C++ debugging environment through the vc6.0
<hany> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法sjfx

说明:非文件的数据结构分析,用于获取数据文件结构-Analysis of non-file data structure, used to obtain the data file structure
<glbfxxdl> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法JosephL

说明:约瑟夫环问题是利用单向链表存储结构模拟的-Joseph Central issue is the use of one-way linked list storage structure simulation
<张丽> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法wutoujiedian

说明:无头结点链表,数据结构实验一,无头结点链表,数据结构实验一。-Without a head node list, a test data structure, without a head node list, the data structure first experiment.
<梁先佐> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法KMP-string-search-algorithm

说明:C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algori
<胡飞帆> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法skiplist.c.tar

说明:A skip list is a data structure for storing a sorted list of items, using a hierarchy of linked lists that connect increasingly sparse subsequences of the items. These auxiliary lists allow item lookup with efficiency co
<read1> 在 2024-11-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 2344.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org