搜索资源列表
TU
- /* 实现一个图类,通过增加结点关系而增加结点,通过创建新关系而覆盖旧关系 能在DOS窗口打印图结点列表和结点边列表 初始化的时候 结点表首指针置为NULL,在释放图对象的时候,析构函数实现释放结点和边结点 */-/* The realization of a map class, by adding nodes to increase the relationship between nodes, through the creation of a new relationsh
jisuanqi
- 本代码制作计算器。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-The code produced calculator. Examples of the implementation of this case, it will create a calculator that can be commonly used arithmetic operations addition and su
API_Form
- 使用API函数,动态创建窗口,创建底层控件和框架的好方法-The use of API functions, the dynamic creation of a window, create the underlying framework of controls and a good way
lesson01
- 在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出-In the Windows environment to create OpenGL program. It will show an empty OpenGL window, you can under the window and full-screen mode switch, according to ESC from the
helloVC
- 利用ProjWizard创建Win32程序时,VC可以创建一个空项目,一个简单Win32架构程序,或一个典型的Win32 程序,分别利用这三种方式创建一个Win 32应用程序,应用程序的主窗口显示“Hello, VC”等字样,同时当按下鼠标左键时,计算机发出叮咚声.-Win32 program using ProjWizard create, VC you can create an empty project, a simple framework for Win32 program, or
vcAPI
- vc++API的典型运用,创建窗口,画图,与键盘联系。-vc++ API typically used to create windows, paint, and the keyboard contact.
MathSourceCode
- 共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统
tsqt
- 本程序为天书奇谈起点专区辅助工具,内有自动战斗(调用游戏本身自动功能,可有效减少操作时间),人物一键加药,宠物一键加药,挂机采集这几个功能。 文件说明: HH.exe为主程序(必要文件) config.ini为配置文件(必要文件) cjfb.edb为存放采集封包的数据(必要文件) 外挂作坊1.5-第六版.ec,Super-EC_3.0.ec,外挂海万能模块1.7贺岁版.ec三个为模块(只需要用工具的可以删除) HH.e为易语言源码(只需要用工具的可以删除) 程序使用的
VCdlalog
- 实现磁性窗口,可吸附多个窗口,新创建的窗口类继承磁性窗口类,才可实现磁性功能-Achieve magnetic window, multiple windows can be adsorbed, the newly created window class inherit the magnetic window class, can achieve magnetic functional
power_builder_misnormal
- 本系统已提供MIS系统的基本框架,包括系统登录、打印机设置、修改密码、 重新登录、创建快捷方式等。只要稍做修改并加入自己的模块即可成为一套完善 的系统。 主要特点: 1.显示登录窗口,要求输入帐号、密码。 2.本系统已对密码经过加密,即数据库中存储的密码已经过转换与实际密 码不同,适当改变原程序中加密与解密过程的偏移量将得到不同结果。 3.修改MDI窗口下方的状态条提示信息,自己可再修改。 4.在窗口右下方状态条上有一个类似液晶器LED显示当
WinMain
- 用命令语句创建自己的窗口。设计窗口类,注册窗口类,创建窗口,显示更新窗口-Create your own window with the command statement. Design window class registered window class, create a window display update window
the-opengl-display-Chinese
- opengl显示中文,含5个文件,在创建窗口中显示中文-the opengl display Chinese, containing 5 files, create a window display of Chinese
a1116
- mfc框架创建窗口,用于初学者对mfc框架的熟悉-mfc framework to create a window for beginners familiar framework mfc
demo
- MFC创建窗口,改变运行是窗口的大小和位置-MFC to create window, change the size and position of the window
prj2
- c语言写的多文档文本编辑器,里面含有创建窗口、工具栏按钮,状态栏等-MDI text editor by C
test
- 利用JAVA,创建登录命令窗口,并完成窗口的跳转。(use java to build a screen and make the screen to the another screen.)
新建文本文档 (2)
- java窗口创建 并在此窗口中存在text文本框 可是实现文本框的输入输出(java create window and there is a text document)
影式_API时钟模块
- API时钟源码,无需创建窗口 API时钟源码,无需创建窗口(API clock source, no need to create windows)
Win32Project1
- 实现Windows窗口函数代码,注册窗口、创建窗口、更新窗口等等(Windows window function code)
易语言API创建窗口详解源码
- 易语言API创建窗口详解源码,通过无窗口利用API函数创建窗口。操作简便。