资源列表
jpgtodb
- 免费ASP上传图片到数据库简易破解版,文件很小-Easy to upload pictures to the database
listsort.tar
- 常见的排序算法大致分为四类: 1.插入排序:插入排序(insert.c)、shell排序(shellsort.c) 2.选择排序:选择排序(selectsort.c)、堆排序(heapsort.c) 3.交换排序:冒泡排序(bubblesort.c)、快速排序(quicksort.c) 4.归并排序(mgergesort.c)-Common sorting algorithm is broadly divided into four categories: 1 Insert
Round-robin-algorithm
- 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
FCFS-SJF-algorithm
- 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
Banker-algorithm
- 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
Traveling-salesman-problem
- 货郎担问题,最短路径算法,使用c++实现-Traveling salesman problem using the shortest path algorithm data structure to achieve c++
Dijkstra-algorithm
- Dijkstra 算法 使用c++实现 测试可用-Dijkstra algorithm c++ available to achieve the test
ReplaceFunction
- 实现一个简单的字符串替换程序,需要三个参数,原字符串,被替换的字符串,替换的字符串-Implement a simple string replacement procedure requires three parameters, the original string, the string is replaced, the replacement string
egypt
- 把给定的分数分解成多个埃及分数之和 埃及分数:分子为1的分数。 -The sum of the given scores into multiple scores of Egypt Egypt score: molecular 1 score.
divi
- 给出a和b,若找到的a和b之间约数个数最多的数是,并输出。 -Given a and b, if find a few number between a and b number is up, and the output.
conint
- 对于给定的n个正整数,请找出一种最佳的接力方式,使得采用该接力方式得到的正整数最大。 -For a given n positive integers, find a best way of relay, makes an integer is obtained by way of the relay is the largest
trip
- 帮助旅行者计算出,在他所能够承受的金额内,他从起点到目的地所需要经过的最短的旅行距离。 -To help travelers to calculate, within the amount he can afford to, he will need from starting point to destination through the shortest distance of travel.