搜索资源列表
Filejava
- java中的文件处理方法.有输入输出流,和文件读取流的用法-of document processing methods. With input and output streams, and the flow of documents to read Usage
DES数据加密算法
- (C++)语言下文件输入输出函数的一些局限性 数据加密算法原理、实现-(C) language input and output file under some limitations function of data encryption algorithm theory, realization
CDes_standard
- 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
hadoop-invertedindex
- 基于Hadoop的反向索引的生成工具。输入一系列文本文件,输出word和其出现的文档和位置-Hadoop-based reverse index generation tool. Enter a series of text files, the output word and its emergence and location of the document
car2cif
- 将VASP输入/输出结构文件(POSCAR/CONTCAR)转换为MS可读的.cif文件-This program transforms the CONTCAR/POSCAR file data form to a *.cif file which can be read by MS or other softwares.
2
- BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
FileSystemdata
- 用C#编写的文件系统数据,包括了流的输入输出对象-Using C# Prepared file system data, including the flow of input and output object
management
- 应用C语言实现一个员工工作信息管理系统 主要任务是实现对一个员工的各类人员的相关信息进行输入 输出 列表等操作。主要技术是使用数组,将数据存储到二进制文件中-Application of C language implementation of a management information system staff main task is to achieve a staff of all categories of personnel to carry out the relevant
DES
- des源码 我学c语言做的 望多多支持 八位输入 文件输出 文件输入 八位输出-des when I learned c language I worked it out hope to do more to support me
x264codingprocess
- 一个x264编码的可执行程序 x264.exe,因为我只修改了 x264 的算法,未加入任何汇编,也没有修改x264的接口和功能,所以原版 x264 能运行的平台,此程序也应当能运行,且功能及调用方式不变。 执行命令方式为: -o 输出文件 输入文件 宽x高 -B 目标码率-X264 encoding an executable program x264.exe, because I only modified x264 algorithms, not to join any compi
Manege_Worker_Please
- 本设计基于对所学编程语言的基本操作的熟练掌握于运用,涉及了所学知识的多方面内容,因此所实现的功能十分简单,仅仅包含对人员的*姓名*性别*年龄*编号4项信息的基本操作,以及对登陆系统口令的相关操作。 设计目标 (1)灵活运用基本数据类型 (2)灵活运用基本输入输出以及其修饰细节 (3)熟练掌握类的继承和定义构造析构成员 (4)熟练掌握经典菜单的使用 (5)熟练掌握磁盘文件的操作 (6)巩固向量与类共同封装操作数据的习惯 (7)进一步理解类的:封装性,继承性,多态性
pollmonitor
- 使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入
vaspkit-0.14.tar
- 主要功能有: 1,把POSCAR 或者CONTCAR转化为cif 或xsf格式; 2,提取电荷,自旋密度,使用vesta软件可视化。 3,提取总,偏态密度,以及t2-e态密度 4,提取总能带或其中某一原子的某一轨道的能带(投影能带)。 文件输出格式: 1,结构可视化文件输入文件为poscar.cif 或contcar.cif, 用MS, VESTA或其它可视化软件软件打开; 2,输出总态密度文件为tdos.dat, 偏态密度文件为pdos.dat, 使用orig
chen_kezhao_p1.tar
- 蛮力算法 经测试 采用读取文件的方式输入输出-Brute force algorithm is tested using input and output to read papers
myshell3
- 实验要求:在Myshell系列实验之二的基础上,增加下列功能: 1根据接收控制台命令,如包含’>’符号,则进行输出重定向到文件,如: ls /home/mydir > mylist.txt 2根据接收控制台命令,如包含’<’符号,则进行输入重定向到文件,如: sort < mylist.txt 3根据接收控制台命令,如包含’>’和’>’符号,则进行输入输出重定 -Experimental requirements: The second
Guitar-Shop-Program
- 吉他店程序实现 C++吉他店及店内库存乐器类管理程序,C++程序 一共有四个类,不仅可以卖吉他,还有其他类的乐器可以出售,而且,要提供初始化库存信息,所以用了TXT文件输入输出,比较简单,还有可以根据不同的属性查询乐器,有:名称,价格,制造商,背板材料,模型,类型等,而且如果没有此乐器,要显示库存没有,我又增添了乐器出库(卖出)四个类:1、库存管理员类 2、仓库类 3、乐器类 4、吉他店类(组合类)-Program for the guitar shop guitar shops and C
Y86Tobinary
- 将y86指令转为二进制执行代码,文件输入输出。-Y86 instructions into binary code execution, input and output files.
test
- 本练习主要针对C++语言的文件输入输出处理,同时包括读取文件类型并播放MP3类型文件。-This exercise mainly the targeted C++ language file input and output processing, including reading the file types at the same time and play MP3 type files.
123
- 简单的文件输入输出加密方式。自己选择密码-Simple way of encrypted file input and output. Choose your own password
