资源列表
du
- 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方
c语言编写坦克大战源代码
- c++坦克大战代码,如果有bug我会继续改进的。(C++ tank code, I will continue to improve if I have bug.)
二叉树
- 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
STM8S-USB-master
- 用stm8s的io口模拟 usb hid设备,包含pcb图纸,仅供参考,无实际测试(With stm8s IO port analog USB HID device, including PCB drawings, for reference only, without practical testing)
Algorithm2-Divide and Conquer
- 用C++分治法对数组进行排序、查找(使用windows下的visual C++),分治法是一种有效的排序方法。(Sorting and finding the array by the method of divide_and_conquer in C++, which is an useful method in many cases.)
调用接口进行jsapi支付并退款实现
- 微信退款,微信小程序开发接口调用。。。。。(WeChat refund WeChat applet development interface call)
实验7.2——多级流水CPU设计
- 当时的课程设计,16位多级无cache流水cpu的源码(Curriculum design at that time, 16 multi-level non cache flow CPU source code)
Huffman_codeing
- 已知一段数字中各数字的频次,求其哈夫曼编码后的长度(The frequency of each digit in a given digit, and the length after Huffman coding.)
12864贪吃蛇
- 用stc单片机实现 贪吃蛇游戏,stc驱动12864液晶实现(With STC SCM Snake game, STC drive 12864 LCD implementation)
RS232_verilog1
- RS232通信协议verilog程序。经过调试可以使用(RS232 communication protocol Verilog program. After debugging can be used)
实验四_外中断实验
- 通过按键触发外中断,实现蜂鸣器及数码管的控制(Trigger through the button to interrupt, to achieve the buzzer and digital control)
后缀表达式计算
- 给定一个后缀表达式,并计算其算术计算结果(Give a postfix expression and calculate the result)
