资源列表
file2c
- 将任意一个文件转化成c语言的串形式. 可用于把资源,动态库打包到exe中.-translate any file to c string.
josephus
- 约瑟夫环的实现,两种方法,数组和链表,主要实现约瑟夫环算法-Josephus the realization of two methods, arrays and linked lists. . . . . .
dynamiccash123
- 应用动态内存的字符串类定义 有助于对类与对象 动态内存分配的理解-Application of dynamic memory the string class contribute to the definition of classes and objects to understand the dynamic memory allocation
Bubble_sort
- program for bubble sort
merge_sort
- program for merge sort
CheXiangChongPai
- 一个关于火车车厢重排的程序,运用到栈,并用c实现的程序,程序已经调试成功可以运行-A rearrangement of the train car program, applied to the stack, and use c implementation of the program, the program has run successfully debugging
BinaryTree
- 二叉树的前序遍历,中序遍历和后序遍历。使用了递归和非递归的方法-Pre-order binary tree traversal, inorder traversal and postorder traversal. The use of recursive and non recursive methods
MazeMouse
- 一个迷宫算法,使用深度搜索的方法实现的,程序是使用c语言编写的,已经调试成功可以运行-A maze algorithm, the depth of the search methods used to achieve
CPP-interesting-algorithm
- 介绍了100个有趣的算法,对参加竞赛学生有帮助-introduced 100 interesting algorithm, to help students participate in competitions
POJ
- POJ1048,加强版的约瑟夫问题 难度中等-POJ1048, enhanced version of Joseph problems
tongxunlu
- 用数据结构中的双向链表作数据结构,结合C语言基本知识。-With two-way linked list data structure for the data structure, combined with the basic knowledge of C language.
C-language-course-design
- 摘 要 课程设计语言类课程的指导思想:使学生通过学习高级编程语言的知识、编程技术和基本算法,掌握课程设计的思想和方法,具备利用计算机求解实际问题的能力,能灵活运用高级语言进行程序设计。 -Summary of curriculum design language courses in guiding ideology: to enable students to learn high-level programming language through knowledge of prog
