资源列表
01packet
- 使用分支限界法解决01背包问题,c++代码实现,能够正确运行-Using the branch and bound method to solve the 01 knapsack problem, c++ code to run properly
joseph
- C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止-C language data structures course design Josephus 1. The demonstration program, the number n should be arbitrary, we must first enter a value as
lbgb
- 实现链表归并,实现链表归并,实现链表归并-lianbiao guibing
FindFile
- 遍历指定文件夹,包抱其中的子文件,并把获取到的文件名保存在一个指定的文件中。不用设定宏。使用时请先指定路径。-Through the specified folder, including subfolders hold them, and to get to the file name stored in a specified file. Do not set the macro. Please use the specified path.
llllsss
- 手机通信录模拟 (1)参考数据结构 typedef struct{ char name[10] //姓名 char OfficeTel[20] //办公电话 char HomeTel[20] //家庭电话 char CellPhone[20] //移动电话 char sex //性别,可用’F’表示女,’M’表示男 char group[10] //分组情况,分办公类、个人类 、商务类 char Email[30
txt_editor
- C++文本记事本 数据结构作业的实践项目 测试成功 内有查找删除编辑等功能-txt editor in C++
Josephus
- 用单循环链表实现约瑟夫环,数据结构试验,c语言实现-Linked with a single cycle to achieve Josephus, the data structure test, c language
River
- 人鬼过河问题的通用解法,程序可以找出所以的路径,并以坐标的形式返回,比如3人3鬼过河,则起始坐标为(3,3),全部过河后的坐标为(0,0)-Human And Ghost Pass The River,The Program can find All Routs
coin-machine
- 模擬換幣機 ,如果你輸入一個數字,他能換算出硬幣的數目。-Analog-for-money machine, if you enter a number, he can convert a number of coins.
tutor_graph
- 一个用邻接矩阵实现的带权无向图类,体现了类的构造思想-Adjacency matrix to achieve a weighted undirected graphs
Stack-and-Queue
- 从栈与队列的逻辑结构与存储结构,以数据结构和算法结合的角度掌握这两种结构。-From the stack and queue logical structure and storage structure, data structures and algorithms with the perspective to grasp the two structures.
queen
- 经典的八皇后问题,采用MIPS汇编语言的实现方法。-solution of the eight queens problem by MIPS
