搜索资源列表
How-to-Program-in-CPP
- “MFC的前言”曾经辉煌一时的编程语言工具开发软件商Borland公司在今年4月份更名为Inprise公司,对于广大忠实的Borland追随者来说,这可不是一个好消息。在Dos编程时代Turbo Pascal,Borland C++是最好的开发工具,Borland公司也曾名列美国五大软件公司之列,可到了Windows时代,微软凭借操作系统的优势终于占了统治地位,Borland的大批人员也跳槽加入了微软(Borland Delphi的主设计师成了Microsoft Visual J++的项目负责人
list
- list control自动换行,mfc left函数,right函数mid函数的使用-The list control automatically wrap the mfc left function, right function of the use of the mid function
operating-system-jobs---lab-report
- 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
MFC-Student-information-management
- 定义一个链表类实现对学生信息进行插入、删除、显示所有学生信息的操作,采用基于MFC可视化编程的方式实现。-Define a linked list class implements information for students insert, delete, display all the student information operations, the use of MFC-based visual programming ways.
MFCADOmdbsql2000
- MFC使用ADO对象开发数据库应用程序,可以实现vc与access数据库的连接及通过列表控件实现对书库的添加、修改及删除操作等!-MFC using ADO object database application development, can realize vc and the access database connection and through the list control for the library to add, modify, and delete operatio
VCPPMFC-MSDN
- MFC C++ 中文榜的帮助文档,或许对你有很大帮助-MFC list of c++ Chinese with the help of the document Perhaps there is a big help to you
smart-scroll-bar-for-CListBox
- 在MFC中,用列表框(CListBox)来显示多个字符串是一种很方便的方法。但缺省的列表框水平滚动条不够智能——这里智能的含义是:在应该出现的时候出现,不应该出现的时候消失,而且应能自动调节自己的大小。本文通过实例说明了存在的问题和解决办法,提供了代码实现。 -In MFC, using the list box (CListBox) to display multiple strings is a very convenient way. But the default list box ho
mfc-quad
- 应用C++ mfc 做的窗口 进行四边形的学习(C++ mfc quad.h quad.cpp list.h list.cpp Canvas.cpp)