资源列表
egypt
- 把给定的分数分解成多个埃及分数之和 埃及分数:分子为1的分数。 -The sum of the given scores into multiple scores of Egypt Egypt score: molecular 1 score.
ReplaceFunction
- 实现一个简单的字符串替换程序,需要三个参数,原字符串,被替换的字符串,替换的字符串-Implement a simple string replacement procedure requires three parameters, the original string, the string is replaced, the replacement string
Dijkstra-algorithm
- Dijkstra 算法 使用c++实现 测试可用-Dijkstra algorithm c++ available to achieve the test
Traveling-salesman-problem
- 货郎担问题,最短路径算法,使用c++实现-Traveling salesman problem using the shortest path algorithm data structure to achieve c++
Banker-algorithm
- 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using 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
Round-robin-algorithm
- 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
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
jpgtodb
- 免费ASP上传图片到数据库简易破解版,文件很小-Easy to upload pictures to the database
Binary-tree
- 根据输入字符串创建二叉树,输出二叉树的先根遍历和后根遍历序列。-Creating and traversing a binary tree
polynomial-addition
- 数据结构算法,用C++语言实现一元多项式相加-polynomial addition using C++
CPP-Primer-Plus
- 通过提供未定义的方法的代码来完成某特定类的实现-By providing undefined method code to complete the implementation of a particular class
