资源列表
ScanOldFiles
- 扫描C盘目录下的旧文件并显示在界面的LIST中-Scan old files in the directory of the C drive and display interface LIST
VB_programming_text_string_encryption_operation.ra
- VB编程实现文本操作_字符串加密VB programming text _ string encryption operation-VB programming text _ string encryption operation
DBRestore
- 通过mysqldump实现mysql数据库备份和恢复-Backup mysql DB
dir
- vb 使用FSO对象快速遍历目录中的文件
jisuanji
- 计算机机房管理系统。管理机房学生上机登记,课学生登记,也可管理员查询-Computer room management system. Management Computer Room machine registered courses students registered administrator for
FEC
- An static circular file
pbl-editsourcr
- 探讨了pbl的格式,Pbl有四种块类型,即Header、Free、Node、Data。Header块的前四个字节一定是HDR*,Free块则是FRE*,Node块是NOD*,Data块是DAT*
TXTtoEXCEL
- 将一定格式的TXT文件写入到EXCEL表格中。-TXT file format will certainly write to the EXCEL table.
(File)IO
- 程序中包含文件操作的所有步骤,包括创建,读文件,写文件,程序员使用时只需把文件名改一下即可-Program file operations included all the steps, including creating, reading documents, writing paper, programmers use only what you can change the file name
Logfile
- 记录日志, 可以用来写日志. 一个日志的类. 提供了编写,存储日志的功能
asdfgg
- 用汇编编写的简单的四则运算,能实现+、-、*、/,支持多位数。-prepared with a simple compilation of the four operations, able to support more ,-,*,/, median.
2
- 校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 [测试数据] 由个人根据实际情况自行指定。 [实现提示]