资源列表
openhash.c.tar
- In another strategy, called open addressing, all entry records are stored in the bucket array itself. When a new entry has to be inserted, the buckets are examined, starting with the hashed-to slot and proceeding in some probe sequence, until an unoc
GL11
- 编写Windows 窗口应用程序,要求能实现如下功能: 1.包含如下菜单项:形状(画线<默认>,画矩形,椭圆),颜色(红色,蓝色,绿色,黑色<默认>),填充类型(实心,空心<默认>); 2.鼠标左键双击后在窗体内按下清除所有已画好的图形; 3.鼠标右键点击后弹出浮动菜单,内容包括1 和2; 4.绘图时要有虚框显示 5.当窗体从后台激活到前台时,窗体内的内容依然正常显示 6.能将所绘制内容(包含图形和文字)保存到指定的二进制文件no11.
Elevator-algorithm-on-C-P-P-
- 众所周知,面向对象的程序设计更适合对现实生活中的描述,更加体现了软件的工业化的精神,所以现在大部分的软件开发工作都围绕OOP的思想来进行的。但是在对现实生活中的实际问题,如何对所研究的系统进行面向对象的分析与设计-As we all know, object-oriented programming is more suitable for the descr iption of real life, more embodied the spirit of the industrializati
keydown
- vk键值对应码表 vk键值对应码表-vk vk key code table corresponding to key code corresponding to the corresponding key code vk table tables
mc1000Prapi
- 盘点机mc1000源码 盘点机mc1000源码-Source Check Machine Check Machine mc1000 mc1000 mc1000 source source inventory machine
system
- 计算机系统信息包括硬件系统信息和软件系统信息。硬件系统直接决定了软件系统运行的可行性,同时软件系统又反过来影响着硬件系统的运行。因此,及时掌握计算机系统信息对于计算机用户来说尤其重要。-Computer system information includes system information hardware and software system information. Hardware system to run directly determine the feasibility o
Graph
- A Program to Count digit of numbers in binary.
C-language-programming-skills
- C语言编程技巧,介绍了volatile的用法、 关于const和#define的区别等-C language programming skills, introduces the use of volatile, on the difference between const and# define, etc.
20-Law-of-programming-skills
- 编程技巧20法,介绍了20个编程小技巧,包括如何激活当前屏幕保护程序、如何禁止/启用屏幕保护及电源管理等-20 Law of programming techniques, introduces 20 programming tips, including how to activate the current screen saver, how to disable/enable the screen saver and power management, etc.
C-array-and-pointer-tips
- C语言中数组与指针的使用技巧,详细介绍数组和指针的定义和分别的应用-C-array and pointers in the tips, details of the array and pointer, respectively, the application of the definition and
Car
- Implement basic Object Oriented Programming
Car[Inheritance]
- Implement inheritance in C-Implement inheritance in C++