-
I find some of the programming are classic examples of right and learning progra...
我找的一些的编程的实例 都是很经典的 对与学习编程的人来说有很好的借鉴-I find some of the programming are classic examples of right and learning programming people have a good draw
- 2022-10-26 08:15:03下载
- 积分:1
-
在启动时,用flash全屏,作为启动画面,这是vcbase那里转过来的,希望对大家有用:)...
在启动时,用flash全屏,作为启动画面,这是vcbase那里转过来的,希望对大家有用:)-At boot time, use flash full-screen, as the splash screen, which is where the vcbase turn, and hope for all of us:)
- 2023-07-06 18:40:04下载
- 积分:1
-
在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制...
在VC++下的windows界面编程,运用画笔、画刷实现了图形界面的编程控制-in VC under the windows programming interface, using brushes, brush painting to achieve a graphical programming interface control
- 2022-03-17 10:40:25下载
- 积分:1
-
简单的数学计算问题生成器
对历史问题不会重复简单的数学计算问题发电机为幼儿园的小朋友准备小学入学基于 Delphi.Generated 的问题。将有利于数学训练的孩子。对历史问题不会重复简单的数学计算问题发电机为幼儿园的小朋友准备小学入学基于 Delphi.Generated 的问题。将有利于数学训练的孩子。对历史问题不会重复简单的数学计算问题发电机为幼儿园的小朋友准备小学入学基于 Delphi.Generated 的问题。将有利于数学训练的孩子。
- 2023-08-31 07:25:03下载
- 积分:1
-
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4...
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4 5 6
7 8 9 10 11 12 13
…………
Please input year and month
画面要求说明:
1 显示某年某月的一个月内的月历。
2 周末的日期和星期标记用红色显示。
3 显示的日期右侧对齐。并且和星期也对期。
2.2 动作要求
程序默认显示2007年7月的月历,要求可以通过程序输入的方式指定显示年月。
其中年份控制在从1980到2100年之间,不符合要求重新输入。
输入年月后显示清屏,重新显示(要求原来的显示清除)。
按”Q”或”q”键退出程序。
-Procedures to achieve the most basic calendar functions. Display style as follows: Mon. Tues. Wed. Thurs. Fri. Sat. Sun. 1 2 3 4 5 67 8 9 10 11 12 13 ... ... ... ... Please input year and month screen requirements Description: 1 shows a certain period of within one month of the calendar. 2 over the weekend marking the date and week display in red. 3 shows the date right-aligned. And are also on the period of weeks. 2.2 shows the default action request procedure in July 2007 of the calendar, the demands, which can be imported through designated procedures show date. One year of control from the 1980-2100 years, do not meet the req
- 2022-09-02 09:40:03下载
- 积分:1
-
VS2005+ C++ MFC+OPENGL显示三维显示环境
应用背景运用Visual Studio 2005 中的 C++ 开发环境,结合OPENGL开发出一个3D显示的环境,执行本程序需要下载OPENGL开发环境包(SDK),具体的配置方法如下:对相应库文件进行放置。把.h文件放到Program FilesMicrosoft Visual Studio 8VCIncludeGL文件夹中,如果没有GL文件夹就自己建一个,我的就是自己建的。把.lib文件放到Program FilesMicrosoft Visual Studio 8VClib文件夹中;把.dll文件放到system32文件夹中。
建立工程后,选择项目->属性-> CC++-->preprocessor(预处理器)-->preprocessor definition(预处理器定义),添加GLUT_BUILDING_LIB,中间用分号隔开。
然后点击linker(链接器)->Input(输入)->additional dependencies(附加依赖项)添加glut32.lib Opengl32.lib Glu32.lib
结束,这样就可以使用了。关键技术本程序用于初始学习Visual Studio C++ 2005 结合 OPENGL开发包进行3D环境开发的入门学习,在本程序执行完成后,可以实现观察3D文件格式的显示,学过VC++ 2005 + MFC +OPENGL的可以快速将其添加到自已的代码中去
- 2023-06-07 22:40:04下载
- 积分:1
-
企业产品展示
企业产品展示,整站源码,asp+access,适合小企业使用.全部开放,无加密,使用简单,界面友好新颖!
- 2022-07-04 06:52:24下载
- 积分:1
-
该源码主要实现了颜色渐变的进度条,希望能帮助有需要的朋友...
该源码主要实现了颜色渐变的进度条,希望能帮助有需要的朋友-The main source of the color gradient to achieve the progress bar, hoping to help those in need of a friend
- 2023-08-14 04:25:06下载
- 积分:1
-
如何隐藏显示在任务栏中的对话框程序
如何隐藏显示在任务栏中的对话框程序-how to hide the task bar shows the dialog box procedure
- 2022-03-23 21:26:32下载
- 积分:1
-
AppFace supports three skin loading from the disk loading, loading resources fro...
AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"
- 2022-03-05 03:56:05下载
- 积分:1