搜索资源列表
Brainiac
- 这个游戏允许玩家选择一个方块,然后选择另一个方块。如果两个方块是相同的,那么它们将保持可见状态,玩家尝试找出另外两个相同的方块。如果两个方块不同,它们将再次翻转,从而再次隐藏。玩家的任务就是将它们翻开是记住不同方块的位置,以便将所有方块配对。开发平台为vs.net2003,源文件包括: Resource.h--资源ID头文件 Bitmap.h--位图头文件 Bitmap.cpp--位图源代码文件 GameEngine.h--游戏引擎头文件 GameEngine.cpp--游戏
QUIZSOFTWARE
- quiz software is a c++ project code of qiz contest Q.DAT --> Questions Database file HISCORE.DAT --> High scorer s file USER.DAT --> Stores user id s ans passwords-quiz software is a c++ project code of qiz contest Q.DAT--> Ques
game2
- 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
sfzcx
- 在身份证号码判别的基础上,输入身份证号码,给出省份地区、男女等信息,图形显示-On the basis of the judgment of the identity card number, enter the ID number given provinces in the region, men and women, such as information, graphical display
c
- 用C语言设计一个程序帮助小学生练习数学。 a) 程序首先让使用者输入ID号(包含前两个大写英文字母和后四个阿拉伯数字),例如:Please input your ID: AB1234 程序应该有输入验证功能。ID正确输入完毕后,程序提示以下功能选项: (1) Start a test (2) Check score (3) Exit Test: 程序给出10个数学题目,例如: 12 * 3 = 36;48 +...(C language is used to design a pr