-
demonstrations on how to use the data TDBGrid QuickRepot printed examples. Rar
演示如何使用数据TDBGrid QuickRepot打印示例。雷亚尔
- 2022-02-28 20:38:14下载
- 积分:1
-
在 QML 控件上应用自定义默认风格
翻译maninwest@Codeforge作者:Marco Bertschi@CodeProjectQML 技术让你可以创建一个独立于平台的 UI。当前的 Qt 版本 5.2 可以让你创建一个运行在 Linux, Windows, OS X, iOS 和 Android 上的单个 GUI且无需更改代码库。这里提供的例子是如何使用类似于 CSS 的方式来设计 QML 控件风格并让这些控件可重复使用。
- 2022-09-19 15:20:03下载
- 积分:1
-
非常喜欢MSN的消息提示窗口,因此利用两天时间做了这相定时关机的小软件,希望您喜欢!...
非常喜欢MSN的消息提示窗口,因此利用两天时间做了这相定时关机的小软件,希望您喜欢!-Very much like MSN s news prompt window, so use this time to do two days of regular shutdown of small software, hope you like!
- 2022-03-03 03:11:57下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
java语言版本的3D坦克游戏,供大家交流学习使用
java语言版本的3D坦克游戏,供大家交流学习使用-java language version of the 3D tank game for the exchange of everyone learning to use
- 2022-03-23 12:39:58下载
- 积分:1
-
这是一个linux初学者学习的小程序,方便于初学者了解linux的内核结构,上面附加了源代码,希望大家支持...
这是一个linux初学者学习的小程序,方便于初学者了解linux的内核结构,上面附加了源代码,希望大家支持-This is a linux beginners learning the small programs that facilitate the understanding of beginners Linux kernel structure, the above additional source code, we hope that the support
- 2023-02-28 17:10:04下载
- 积分:1
-
可以了吧,这是有关计算物理中用蒙特卡罗方法编程的,好好看吧...
可以了吧,这是有关计算物理中用蒙特卡罗方法编程的,好好看吧-be all right, which is used in the calculation of Physics Monte Carlo method of programming, sees good
- 2023-01-28 20:55:04下载
- 积分:1
-
俄罗斯方块,改变了常规的方块的形状,演示了如何修改
俄罗斯方块,改变了常规的方块的形状,演示了如何修改-Tetris has changed the conventional box shape, demonstrates how to modify and so on
- 2022-07-01 04:45:04下载
- 积分:1
-
直流电路计算公式,硬件设计的好帮手,轻轻松松设计电路
直流电路计算公式,硬件设计的好帮手,轻轻松松设计电路-DC circuit formula, hardware design good helper, a light-hearted circuit design
- 2022-07-09 07:38:43下载
- 积分:1
-
BC31,uC/OS II注意配置路径
BC31,uc/os II 注意配置路径-BC31, uc/os II attention to configuration path
- 2023-06-23 15:55:03下载
- 积分:1