资源列表
c++
- c++排队仿真程序 我是没看懂-c++ queuing simulation program I did not understand
game
- 自己写的VC+WIN32++俄罗斯方块源代码,仅供参考-Wrote it myself VC+ WIN32++ Tetris source code, for reference only
C++
- 一个简单的通讯录系统,可以实现查询、添加和删除等功能。-A simple address book system that can query, add and delete functions.
daima
- 高斯克吕格投影直角坐标公式对经纬度和直角坐标进行转化-High斯克吕格projection formula rectangular coordinates and rectangular coordinates of latitude and longitude conversion
VB
- 实现某班级的图书信息管理,图书的基本信息包括书号、书名、作者、单价、数量和简介-The achievement of a certain class of information management books, books of basic information including the ISBN, title, author, price, quantity and Introduction
tushuguanli2
- 实现某班级的图书信息管理,图书的基本信息包括书号、书名、作者、单价、数量和简介-The achievement of a certain class of information management books, books of basic information including the ISBN, title, author, price, quantity and Introduction
IwinkCar
- 简易汽车租赁系统,开发环境为C#2005-Simple car rental system, development environment for the C# 2005
A_D
- 8路输入模拟信号数只显示电路,有集成电路0809完成-8-input analog signal of a few display circuit, a complete IC 0809
clock
- 一个自制的闹铃小程序,小巧,对初学者有很大的帮助,内带有媒体播放的支持,功能介绍:设置闹铃时间,在面版上直接按回车报读当前时间.-A self-made alarm applet, compact, and very helpful to beginners, with the support of a media player, functional descr iption: Set the alarm time, directly in the panel and press the En
icon
- 大量的图片,可以存储为ico和bmp,非常好用-A large number of pictures, can be stored for the ico and bmp, very easy to use
PrcMgr
- 一个检查当前系统中有哪些进程在运行,并且显示对应进程的名称、说明和备注,本工具无需注册、安装。-An inspection system in which the current process is running, and shows the corresponding process name, descr iption and notes, the tools are not required to register, installation.
fileopenandwrite
- 3.1 磁盘存取简介 3.1.1 利用FCB(文件控制块)存取磁盘文件: (2) 在程序的数据段设置FCB和DAT(数据传输区)。 (3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。 (4) 用DOS功能设置DAT地址。 (5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。 (6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。 -3.1 Introduction 3.1.1 disk