-
51单片机《丁香花》程序
51C 单片机蜂鸣器播放《丁香花》程序,Keil生成hex文件
- 2022-02-02 19:48:21下载
- 积分:1
-
计算M到N间的素数及其个数 , 比较简单d等几个小程序
计算M到N间的素数及其个数 , 比较简单d等几个小程序-Calculation of M to N between the prime numbers and the number of relatively simple d several small programs
- 2022-10-04 20:30:03下载
- 积分:1
-
des加密算法的源代码,有要加密的快来把
这代码很好的
des加密算法的源代码,有要加密的快来把
这代码很好的-des encryption algorithm source code, encryption Come to this code of good
- 2023-05-29 19:25: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
-
一个小工具,可以将任意的文件转换为十六进制码,比UltraEdit方便!...
一个小工具,可以将任意的文件转换为十六进制码,比UltraEdit方便!-A small tool that can convert any file in hexadecimal code, UltraEdit convenient than that!
- 2022-02-05 13:13:18下载
- 积分:1
-
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库...
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库-E-mail based on Bayesian filtering technology, programming
- 2022-04-28 18:51:55下载
- 积分:1
-
It can show the toolstrip on the dialog.Please read it carefully because it is v...
在 对话框 上 显示 工具条,好好看看吧,很好的-It can show the toolstrip on the dialog.Please read it carefully because it is very good.
- 2023-07-05 22:25:04下载
- 积分:1
-
ODBC的C程序
一个ODBC的C程序
-an ODBC C Program
- 2022-08-14 09:44:30下载
- 积分:1
-
这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧....
这是一个正确的用C语言写的AES程序可以直接用结果是正确的.加密速度比较快吧.-this is a correct use of the C language to write procedures AES results can be directly used to be correct. Encryption speed faster it.
- 2022-01-26 04:10:34下载
- 积分:1
-
多文本软件
文字软件,用于多功能自动翻译,目前支持6种语言的自动翻译-Text software for multi-functional automatic translation, currently supports 6 languages, automatic translation
- 2023-04-16 20:40:03下载
- 积分:1