-
这是以前自己写的一个进度条,有几种样式。现在开源共享,以求共进,如果大家用过有什么建议可以提出来。...
这是以前自己写的一个进度条,有几种样式。现在开源共享,以求共进,如果大家用过有什么建议可以提出来。-This is a Writing before the progress of their article, there are several styles. Now open-source sharing, in order to attend, if there is what everyone used to put forward proposals.
- 2022-05-23 00:32:28下载
- 积分:1
-
A digital clock VC graphical procedures, is a very good interface programming so...
一个数字化的图形时钟VC程序,是一个很好界面编程源代码-A digital clock VC graphical procedures, is a very good interface programming source code
- 2023-03-15 20:30:02下载
- 积分:1
-
VC interface display, split the window and realizing the complexity of the windo...
VC界面显示的,分割窗口,实现窗口复杂化-VC interface display, split the window and realizing the complexity of the window
- 2022-03-16 07:08:58下载
- 积分:1
-
按钮控件
CButton-derived control to help with using groups
- 2022-03-02 21:05:31下载
- 积分:1
-
ListCtrl控件实例源代码
可以编辑的ListCtrl控件实例源代码 ,界面友好。语言:VC++。有原始的clistctrl与自己编写可以编辑的editlistctrl进行对比。源代码注释比较详细。
- 2022-02-06 12:32:35下载
- 积分:1
-
数组文件读取器
包 com.mkyong.io ;导入 java.io.BufferedReader ;导入 java.io.FileReader ;导入 java.io.IOException ;公共类 BufferedReaderExample {公共静态 void 主要 (字符串 [] args) {体 br = null ; 试着 {字符串 sCurrentLine; br = 新体 (新 FileReader("C:testing.txt")); 同时 ((sCurrentLine = br.readLine()) ! = null) {System.out.println(sCurrentLine) ;}} 赶上 (抛出 e) {e.printStackTrace() ;} 最后 {尝试 {如果 (br ! = null)br.close() ;} 赶上 (ex 时抛出) {ex.printStackTrace() ;}}}}
- 2023-05-01 16:05:04下载
- 积分:1
-
VC++ Tab Control example. CTabSheet a simple example. VS 2005 C++ MFC Dialog rou...
VC++ Tab Control实例。CTabSheet简例。VS 2005 C++ MFC Dialog例程-VC++ Tab Control example. CTabSheet a simple example. VS 2005 C++ MFC Dialog routines
- 2022-01-26 00:30:53下载
- 积分:1
-
delphi数字图像处理一书源代码,科学出版社出版.
delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
- 2022-01-22 03:59:32下载
- 积分:1
-
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。...
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。-Simple implementation of the drawing board features
- 2022-03-13 00:20:07下载
- 积分:1
-
INFO-Z(讀取系統資訊)
讀取系統資訊,例如CPU,MEMORY and BIOS information
ShellExecutewait("ProgressBar.exe")
#include
#include
#include
#include
#include
#include
#include
#RequireAdmin
$WinVerChk = RegRead("HKEY_LOCAL_MACHINE64SOFTWAREMicrosoftWindows NTCurrentVersion", "ProductName")
$fonttype= GUICtrlSetFont(-1, 8, 400, 2, "@Microsoft YaHei")
$fontcolor= GUICtrlSetColor(-1, 0xC0C0C0)
$Form1 = GUICreate("Info-Z_v1.0", 338, 266, -1, -1)
$tab = GUICtrlCreateTab(8, 8, 321, 249)
Systeminfo()
Func Systeminfo()
;System Information
_RunDOS("wmic csproduct get /format:list >> c:System.log")
_RunDOS("wmic bios get /forma
- 2022-03-02 03:36:24下载
- 积分:1