搜索资源列表
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
datawrite
- 文件写入指定目录,或动态创建目录。主要功能是一些数据的排序。
parallel_spi_programmer1p65
- 该程序的功能为通过计算机并口模拟SPI时序,时序将计算机上二进制文件的数据写入到Atmel spi flash中去。 下载时使用的下载线为Xilinx公司的parallel III标准下载线; 软件支持usb下载,不够下载线是本人自己做的; 下载时,可以指定将数据写入到那一段地址,长度是多少,可以回读数据; 代码使用MFC,有多线程操作,SDI,使用winio作为底层操作 该程序为本人自己的作品。调试通过,下载速率200kbps左右。
LoadMsg
- 自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。 包括从文件读数据,写入加密数据,恢复加密数据。
vb6写入图像或二进制文件信息到MSSQL
- 列出了关键的读取文件和写入数据库的代码,其他的不罗嗦.
IO
- 使用底层文件IO操作函数向文本文件写入数据-The use of the underlying file IO operations function to write data to a text file
RdWrtIni
- 一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
longlong
- 向指定文件写入数据,若文件不存在则自动创建文件,并将数据写入文件末尾。-Write data to the specified file, if the file does not exist will automatically create the file, and write data to end of the file.
ASP2
- 二进制文件写入数据的方案以及如何在数据库中读取数据库中的二进制文件-Binary file write data in the database program and how to read binary files in the database
FileMapTransTxt
- 此程序为 拥戴文件映射方法读取数据,和写入数据很好用欢迎来下载-This program support file mapping method to read data, and write data very well with a welcome to download
writeGetFile
- java文件管理中,对文件写入数据和读取数据简单实例,初学者借鉴-Java file management, the file write data and read data simple examples, beginners learn from
1241
- 该代码主要实现mat文件中数据的写入操作(The code mainly realizes the writing operation of the data in the mat file)
U盘不断写入
- U盘基于文件系统下的不断写入数据,飞思卡尔单片机的程序(U disk based on the continuous write data under the file system, think of Carle microcontroller program)
读取文件写入数据库
- 读取不规则的数据文件,并将里面的数据写入数据库(Read the file and write it to the database)
csv文件读写
- 往xls格式中写入大量数据时耗时长,可采用csv格式,写入文件时间大大缩短(Writing large amounts of data into XLS format is time-consuming, CSV format can be used, and writing time is greatly shortened)
文件
- 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
一组跑车数据
- 该数据为INS/GPS组合导航原始数据。本文件夹提供1条数据,数据包括包括两个数据文件,分别存放惯导IMU、GNSS数据。具体说明均写入说明文档。该数据为网友提供,仅作为算法验证用途。(The data is INS/GPS integrated navigation raw data. This folder provides one piece of data, including two data files, which store INS IMU and GNSS data respe
练习11-写入测量文件
- 这是一个自己用LABVIEW编写的写入测量文件,用于将测量采集到的数据写入文件保存或者是再调用数据。(This is a write measurement file written by LabVIEW, which is used to write the data collected from the measurement to the file for saving or re calling the data.)
Java数据压缩与传输
- Java数据压缩与传输源代码,可以学习一下实例化套按字、得到文件输入流、压缩输入流、文件输出流、实例化缓冲区、写入数据到文件、关闭输入流、关闭套接字关闭输出流、输出错误信息等Java编程小技巧。
文件的读取,计算,写入
- 文本文件的读取、计算、写入,以逗号分隔的文本数据文件的读取,数据的计算,以及计算后的结果文件的写入源代码。(Read, calculate and write the text file, read the comma separated text data file, calculate the data, and write the source code of the calculated result file.)