-
You can specify the button to hot spots and hot zones can have different views o...
可以指定热区的按钮,并且热区可以产生不同的点击信息-You can specify the button to hot spots and hot zones can have different views of information
- 2023-04-27 07:30:03下载
- 积分:1
-
KMO hju Y JK sdnsd gjnsj香港wlegsfd LGS,dmgks hreoihmd,BM cvlkbm dfkgnreihreo N…
kmo hju y jk sdnsd gjnsj kge wlegsfd lgs,dmgks hreoihmd,bm cvlkbm dfkgnreihreo ndoifhdfkhmrel hrem reio hre r ldkf hdfhlkdf d mdfkh dhroehreh mrelk rekhdf ld dfmh ldf hd mdkh mroh erh mrekh mdf hldfhk mdf dfl khmkmtrkhm rtkmtrkh mtrk mtrhk merhrepoyd ldfgdfgmdklfm df gmdflk gmrttr ltk k hdfkmgdfkgdfm kd
- 2022-03-30 05:21:56下载
- 积分:1
-
can easily pair of Chinese Word, the ability to understand robot programming is...
可以容易地对中文进行分词,对于机器人的理解能力编程有很大的帮助-can easily pair of Chinese Word, the ability to understand robot programming is a great help
- 2022-08-07 06:15:41下载
- 积分: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
-
I do not know english
一个2 D面片的渐变程序, 采用HLSL对像素进行操作-I do not know english
- 2023-04-06 12:35:03下载
- 积分:1
-
一个线程和互斥的程序,大家可以了解互斥的应用
一个线程和互斥的程序,大家可以了解互斥的应用-A thread and mutex procedures everyone can understand the application of mutually exclusive
- 2022-07-11 03:10:34下载
- 积分:1
-
基于asp.net的网上书店系统
基于asp.net的网上书店系统,可实现书籍上架,下架,加入购物车,等基本功能
- 2022-02-03 21:41:11下载
- 积分:1
-
NT server framework, which is English.
NT服务器程序框架,内有英文说明。-NT server framework, which is English.
- 2022-02-06 13:42:48下载
- 积分:1
-
Realize the text search, text replacement, text editor and save, you can text st...
实现文本查找、文本替换、文本编辑和保存,可以统计出文字、数字、空格的个数。-Realize the text search, text replacement, text editor and save, you can text statistics, numbers, the number of spaces.
- 2022-03-04 09:22:04下载
- 积分:1
-
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序...
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve any degree of accuracy the circumference of the rate calculation procedures
- 2022-04-07 00:08:33下载
- 积分:1