-
教师管理系统
教师信息管理系统是典型的信息管理系统,易使用等特点。
- 2023-01-18 04:40:03下载
- 积分:1
-
to control the program an additional category, for the freedom to change.
对控件进行编程的一个附加类,可以进行自由修改。-to control the program an additional category, for the freedom to change.
- 2022-03-13 11:37:35下载
- 积分:1
-
study artificial intelligence for a small design, VC 6.0 to achieve missionaries...
学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
- 2023-01-05 04:30:03下载
- 积分:1
-
Background: I use a derived class CListBox realize the host (owner
背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本...
-Background: I use a derived class CListBox realize the host (owner-draw) list box, the list box the width of the project exceeds the width of the list box itself, so when the mouse pointer point to large width of the list box, I would like to show a similar Toolbar prompt window, the window to display the complete text of the list box item ...
- 2023-06-26 08:10:03下载
- 积分:1
-
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现....
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现.-the source is an arbitrary polygon forms example, the authors used the distinctive programming ideas, the use of VB Shape Control achieve.
- 2022-01-30 19:55:07下载
- 积分:1
-
A good visual C++ Procedures, we can refer to
一个很好的visual C++程序,大家可以参考一下-A good visual C++ Procedures, we can refer to
- 2022-01-25 16:22:40下载
- 积分:1
-
OutlookGUI
一个outlook风格的界面,用vc做的很漂亮适合对界面开发的人员-a outlook style UI realized by VC, it is very beautiful and suitable for people who are engaging in UI developing
- 2023-07-28 13:30:03下载
- 积分:1
-
forms of Java, we can look at the ah, cross you like, they can look at the
JAVA窗体方面的,大家可以看一看啊, 过大家喜欢 ,可以下可-forms of Java, we can look at the ah, cross you like, they can look at the
- 2023-04-13 06:00:04下载
- 积分:1
-
两个Form之间的数据传输,通过按钮控制不同界面的启动与关闭...
两个Form之间的数据传输,通过按钮控制不同界面的启动与关闭-Form between two data transmission, through the different buttons to control the startup and shut down the interface
- 2022-10-30 03:25:04下载
- 积分:1
-
MFC炫酷的界面设计--俄罗斯方块,利用多缓冲解决闪烁
俄罗斯方块需求及设计
前言:整个界面分三个大的区域:游戏区、下一图形提示区、帮助说明区。
1、 游戏区:
l 游戏区可以划分成20行12列,共20*12个小方块区域。可以使用一个二维数组来表示。如int m_iMap[20][12]
- 2022-03-20 06:02:01下载
- 积分:1