-
编译原理tiny语言的扩充
资源描述
这是一个对于编译原理tiny语言的扩充代码
将其编译原理的的文法扩充了很多
很实用
可以产生一个小的tiny语言的程序界面
- 2023-08-07 18:00:04下载
- 积分:1
-
显示自定义按钮
通过继承MFC的BUTTON类,实现多样化界面,可以定义自己喜欢的按钮图形,并通过画刷进行渲染,使用时只需定义这样的一个按钮对象,使用其中的接口,便能轻松的实现你想要的效果。
- 2022-05-14 06:53:14下载
- 积分:1
-
国际上流行的界面风格。
国际上流行的界面风格。-international pop style of interface.
- 2022-05-29 16:02:33下载
- 积分:1
-
very good test software, with a worthy, very good
非常好的test软件,值得一用,非常非常好-very good test software, with a worthy, very good
- 2022-03-14 04:14:57下载
- 积分:1
-
mfc program to do a clock, a relatively simple, is a good example of the entry
mfc做的一个时钟程序, 比较简单,是一个叫好的入门实例-mfc program to do a clock, a relatively simple, is a good example of the entry
- 2022-11-17 00:50:02下载
- 积分:1
-
一段美化界面的程序。可以使你的程序更漂亮
一段美化界面的程序。可以使你的程序更漂亮-some landscaping interface procedures. You can make the process even more beautiful! !
- 2022-07-12 22:24:52下载
- 积分:1
-
浮动提示框:鼠标在文本或图片或图片中的实现…
浮动提示框:实现鼠标移动到文字或者图片或者图片中的热点显示提示信息,或者点击是显示提示信息。-Floating prompt box: the realization of mouse over text or picture or picture in a hot show message, or click on a message is displayed.
- 2022-10-17 13:55:03下载
- 积分:1
-
主要是可以实现截图功能,采用C#语言编写
主要是可以实现截图功能,采用C#语言编写-Screenshot function can be achieved mainly
- 2023-02-04 06:45:04下载
- 积分:1
-
explorerbar使用实例,需要支持explorerbar Infragistics NE…
ExplorerBar 的使用示例,需要ExplorerBar Infragistics NetAdvantage 2005支持。-ExplorerBar the use of examples, the need to support ExplorerBar Infragistics NetAdvantage 2005.
- 2022-04-01 15:57:34下载
- 积分: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