Windows程序[总排行] [月排行] [周排行] [日排行]
再理解Windows程序内部运行机制...
分类:Windows程序 时间:2014-05-18 07:49:37 阅读:384
背景,任务栏(开始按钮等都算这里),桌面图标 屏幕下方整个的长条部分、也就是从“开始”一直到系统时钟这个整体,总称为任务栏。 任务栏由下面几部分组成 1、“开始”按钮。 2、当前运行任务的按钮,也就是你说的“【开始】和【输入法】中间那长长的部分” 3、自定义工具栏。就是1和2之间的部分,就是有快速启动按钮的那一部分。 4、系统通知区域。也就是你现在提问的部分。 5、系统时钟。 这...
分类:Windows程序 时间:2014-05-18 14:22:07 阅读:421
class file_send { public: SOCKET send_s; //The socket that used for sending which is established previously char * filename; //The full path of the file that the client...
分类:Windows程序 时间:2014-05-18 08:58:26 阅读:479
背景介绍: 数据库中的T_Line_Info表中存放着学生上机的记录,也就是我们需要查询上机记录的表,其中具体内容为:...
分类:Windows程序 时间:2014-05-18 18:35:13 阅读:493
转自http://blog.csdn.net/yuan892173701/article/details/6916697一、JDK1.7安装1、下载jdk,下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u1-dow...
分类:Windows程序 时间:2014-05-18 00:58:26 阅读:519
>__nowY-16) 6 p[i].y-=5; 7 else 8 p[i].y+=5; 9 10 if(p[i].x>nowX-25)11 p[i].x-=5;12 else13...
分类:Windows程序 时间:2014-05-18 00:59:29 阅读:521
>__300)speed=300;26 SetTimer(hWnd,1,speed,NULL);27 break;28 }29 break;30 case WM_TIMER:31 ...
分类:Windows程序 时间:2014-05-18 01:28:11 阅读:552
>__ 2 // C 运行时头文件 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 11 //定义结构,飞机子弹 12 struct BULLET{ 13 int x...
分类:Windows程序 时间:2014-05-18 01:44:36 阅读:679
>__=100)MyPaint(hdc); //tPre前次绘图的时间;计算上次绘图到这次循环之间的时间13 } //------------|若相差100个单位进行一次绘图操作,通过这14 } ...
分类:Windows程序 时间:2014-05-18 02:30:52 阅读:461
>_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ...
分类:Windows程序 时间:2014-05-18 18:52:43 阅读:635
18579858085818646
上一页86458下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!