#include #include #include #include int main(void) { /* request auto detection */ int gdriver = DETECT, gmode, errorcode; int midx, midy; int radius = 100; /* initialize graphics a... Read More
posted @ 2007-11-07 15:12 齐心 Views(2527) Comments(1) Diggs(0) Edit
/*C语言图形编程例子*/ /*!!在BC环境下编译*/ 一.启动VC6.0 二.创建工程 选择"MFC App Wizard(exe)" 三.编辑菜单资源 (在ResourceView标签中,选择Menu项) 菜单标题 菜单项标题 标示符ID 直线 DDA算法生成直线 ID_DDALINE 四.添加消息处理函数 ... Read More
posted @ 2007-11-07 15:02 齐心 Views(426) Comments(0) Diggs(0) Edit
实验目标: 1.窗口对用户"左按键"和"右按键"事件的响应 2.实现多边形填充 步骤: 1.运行VC6.0 2.创建工程Fill , (工程类型选择:MFC Wizard (.exe) ) 3. 添加 "双击左键"和"单击右键"事件的消息响应 (1).选择菜单"View"->"class Wizard" (2)在弹出的窗口里 c... Read More
posted @ 2007-11-07 15:00 齐心 Views(1133) Comments(1) Diggs(0) Edit
一、U盘病毒简述: U盘(自动运行)类病毒(auto病毒)近来非常常见,并且具有一定程度危害,它的机理是依赖Windows的自动运行功能,使得我们在点击打开磁盘的时候,自动执行相关的文件。目前我们使用U盘都十分频繁,当我们享受U盘所带来的方便时,U盘病毒也在悄悄利用系统的自动运行功能肆意传播,目前流行的U盘病毒文件大家甚至耳熟能详了,比如经常有网友问的SSS.EXE SXS.EXE如何查杀这... Read More
posted @ 2007-11-07 14:59 齐心 Views(610) Comments(0) Diggs(0) Edit