-
简单的利用了模版的思想,初学者可以细心的学习
简单的利用了模版的思想,初学者可以细心的学习-Simple use of a template of ideas, beginners can learn from careful
- 2022-02-04 17:02:03下载
- 积分:1
-
The importation of a certain period of a day, this is the one to judge the first...
输入某年某月某日,判断这一天是这一年的第几天?-The importation of a certain period of a day, this is the one to judge the first few days this year?
- 2022-01-21 02:34:23下载
- 积分:1
-
文件锁定
这是模拟器基本上开发了在 C# 语言中我们让两个文件系统 1 那文件合并在哪两个用户在同一时间将他们的文件合并和 2 是该文件中,在一个时间只能有一个用户合并他们的文件锁定和第二个用户将被锁定
- 2022-02-12 10:58:19下载
- 积分:1
-
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read. Reading and writing binary files. A creation of a binary files. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read.
- 2022-10-16 20:45:08下载
- 积分:1
-
can give multiple files for batch rename the system;
可以给多个文件进行批量重命名的系统;-can give multiple files for batch rename the system;
- 2022-04-17 10:38:02下载
- 积分: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
-
nRF2401 收发器设计
这包含原理图和 pcb 设计的 NRF2401 收发器与天线老鹰格式中的布局。这是想要知道如何创建示意性的电子设计器和收发器的 pcb 布局非常有用。这里使用的天线是一个跟踪或微带天线。
- 2022-02-02 01:52:59下载
- 积分:1
-
一个D++编辑器,听说是一个14岁的老外写的,代码还不错,有兴趣的朋友可以拿去研究一下。...
一个D++编辑器,听说是一个14岁的老外写的,代码还不错,有兴趣的朋友可以拿去研究一下。-A D++ Editor, heard of a 14-year-old foreigner written code is also good friends who are interested can look away.
- 2022-10-13 15:10:03下载
- 积分:1
-
德尔福另类压缩单元
利用Delphi自带的压缩和解压函数做了封装,方便调用。
可用作自动更新前压缩,更新后解压,或者缩短Socket传输时间等。
- 2023-01-25 07:50:03下载
- 积分:1
-
xml的解析,是用C编写的,目前应用很广,还附带了详细的例子...
xml的解析,是用C编写的,目前应用很广,还附带了详细的例子-xml analytic, is to use C prepared, at present a very wide application, but also comes with detailed examples
- 2022-07-24 00:10:42下载
- 积分:1