-
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。...
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the corresponding interface on the highlighted text will be displayed in red.
- 2022-02-26 11:01:02下载
- 积分:1
-
vc环境,模拟速度仪表盘
vc环境,模拟速度仪表盘-vc environment simulation speed dashboard
- 2022-04-02 01:01:59下载
- 积分:1
-
MFC 应用程序中的菜单提示信息
MFC 应用程序中的菜单提示信息-MFC Application Programs menu message
- 2022-02-04 21:07:12下载
- 积分:1
-
自动提醒用户得小程序
自动提醒用户得小程序-automatically remind users in small program
- 2023-04-19 12:05:04下载
- 积分:1
-
修改某目录及子目录中的文件名,修改规则:1. 从文件名的尾部删除指定长度的字符;2. 从文件名头部删除指定长度的字符。 界面是基于对话框的,思路清晰,配有文档。...
修改某目录及子目录中的文件名,修改规则:1. 从文件名的尾部删除指定长度的字符;2. 从文件名头部删除指定长度的字符。 界面是基于对话框的,思路清晰,配有文档。-Modify the dictionary(sub-dictionary) name,
rules:
1. Delete characters specified length from the end
2. Delete characters specified length from the start.
Has a simple dialog UI, with document.
- 2022-08-15 01:36:55下载
- 积分:1
-
用VB也可以做动画,这是一个燃烧的火盆!
用VB也可以做动画,这是一个燃烧的火盆!-VB can also do animation, which is a burning brazier!
- 2022-02-03 23:15:02下载
- 积分:1
-
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释....
一个用VC++开发的精彩WINDOWS游戏,可以打怪,升级,还能存档,有点似大家经常玩的网络游戏.非常好玩,源码有注释.-development of a VC Highlights of Windows games, can blow up, upgrading, and also filing, a bit like we used to play online games. Very fun, a source notes.
- 2022-02-24 12:36:40下载
- 积分:1
-
Windows核心编程(第五版)随书源代码,需要的可参考。
Windows核心编程(第五版)随书源代码,需要的可参考。-the code of Windows Kernel Program.
- 2022-04-08 22:24:26下载
- 积分:1
-
用JAVA编写的扫雷程序。在JCREAT环境里运行可以使用。
用JAVA编写的扫雷程序。在JCREAT环境里运行可以使用。-prepared using JAVA demining process. In JCREAT operating environment can be used.
- 2022-01-31 21:27:07下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1