-
C#winform实现动画
C# winform下实现显示控件和内容的动画效果。-C# winform animation display controls and content.
- 2022-04-02 01:46:48下载
- 积分:1
-
利用工厂设计模式这几计算器
使用简单工厂模式解决计算器相比较上次思维更加的清晰,各类以及函数的关系也更加的清楚。让我深刻的体会到良好的设计模式能给程序后期的修改和增加功能带来相当大的便利
- 2023-02-16 01:30:04下载
- 积分:1
-
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。...
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。-Decline in the use of recursive subroutine method, to achieve an integer 4 expression is the syntax analysis program.
- 2022-12-01 13:40:03下载
- 积分:1
-
封装BerkeleyDB的一个动态库,多余的就不说了。
封装BerkeleyDB的一个动态库,多余的就不说了。-Package BerkeleyDB a dynamic library, not superfluous to say.
- 2022-03-18 10:24:42下载
- 积分:1
-
这是一个vb源程序,希望喜欢vb的所有朋友都能喜欢这些源程序,这些vb源码是vb爱好者们的精品...
这是一个vb源程序,希望喜欢vb的所有朋友都能喜欢这些源程序,这些vb源码是vb爱好者们的精品-This is a vb source code, I hope like all our friends can vb like these source, which is the source vb boutique fans vb
- 2022-01-23 10:42:31下载
- 积分:1
-
It will check for the subscribed user, if he /she is not a valid user will get t...
It will check for the subscribed user, if he /she is not a valid user will get the error message.
- 2022-05-21 10:50:03下载
- 积分:1
-
俄罗斯方块的主要功能都具有,和手机上一样,在EVC平台上开发的,特别适合车载导航上面的游戏....
俄罗斯方块的主要功能都具有,和手机上一样,在EVC平台上开发的,特别适合车载导航上面的游戏.-The main functions of the Russian box has, and mobile phones, as in EVC platform, particularly suitable for vehicle navigation above game.
- 2022-06-12 01:44:51下载
- 积分:1
-
Port scan, print the information. Are automated. Arbitrarily set it.
端口扫描,打印各方面的信息。都是自动化的。随便设置就可以了。-Port scan, print the information. Are automated. Arbitrarily set it.
- 2022-03-05 19:08:41下载
- 积分:1
-
windows ce.net 矩阵键盘设计源码,直接编译即可,已在S3C2440平台编译通过...
windows ce.net 矩阵键盘设计源码,直接编译即可,已在S3C2440平台编译通过-windows ce.net source matrix keyboard design, you can direct the compiler has been compiled through S3C2440 platform
- 2022-03-18 16:55:20下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1