-
testing window Simplicity of testing procedures FOSS
测试窗口朴拙的试验程序源码-testing window Simplicity of testing procedures FOSS
- 2022-11-27 17:40:03下载
- 积分:1
-
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。...
ASCII文本拼写检查的C语言源程序,本程序的算法不是最优的,希望大家能提出更好的算法。-ASCII text spelling check the C language source files, the process of the algorithm is not optimal, hope that we can come up with a better algorithm.
- 2023-08-26 23:25:03下载
- 积分:1
-
with Romberg for PI
用Romberg求PI-with Romberg for PI
- 2022-03-19 16:38:40下载
- 积分: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
-
Delphi下的AES,支持ECB、CBC等加密模式,输出base64或者HEX格式,和java端AES保持兼容(全部亲测通过)
- 2023-05-28 20:35:03下载
- 积分:1
-
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者...
计算器能够实现基本的四则运算代码看起来简单能适应大多数程序初学者-Calculator to achieve the basic four computing code looks simple procedures to adapt to the majority of beginners
- 2022-02-21 18:59:43下载
- 积分:1
-
用VC对面的编程与应用
用VC对面的编程与应用- And applies with the VC opposite programming
- 2022-02-15 05:53:02下载
- 积分:1
-
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.-This procedure to DATEVIEW the data into EXCEL, the good with the code Oh.
- 2022-05-22 02:14:54下载
- 积分:1
-
网狐6603子游戏 大闹天宫2 源码 VC++ 完美编译
资源描述
网狐6603子游戏 大闹天宫2游戏源码。包含所需库、dll等文件,能完美编译运行。
我用的Visual Studio 2015编译的,backup文件夹里也含有visual studio 的低版本解决方案
- 2022-03-13 16:12:56下载
- 积分:1
-
旋转图片框上的文本
旋转上使用 visual basic 6,使用 visual basic 6,在图片框中使用 visual basic 6,旋转文本的图片框上的旋转文本的图片框中的文本
- 2022-05-27 15:23:25下载
- 积分:1