-
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。...
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。-Simple random code generation tool that can generate the digital code, alphabetical code, as well as numbers and letters mixed code.
- 2022-07-09 01:54:10下载
- 积分:1
-
在图形界面上,加边框的类,是个作用很基本的类
在图形界面上,加边框的类,是个作用很基本的类-Class to demonstrate adding borders to components.
- 2022-03-20 16:45:05下载
- 积分:1
-
编译与调试技巧源代码:TranslateWindowStyle_Demo
编译与调试技巧源代码:TranslateWindowStyle_Demo-compile and debug source code skills : TranslateWindowStyle_Demo
- 2022-08-18 21:26:30下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
System w...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory. -Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2023-08-26 05:40:04下载
- 积分:1
-
C#Winform里的扩展Tab控件
资源描述Winform里的重写、Tab控件扩展,使用自定义TabControl实现,鼠标悬停时图标变成绿色
可以改变面板的大小。需要学习控件制作的可以下载学习。
实现方法:
用System.Threading.Timer加上一个简单的委托异步修改面板大小来实现动画
鼠标悬停时图标变成绿色是判断鼠标划过哪个标签是通过对MouseMove鼠标移动实时采点来实现的
- 2022-02-02 16:02:47下载
- 积分:1
-
滚动条使用实例程序
滚动条使用实例程序-examples of the use of the rolling process
- 2022-03-07 00:46:31下载
- 积分:1
-
一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。...
一个用来解析word文档的程序,功能非常强大,能把doc转换为txt,pdf,ps等。-one process to transf the doc to othe model like txt or pdf or ps .
- 2022-03-05 22:54:01下载
- 积分:1
-
wince 2046驱动
wince6.0的2046驱动源码,很适合初学者或者开发人员移植,而且平台为ti的am335x,内容有对触摸的精确校准的描述,代码描述详细,注释清楚!!!
- 2022-05-15 08:50:43下载
- 积分:1
-
这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习...
这是一个学习DLL编程的非常好的例子,非常经典,强烈建议好好学习-This is a DLL program to learn a very good example, very classic, is strongly recommended that learn
- 2022-05-13 22:12:33下载
- 积分:1
-
c语言的编译器
c语言的编译器,语法分析,词法分析。分析程序生成器 (分析器生成器) 是一个指定某个格式中的一种语言的语法作为它的输入,并为该种语言产生分析过程以作为它的输出的程序。在历史上,分析程序生成器被称作编译-编译程序 (编译器编译程序),这是由于按照规律可将所有的编译步骤作为包含在分析程序中的动作来执行。现在的观点是将分析程序仅考虑为编译处理的一个部分,所以这个术语也就有些过时了。合并 LALR(1) 分析算法是一种常用的分析生成器,它被称作 Yacc (另一个编译器编译程序)。给出 Yacc 的概貌来,将使用Yacc为小语言开发一个分析程序。
- 2023-04-18 04:50:03下载
- 积分:1