首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 屏幕保护

屏幕保护

  • 资源大小:14.05 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c,c++

资 源 简 介

// 进化版.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include    #include   #include   #include   #include using namespace std; #define SCREEN_WIDTH 1600 #define SCREEN_HEIGHT 900 #define DEF_RAIN_NUM 106 //雨的列数 //数字雨开始的位置 int g_nRainPos[DEF_RAIN_NUM] = { 0 }; //数字雨的字符串 char g_strRain[DEF_RAIN_NUM][10] = { 0 };    IMAGE apple; //加载图片  // void Comeinit() // { // loadimage(&apple, L"./res/apple.jpg", 640, 480); // } //随机产生一个字母 char CreateRandomNum() {   // cleardevice(); // putimage(0, 0, &apple);

文 件 列 表

进化版
Debug
ipch
ReadMe.txt
Release
res
stdafx.cpp
stdafx.h
targetver.h
进化版.cpp
进化版.sdf
进化版.sln
进化版.v12.suo
进化版.vcxproj
进化版.vcxproj.filters
VIP VIP
0.175379s