-
一个用delphi实现的邮件收发程序,实现了邮件的基本功能
一个用delphi实现的邮件收发程序,实现了邮件的基本功能-Delphi realize a use of mail procedures, realize the basic functions of the e-mail
- 2022-08-03 09:43:44下载
- 积分:1
-
winamp歌词显示插件
winamp歌词显示插件-Winamp plug-in show lyrics
- 2022-11-18 06:15:03下载
- 积分:1
-
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!...
用c语言编的,不是本人写的,只是改了改,看了觉得蛮好的~~~~~~~,一起参考~~,^_^!-series, I was not the only change the change, saw the fine ~~~~~~~, together reference ~~,^_^!
- 2022-03-03 10:28:36下载
- 积分:1
-
自己编的,输入前缀树,基于WordNet,需先安装wordnet
自己编的,输入前缀树,基于WordNet,需先安装wordnet-Own, and enter the prefix tree, based on the WordNet, the need to install WordNet
- 2023-04-29 08:55: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
-
VB简单写的一个 希望大家喜欢啊 可以下载了吗
VB简单写的一个 希望大家喜欢啊 可以下载了吗-writed by VB, I hope that everybody can like it, now can I download resource?
- 2022-07-09 15:12:26下载
- 积分:1
-
定时关机.rar
定时关机.rar-Mytob.BSNotes. Rar
- 2022-07-08 09:26:26下载
- 积分:1
-
VC++编写的一个操作系统多线程调度的可视化示例程序显示了OS多线程调度的基本运行规则...
VC++编写的一个操作系统多线程调度的可视化示例程序显示了OS多线程调度的基本运行规则-prepared in a multi-threaded operating system scheduling visualization shows the sample program multithreaded OS scheduling the basic operating rules
- 2022-05-12 21:29:08下载
- 积分:1
-
windows控制台下的俄罗斯方块
一款调用windows api编写的控制台下的俄罗斯方块,所以游戏功能均已实现,操作流畅
- 2023-05-14 10:30:04下载
- 积分:1
-
图像处理类可以很容易的处理bmp等数字图形和图像。如果你使用的话有什么bug 请通知我...
图像处理类可以很容易的处理bmp等数字图形和图像。如果你使用的话有什么bug 请通知我-This image processing class can easily process digital graphs and images, such as bmjp etc.If you find any bug during your use, please notify me.
- 2022-08-14 06:06:13下载
- 积分:1