搜索资源列表
MyTray
- 一个简单的Tray(系统托盘ICON)例子-a simple Tray (ICON system tray) example
撒反对法打字
- 用汇编实现了一个打字程序,界面有好,随时响应键盘中断,是学习的好例子-achieved with a compilation of typing procedures, a good interface, keyboard interrupt at any time to respond, is a good example of learning
UseStatus
- 一个VC中使用status bar的例子,是vc6工程。-A VC used in status bar example is vc6 project.
progress_in_status
- 一个在状态栏中使用滚动条的例子-In the status bar to use a scroll bar example
PROCESSctrl
- 本人写的PROCESS控件程序,源码可执行,方便使用,程序里面还有个内存释放的例子哦-I wrote PROCESS control procedures, executable code, user-friendly, there is also a memory process of example the release of Oh
time
- 如何在状态栏上显示系统时间的一个简单例子。-How to display system status bar on the time of a simple example.
progress
- 这是有关进度条控件的简单应用实例,新手可下载-This is the progress bar control is a simple application example, novices can be downloaded
ClrGradientPrgssCtrl
- 一个很好用的自绘进度条示例,真的很好用的哦-A good self-drawn progress bar example, is actually pretty good, oh!!!!!!
Progress
- 实现进度条的很好实例,里面有两种功能进行对比,详细请参见源代码-A good example of the progress bar, there are two functions were compared in detail to see the source code
SimpleAdornedControlSample
- 实现进度条的很好实例,里面有两种功能进行对比,详细请参见源代码编译的运行结果-A good example of the progress bar, there are two functions were compared in detail to see the source code
SliderTemplate
- 一个xaml写的简单易懂的slider控件模版例子,基于wpf技术,自绘控件,重写控件模版的经典例子。-A xaml write straightforward the slider control template example, based on wpf technology-drawn controls to rewrite the classic example of the control template.
Scrolling Text VB6
- this shows a working example of scrolling text like at a theater, great for credits for a game or any application. very simple and easy to use.
Palindromes
- 求1-20000之间的平方回文数 回文数也叫对称数,是指这类数的各位数字具有对称性,例如12121,通常,可以通过使用任何一个数字与其倒序数相加,再依次执行下去获得,例如:96+69 165,165+561 726,726+627 1353,1353+3531 4884。但是也有某些数字目前为止还不能验证是否可以通过上述操作获得回文数,例如数字196。平方回文数是指这类数字即是回文数,又是某个自然数的平方数,例如121,就是11的平方数,同时也是回文数。可以编写程序,通过遍历获得平方回文数
