-
Axtive的简单实用例子,可以方便实用
Axtive的简单实用例子,可以方便实用-Axtive the simple and practical examples that can be practical
- 2022-03-07 17:04:21下载
- 积分:1
-
Word
Word-style Tooltips for Scrollbars
是我在网上找的,版权归原作者所有。-Word-style Tooltips for Scrollbars is what I find online, and belongs to original author.
- 2022-01-31 16:37:46下载
- 积分:1
-
曲线绘图
大家可以试一下,在别人的基础上修改的,谢谢哦,大家给点积分.
- 2022-03-23 11:42:14下载
- 积分:1
-
dsoframe1.1源码
dsoframe用v2008打开编译修改,可以打开、保存work、excel、powerpoint文件,支持office2010版,包里有测试代码
- 2022-06-15 03:13:30下载
- 积分:1
-
基于QT图片标注工具
本代码主要功能是实现对图片进行标注,有一下几个功能。 1、就是在一张图片上进行选择相应的部分,然后对此位置的坐标写入相应的xml文件;2、可以读取当前目录下的所有文件;3、当打开一张图片时,可以显示之前标注的位置,显示之前的标注信息并显示在列表中;4、可以对之前的标注进行修改、删除增加新的标注;5、可以对图片进行循环浏览,相当于一个图片浏览器。
- 2022-07-19 04:01:18下载
- 积分:1
-
美丽的
美观型名片模板,适用与广告公司和大中小企业名片制作,简单容易操作。市场好看。-beautiful- card templates, the application and advertising companies and medium and small enterprises to produce business cards, simple and easy to operate. Markets look good.
- 2022-02-07 02:11:40下载
- 积分: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
-
Visual C++课程设计案例精编
Visual C++课程设计案例精编--浏览器设计-Visual C cases intensive curriculum design series-- browser design
- 2022-12-03 02:55:03下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1
-
a very simple procedure, demonstrating how the buttons control the use of the tw...
一个非常简单的程序,演示按钮控件是如何使用的,本例有两个按钮-a very simple procedure, demonstrating how the buttons control the use of the two cases are buttons
- 2022-09-15 18:55:02下载
- 积分:1