资源列表
lesson12
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
lesson8
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -The realization of the ingenious escape button. How do I create a property page dialog box and the Wizard dialog box, and integration on the co
jisuanqi
- VC++实现的简单的科学计算器程序,希望对大家有所帮助 -VC++ Realized simple scientific calculator program, I hope all of you to help
Hotel_Mis
- VC++实现的hotel管理系统 希望对大家有所帮助-VC++ Achieved hotel management system for all of us want to be helpful
cap
- 不错的电容测量程序 可以测量不少量程的电容-Good capacitance measurement procedures can be measured many of the capacitance range
VC++
- 关于VC++中按钮和列表的程序 拿出来共享给大家-About VC++ In buttons and a list of procedures to share out to everyone
2222
- 其中最主要的两个函数是GetNumberOfInterfaces和GetInterfaceInfo,前者指出网络接口的个数,后者提取网络接口的信息。对于第一个函数要说明的一点是它好象并没有返回正确的值,因为据MSDN描述:一个网络接口是网卡的逻辑抽象,它们是一对一的关系。而实际情况是我的机器上只有一张网卡,这个函数却返回了2。实际上,因为每-Two of the most important function is GetNumberOfInterfaces and GetInterfaceIn
scan
- 实验课上做的。一个简单的词法扫描器的代码。功能还不完美。-Experimental classes do. A simple lexical code scanner. Function is not perfect.
yuanchengjiankong
- 短信实现远程检测系统是以visual basic为开发工具,针对水温检测系统等方面的应用开发的。-SMS to achieve long-range detection system based on visual basic for the development of tools, water temperature detection system for the areas of application development.
mycpu.tar
- 自己写的一个模拟cpu的小程序,里面包含miniC,miniPentium,miniVC,Assembler,mm,mycpu等模块。肯定没有重复呵呵。-Wrote it myself a simulated cpu small program, which contains miniC, miniPentium, miniVC, Assembler, mm, mycpu modules. Oh sure there is no duplication.
linkedlist
- 一个异质链表的c++实现。是学习c++多态虚基类的很好的例子。-A heterogeneous list of c++ Achieve. Learning c++ Polymorphic virtual base class of very good example.
C++++++++
- 2 (1)公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。 (2)工资的计算方法: A.经理:固定月薪为8000; B.技术员:工作时间*小时工资(100元每小时); C.销售员:销售额*4%提成; D.销售经理:底薪(5000)+所辖部门销售额总额*0.5%; -2 (1) there are 4 main categories of personnel: managers, technici