登录
首页 » Windows开发 » 测试程序,用于VC++的初学者的入门的简单程序

测试程序,用于VC++的初学者的入门的简单程序

于 2023-05-03 发布 文件大小:64.23 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

测试程序,用于VC++的初学者的入门的简单程序-Test procedure for VC++ Beginner simple entry procedures

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 《用ATL实现VC插件》事例源代码
    《用ATL实现VC插件》事例源代码-"with ATL VC plug" source code examples
    2022-03-09 19:58:34下载
    积分:1
  • 进程的创建与撤消程序
    进程的创建与撤消程序-process and the creation of withdrawal procedures
    2022-11-26 11:15:03下载
    积分:1
  • 一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong ga...
    一款接球游戏,游戏中使用DirectX 7,图形较为流畅,每秒高达50桢。具有较高的计算机人工智能.英文介绍:DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth - over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat - it means it acts like a human player making the game more fun. So - have fun!-DX pong is a neat pong game that uses DirectX 7. I wrote it in just one day and the graphics are smooth- over 50 fps! There are sound FX too, but the best thing about the game is the computer AI. It doesn t simply chase the ball, it predicts the balls path even if it is going to bounce of several walls and moves accordingly. Clever AI doesn t mean it is impossible to beat- it means it acts like a human player making the game more fun. So- have fun!
    2022-03-14 03:16:04下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • wince下的录音源代码 与vc下的录音有所不同!
    wince下的录音源代码 与vc下的录音有所不同!-wince under the recording source code with the recording vc different!
    2022-02-13 19:00:47下载
    积分:1
  • 这是DSR C++的源代码,欢迎大家使用,也欢迎大家一起交流
    这是DSR C++的源代码,欢迎大家使用,也欢迎大家一起交流-This is a DSR C++ The source code, welcome everyone to use, and also welcomes exchanges with U.S.
    2022-04-16 10:45:18下载
    积分:1
  • 一个完成栅格图像矢量化功能的程序,主要实现了在图片背景上添加点、线的功能,使用了交互式构图技术,如橡皮条和拖曳,以文本文件保存矢量线的结点,有简单的导入和导出功...
    一个完成栅格图像矢量化功能的程序,主要实现了在图片背景上添加点、线的功能,使用了交互式构图技术,如橡皮条和拖曳,以文本文件保存矢量线的结点,有简单的导入和导出功能。-A complete raster image vectorization function procedure, the main background in the picture to add point, line features, the use of interactive mapping technologies such as rubber and drag to the text file line vector nodes, has a simple the import and export functions.
    2022-04-19 19:16:52下载
    积分:1
  • 此源码实现了Windowsmobile pda中的GPRS的调用和关闭,有本人测试过,可行直接可以拿来用!...
    此源码实现了Windowsmobile pda开发中的GPRS的调用和关闭,有本人测试过,可行直接可以拿来用!-This source Windowsmobile pda realize the development of GPRS calls on and off, I have tested and feasible can be used directly with!
    2022-11-15 01:35:03下载
    积分:1
  • 石器时代客户端
    资源描述石器时代客户端,经测试可编译,环境Window7 64位 + vs2012
    2023-07-14 08:05:04下载
    积分:1
  • MP3解码源代码。..C++写的
    mp3解码源码。。。C++写的-mp3 decoder source code. . . C++ Written
    2022-08-14 20:05:38下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载