搜索资源列表
Array-of-gold-coins-problem
- //金币阵列问题 /*算法思想:将原始数列作为参考数列(m*n),将目标数列的第一列与本身的-n列分别进行对调 在每次对调后进行一下处理:比较对调后的第一列与原始数列的第一列,从而知道对应的行是否要 进行变换。行变换确定后,然后确定列变换,通过列遍历性的交换,将目标数列转换到原始数列*/ -//Gold array problem /* Algorithm thinking: the original series as the reference sequence (m*
The-number-of-statistical-character
- 输入一行字符,分别统计出其中英文字母、数字、空格和其他字符的个数。-Enter a line of characters, respectively, the statistics of the number of the English letters, numbers, spaces and other characters.
reverse-of-string-
- Reverse of entered string
Matrix-of-saddle-points
- Matrix of saddle points Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "矩阵的鞍点", "矩阵的鞍点\矩阵的鞍点.vcxproj", "{26A305C7-3108-4A9D-B1E2-C76117D5C6BD}" EndProjec
code-of-Permutation-
- 递增进制,递减进制,字典序,回溯法全排列的C++语言代码-code of Permutation
The-match-of-Player
- 经典算法设计问题,利用回溯法解决运动员匹配问题。-Classical algorithm designed to solve the problem of athletes match.
translate-of-monday
- 转换星期,按照星期一到星期天的顺序,星期一转换为星期天,星期二转换为星期三,依次类推。如不能完成转换则报错-translation of Monday
src---The-Beauty-of-programming
- IT、程序员笔试面试必备经典书籍--微软技术面试心得--《编程之美》上所有源代码。-All the source code of the famous book ,"The beauty of programming", Essential classical programming book.
conversion-of-number-systems
- 进制转换问题conversion of number systems-conversion of number systems
Manage-system-of-prescription
- (1)处方建立功能 输入处方的基本信息。包括:编号、姓名、商品数量等基本信息。 (2)处方插入功能 在原来已建的处方中插入新的处方信息。 (3)查询 能够查询指定处方的基本信息,如根据处方编号,客户姓名等查询;并将基本的信息在显示器上显示出来。 (4)显示功能 可以在显示器上显示所有已建处方的信息。-(1) Function Input prescr iption prescr iption establish basic information. Incl
The-process-of-creating
- 进程的创建 操作系统课程设计中的简单的小程序-The process of creating courses on operating system design simple little program
ten-important-althgrim-of-C-code
- 十大变编程学者应该掌握的算法,有利于初学者熏醋掌握算法的精髓-ten kinds of code althgrim
c-language-game-of-Snake
- c语言的贪吃蛇游戏 完全的控制台源码有理由新手学习-c language game of Snake。。。。。。。。。。。。。。。。。。。。。。
Source-code-of-ProgrammingPearls
- 著名的计算机书籍编程珠玑里面的源代码。这本书面试必看。讲述了一些数据结构与算法。-The famous book Programming Pearls computer inside the source code. This book is a must-see interview. Tells the story of some of the data structures and algorithms.
find-the-height-and-width-of-the-circle
- apply the geometry formula and find the diameter of the cricle
Lines-of-code-statistics
- 功能:统计出总行数、代码行数、空行数、注释行数 并给出代码的质量检测-Function: Head statistics of the number of lines of code, the number of blank lines, comment lines And gives quality testing code
Tower-of-Hanoi-problem
- 汉诺塔问题:将A柱上大小不一样的圆盘移到C柱上,借助B柱,其中A,B,C柱上的圆盘必须符合大在下小在上地顺序-Tower of Hanoi problem: the A column is not same size disc moved to the C column, the B column, where A, B, C disk column must be consistent with the big in small order in Shangdi
Management-Of-Grades-Of-Students
- 学生成绩管理系统包含六个大的功能,分别是录入学生信息、删除学生信息、查询学生信息,修改学生信息,查询课程信息,修改课程信息,学生信息主要包括学生号、学生姓名、多门课程(课程号、课程名、课程学分、课程分数),课程信息主要包括课程号、课程名、多名学生(学生号、学生名、学生成绩)。-Student achievement management system includes six major functions, namely input student information, delete st
Management-Of-Books
- 图书管理系统包括十个大的功能,分别是登陆功能,读者的查询借书信息功能,读者的借书功能,读者的还书功能,管理员的查看用户功能,管理员的删除用户功能,管理员的添加书功能,管理员的删除书功能,管理员的设定日期功能,读者和管理员的查询书库的功能。-Library management system includes ten major features, namely landing capabilities, the reader query function library information,
Array-made-of-double-linked-lists
- the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some
