-
Autotools使用教程,非常实用,最小够用原则的忠实实践。
Autotools使用教程,非常实用,最小够用原则的忠实实践。-The use of Autotools tutorial, very useful, the principle of the smallest faithful enough practice.
- 2022-01-29 04:51:28下载
- 积分:1
-
认知无线电网络
book on cognitive radio networks
- 2023-03-15 11:50:04下载
- 积分:1
-
c语言教程_htm文件 非常好的教程
大家想学c就下载吧!
c语言教程_htm文件 非常好的教程
大家想学c就下载吧!-an introduction to C (HTM files),which is a good way to teach you C programming.If you want to learn C , then please download it
- 2022-10-10 15:30: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
-
此法分析程序,可以直接使用。其中包括一个.c源代码文件和两个.txt文件...
此法分析程序,可以直接使用。其中包括一个.c源代码文件和两个.txt文件-This analysis procedure can be used directly. Including a. C source code files and two. Txt files
- 2023-01-28 03:30:04下载
- 积分:1
-
获得文件目录下所有文件,VC6.0++代码
获得文件目录下所有文件,VC6.0++代码-Access to all files under the directory
- 2023-07-18 22:45:03下载
- 积分:1
-
Saved in a file directory contents, create a file or subdirectory can use comman...
在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR。目录项包括文件或目录名称、类型(文件、目录或空目录项)、创建日期以及下一个目录项指针、下一级目录项指针。-Saved in a file directory contents, create a file or subdirectory can use command-line commands: MD, CD, RD, MK (create file), DEL (delete files), and DIR. Directory entry includes the file or directory name, type (file, directory, or an empty directory entries), creation date and the next pointer to a directory entry, the next one directory entry pointer.
- 2023-07-14 02:55:02下载
- 积分:1
-
ADC校准for ADUC842
ADC calibration for ADuC842
- 2022-05-21 14:56:48下载
- 积分:1
-
一种基于高端微处理的定时编程的算法,有有较大的实用价值。...
一种基于高端微处理的定时编程的算法,有有较大的实用价值。-A high-end microprocessor-based programming of the timing of the algorithm, there is a greater practical value.
- 2022-07-10 23:16:31下载
- 积分:1
-
ROM Dumper for Win CE
ROM Dumper for Win CE
- 2022-05-18 07:07:27下载
- 积分:1