-
pb编程框架
pb编程框架--本编程框架吸取PFC AND PBPL的精华内容,在作者的不断改进下而成。 扩展了对象、窗口、工具、服务、权限管理、报表设计等内容, 并在不断完善中。-pb programming framework-- the programming framework PFC AND PBPL learned of the essence, the author under the constant improvement derived. Expansion of the object, the window, tools, services, rights management, design statements, and continually perfected.
- 2022-03-03 15:07:50下载
- 积分:1
-
动态创建控件举例
动态创建控件举例-Dynamic Controls for the creation
- 2022-07-08 14:07:24下载
- 积分:1
-
通过改变pwm的占空比,调节LED灯的亮暗程度
通过改变pwm的占空比,调节LED灯的亮暗程度-By changing the duty cycle pwm, regulating bright LED lights concealed the extent of
- 2022-03-10 06:13:17下载
- 积分:1
-
动态分段代码
这是GIS当中动态分段的代码,需要arcengine9.2环境,并有数据。主要用来学习,请务商用。
- 2022-02-06 23:04:00下载
- 积分:1
-
This document is related to the computer network and router information on the c...
本文档是关于计算机网络和路由器的资料,对计算机网络和路由器的知识有一个详细的介绍和解释-This document is related to the computer network and router information on the computer network and router knowledge a detailed introduction and explanation
- 2022-09-10 13:15:03下载
- 积分:1
-
Information theory, curriculum design in their own code to do run
信息论编码课程设计中自己做到的游程编码的代码,里面包含了哈弗曼的编码算法,希望对你有所帮助。-Information theory, curriculum design in their own code to do run-length coding code, which contains a Havermann encoding algorithm, hope this helps.
- 2023-05-01 00:35:03下载
- 积分:1
-
这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实...
这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。
该程序在Turbo C2.0 下编译通过
由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。
注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。
由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
- 2022-06-27 09:50:16下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
用PSO算法与Delphi和VB很好的描述一个简单的小程序研究…
用于学习pso算法的简单小程序 用delphi和vb编写 很好的描述了pso的基本原理-Pso algorithm used to study a simple applet with delphi and vb very good description of the preparation of the basic principles of pso
- 2022-03-03 09:43:04下载
- 积分:1
-
电子皮带秤数据采集工具,可以广泛和码头,电厂等拉姆齐仪表直接连接...
电子皮带秤数据采集工具,可以广泛和码头,电厂等拉姆齐仪表直接连接
- 2022-01-22 13:24:01下载
- 积分:1