-
学习词汇的一个程序,它的中文解释包含太多的通知…
背单词程序 数值微分:包括用插值多项式求数值导数 用三次样条函数...原理和程序设计语言(C语言或FORTRAN语言或BASIC... -a programme for learning vocabulary.It s chinese explain contain too much information,but useless!
- 2022-12-11 15:40:03下载
- 积分:1
-
介绍如何对XP。Embedded版本进行定制的文档,希望搞RDP和NC的朋友可以研究一下。如果有兴趣交流的话可以发Email到iamafan@163.com...
介绍如何对XP。Embedded版本进行定制的文档,希望搞RDP和NC的朋友可以研究一下。如果有兴趣交流的话可以发Email到iamafan@163.com-how to XP. Embedded versions of customized documents, NC engage RDP and friends can look into. If you are interested in the exchange can be made to Email iamafan@163.com
- 2022-10-19 05:35:03下载
- 积分:1
-
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.n...
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.net)翻译, ,在修改版中增加了一些功能,包括显示总页面访问数、今日页面访问数、总 IP访问数、今日IP访问数、在线人数,增加了页面JS调用统计功能, 增加 了 Windows XP 的识别等等。-a PHP+ MySQL visit statistics, the need for the GD library, a very nice interface, version 2.0 can be very convenient choice language version, which the Chinese version by the Night Cat Network (http://www.YeMao.net) translation, and in the revised version by added some features, including show the total number of pages visited, pages visited today, the total number of IP, IP visited today, online and an increase in the pages JS call statistics capabilities, the Windows XP identification, and so on.
- 2022-02-21 07:58:20下载
- 积分:1
-
对于各种实体的VC编程创建一个美食使用AutoCAD…
AutoCad中关于使用vc++编程创建各种实体的一个类实例。-AutoCad regarding the use of vc programming of various entities to create a category of examples.
- 2022-04-20 13:17:35下载
- 积分:1
-
类似Windows的计算器的源码,小程序,初学VC++的朋友可以看下...
类似Windows的计算器的源码,小程序,初学VC++的朋友可以看下-similar to the Windows source code calculators, small procedures, beginner VC++ can facie friends
- 2023-02-15 01:50:04下载
- 积分: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
-
读写 INI 文件
读写 INI 文件-literacy INI file
- 2022-02-27 04:45:31下载
- 积分:1
-
User Login is a new log each query functions plus friends and other functions
用户登录是新查询功能等进行登录互加好友等功能-User Login is a new log each query functions plus friends and other functions
- 2022-12-04 18:35:03下载
- 积分:1
-
锁定模块频点的命令.t xt锁定模块频点的命令.t
锁定模块频点的命令.t xt锁定模块频点的命令.t -锁定模块频点的命令.txt锁定模块频点的命令.txt锁定模块频点的命令.txt
- 2022-01-23 10:26:13下载
- 积分:1
-
C++ 24点游戏
游戏名称:24点游戏,游戏类型:益智,要求结果等于二十四
- 2023-01-13 03:40:04下载
- 积分:1