-
可以在文件夹中删除不要的文件,支持层次搜索
可以在文件夹中删除不要的文件,支持层次搜索-can delete folders of documents should not support levels Search
- 2022-01-26 06:18:34下载
- 积分:1
-
使用FTP服务器访问协议
使用Ftp协议访问Ftp服务器-use visit agreement Ftp Server
- 2023-06-25 08:20:04下载
- 积分:1
-
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得-1 on the Windows API programming books, which involves the SDK, it is worth
- 2023-06-12 07:00:08下载
- 积分:1
-
无用单元收集:利用表结点本身的指针域标记遍历路径的算法
无用单元收集:利用表结点本身的指针域标记遍历路径的算法-Useless cell collection: the use of table pointer node labeling their own path traversal algorithm
- 2022-01-25 15:52:12下载
- 积分:1
-
分形 visual c + +
此程序是一个分形程序,此程序必须工作在 visual c + + 中与 windows 98 和 xp 和不工作由赢 7
- 2023-03-11 16:40:04下载
- 积分:1
-
随机的字母产生器
编写代码以在特定超时后随机显示字母。时间可以根据你的需要改变,字幕也可以手动输入。
- 2023-08-09 10:45:03下载
- 积分:1
-
Lunar librations and selenographic coordinates per DE404 size 33 KB.
月球天平动和月表坐...
Lunar librations and selenographic coordinates per DE404 size 33 KB.
月球天平动和月表坐标计算程序。根据喷气推进实验室的DE404星历表编制。-Lunar librations and selenographic coordinates per DE404 size 33 KB. Lunar libration tables on coordinate calculation and procedures. According to Jet Propulsion Laboratory
- 2022-03-05 13:02:48下载
- 积分:1
-
Nothing to say, and with the keyboard backspace input procedures.
没什么好说的,用键盘退格输入的程序。
- 2022-10-28 04:55:05下载
- 积分: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
-
读写写的优于
用VC读写EXCEL表格-VC read and write Excel
- 2022-05-05 01:08:05下载
- 积分:1