资源列表

« 1 2 ... .41 .42 .43 .44 .45 2446.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法Single-linked-list

说明:数据结构学习所用,实现单链表的基本操作:插入、删除、查找-Single-linked list of basic operations: insert, delete, search
<叶念阳> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法eight_queens

说明:八皇后演示程序,图形界面,递归经典程序演示-Eight Queens demo program, graphical interface, classic program demonstrates the recursive
<> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法timus-1709

说明:acm.timus.ru 1709 problem
<dzhambolet> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法3-timus-prob

说明:Just another acm.timus.ru problems: 1149, 1089, 1294
<dzhambolet> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法search

说明:找出迷宫所有路径,包含最短路径,经过改变还能生产路径。-search the mazepath
<郭彬> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法date-add

说明:在一个初始的日期上加上一个日期,输出相加后的日期-Define a date ,and add some days on it ,and then ,print the result date.
<janison> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the
<adrian> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法hour-minute-second-add

说明:在一个初始的时间(时、分、秒)上加上一个时间(秒),输出相加后的时间-Define a time ,and add some seconds on it ,and then ,print the result time.
<janison> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法2d-array-Operator-overloading

说明:对二维数组进行运算符+、—的重载,一个使用成员函数,另一个使用友元函数-Add and Subtraction between Two dimensional arrays,using Operator overloading.
<janison> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法PersistCircleQue

说明:循环队列模板,数据存入在文件中,增加数据时文件大小不变,新数据会挤出旧数据。-Data stored in the file c++ circular queue template, when the file reaches a certain size, the old data out of the new data will go, but the file size remains unchanged. When the ba
<anyw> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法QUICKSORT

说明:本程序通过使用快速排序算法对数组进行排序。-The procedure for using quick sort algorithm to sort the array.
<chen> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法bag

说明:本程序解决背包问题,其中有多个类型的物品,每类物品可以有任意数量。-The procedure to solve knapsack problem, in which there are multiple types of items, each class can have any number of items.
<chen> 在 2024-11-07 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2446.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org