资源列表
Dot-matrix-Chinese-character
- 点阵汉字程序的编写。该文件含有残缺码源,完整码源,以及演示-The writing of the program of dot matrix Chinese character. The file contains the source code, complete code, and demonstration
Console-menu
- 控制台编程。只需要修改相应的字符就可以更改控制台的内容。内含源代码和原型。-Console programming. You can change the contents of the console just by modifying the corresponding characters. Containing source code and prototype.
digitial-tube-display
- 输入三位数字,可以在数码管上显示。按exit退出。-Enter three digits, you can display in the digital tube. Press exit to exit.
trackball
- 改程序利用opengl实现了跟踪球技术,可以利用鼠标拖动立方体任意角度旋转。-Change program use opengl achieve a trackball technology, you can use the mouse to drag the cube rotated at any angle.
chongzai1
- 这个是C++算法重载函数,重载的是加法和减法操作-This is C++ algorithm overloaded functions, overloading the addition and subtraction operations
chongzai2
- 这个是C++重载算法的编程代码,重载的是自增自减功能-This is C++ overloaded algorithm programming code, overloaded function is incremented and decremented
chongzai3
- 算法重构的C++代码,重构的是指针操作符和取地址操作符-C++ reconstruction algorithm code refactoring is a pointer operator and fetch address-of operator
zhinengzhizhen
- 智能指针的设计,主要为了解决野指针的问题-Smart pointer design, mainly in order to solve the problem of dangling pointers
linux
- linux 初学资料,上手容易,很适合初学者,希望对你有帮助-linux Beginner s data
sequence-list
- 顺序表是指采用顺序存储结构的线性表,它利用内存中的一片连续存储区域存放表中的所有元素。可以根据需要对表中的所有数据进行访问,元素的插入和删除可以在表中的任何位置进行。-Sequence table refers to the use of linear sequence table storage structure, which uses memory in a contiguous storage area to store all of the elements in the table.
linked-list
- 1、实现单链表的所有基本操作 2、编写主程序测试所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 -1, to achieve a single list of all the basic operations 2, 3 to write the main program to test all functions to achieve the basic operation of a circular linked list,
stack
- 1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、编写测试程序。 -1. Define the sequence of stack type, the realization of all the basic operations of the stack. 2. Define link stack type, the realization of all the basic operations of the stack. 3, the pr
