-
界面很漂亮 功能很全哦4. 利用静态数组(或链表)实现通讯录管理,数组的每一个元素是结构体类型,通过这个例子了解数据库管理的基本功能,重点掌握数组元素为结构体的...
界面很漂亮 功能很全哦4. 利用静态数组(或链表)实现通讯录管理,数组的每一个元素是结构体类型,通过这个例子了解数据库管理的基本功能,重点掌握数组元素为结构体的应用、数组坐函数参数、文件读写、自定义函数等知识,这里主要包括输入、显示、查找、删除、插入、保存、读入、排序等功能-Interface function is very beautiful, oh-wide 4. Use a static array (or list) to address book management, each array element is the type of structure, through this example to understand the basic functions of database management, focusing on the array elements to master the structure of applications, an array of function parameters to sit, document reading write, custom function, such as knowledge, here mainly include input, display, search, delete, insert, save, read, sorting and other functions
- 2023-01-27 23:15:03下载
- 积分:1
-
VBA在Word 2000中的信息
VBA For Word 2000 资料-Information of VBA For Word 2000
- 2022-02-13 15:13:25下载
- 积分:1
-
获得EXE文件的版本信息,功能源码,适合学习。
获得EXE文件的版本信息,功能源码,适合学习。-EXE file to obtain version information, the functional source code, suitable for learning.
- 2022-11-08 21:20:03下载
- 积分:1
-
3D波动网格,不使用DirectX,在窗口中画显示波动的3D网格效果,具有较高的学习价值...
3D波动网格,不使用DirectX,在窗口中画显示波动的3D网格效果,具有较高的学习价值-Fluctuations in 3D meshes, do not use DirectX, painting in the window display fluctuations 3D grid effect, have a high learning value
- 2023-05-29 01:50:03下载
- 积分: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
-
强化CListCtrl的下拉列表Demo
强化CListCtrl的下拉列表Demo-strengthen the drop-down list Demo
- 2022-02-03 17:04:12下载
- 积分:1
-
撞击小游戏呵呵 啊
撞击小游戏呵呵 啊-impact small game Oh ah
- 2022-02-07 15:08:59下载
- 积分:1
-
新编Windows_API_参考大全
新编Windows_API_参考大全-New Windows_API_ reference Daquan
- 2022-03-05 08:52:43下载
- 积分:1
-
图像处理
可以对图片进行特效处理(图片特效)、调整图片的亮度、大小及对比度(图片调节)、在图片上添加文字(图片文字)、以幻灯片的形式浏览图片(幻灯片放映)
- 2022-06-14 18:29:20下载
- 积分:1
-
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg...
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg-123@126.com-Form a transparent source code, form title used by the API function paintings, the effect is also good, original author of
- 2023-08-07 21:15:03下载
- 积分:1