-
适合初学者,文件操作,C++开发的简易学生年级成绩系统
用C++,练习类,模板,相关知识,充分理解面向对象思想,设计实现一个方便快捷的年级成绩管理系统,供学生、教师、教务处管理人员使用。能让大家各取所需,学生详细了解到自己的具体信息;老师等能够纵观全局,掌握总体情况;教务处人员有最高特权更改错误信息或进行整体管理等,各自不可逾越。采用文件存储。
- 2022-12-13 03:45:03下载
- 积分:1
-
This is a tool to find key word in Office Word Document.
使用C#编写的一款Office Word文档的关键字查询工具-This is a tool to find key word in Office Word Document.
- 2023-07-17 03:40:03下载
- 积分:1
-
Ini文件读写,集成了一个类,有一个例子程序
Ini文件读写,集成了一个类,有一个例子程序-Ini document literacy, integration of a kind, an example procedure
- 2022-01-25 18:43:27下载
- 积分:1
-
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨...
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨耍一下,-sinicized PS games before the time of writing tools, is to look into their own documents to the Fonts font.grp The data can also modify the data. VB fringe write the source code. The game might play fanatical about, huh
- 2022-05-19 19:06:13下载
- 积分:1
-
这是一个文件操作。也非常简单。有意的网络爱好者,可以打开看看。。。。。哈哈,希望有意者能和我聊系...
这是一个文件操作。也非常简单。有意的网络爱好者,可以打开看看。。。。。哈哈,希望有意者能和我聊系-This is a file manipulation. Very simple. Fans interested in the network, can open look. . . . . Haha, hope those who can chat line and I
- 2022-08-14 22:18:42下载
- 积分:1
-
100 point get for Me
你好。
- 2022-02-12 00:21:21下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1
-
英文词干化
这个程序用来把英语单词词干化,从而节约电脑内存,以及 外部磁盘的存储空间,这样不仅在空间上有了优化,在时间上也有了优化。而且,这样分词后,意思相近的就可以看做是一个单词,有利于处理文档和查询关键词,提高查询效率。
- 2022-07-09 10:42:42下载
- 积分:1
-
一个文件管理系统,可以实现文件增加、删除。查找等功能。...
一个文件管理系统,可以实现文件增加、删除。查找等功能。-A document management system that can realize a document to add, delete. Find functions.
- 2022-07-05 11:15:28下载
- 积分:1
-
off模型与obj模型相互转化
在很多情况下,需要将不同的文件格式转换为我们需要的文件,或者其他的软件需要这样的文件,而另一个需要编程的程序又需要那样的文件。此程序需要off与obj文件可以需要转换。
- 2023-02-09 07:20:08下载
- 积分:1