搜索资源列表
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
c语言文件加密程序
- c语言文件加密程序-file encryption procedures
cyph
- 3DES数据加密类的实现,根据网上找到的C语言文件改写,还有很多东西没有实现,希望大家共同完成。-3DES data encryption to achieve the category, according to the Internet to find the C language documents rewritten There are many things not realized, I hope we can jointly completed.
c++_ini
- c++语言,跨平台,一个写ini配置文件的类,安全、好用、实用-c language, cross-platform, a document written ini class configuration, security, ease of use and practical
UNIX终端文件下载工具和C源程序代码,含中文说明
- DES 加密系统的 C 语言源代码-DES encryption system in C language source code
c++DateClass
- 本文件是一个用C++语言开发的日期处理类库。
页面置换算法(C语言编写)
- c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of thr
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
gpiomap
- 基于LINUX系统的,GPIO引脚,定义文件,C语言源代码书写-Base linux system gpio define,user c
document_safes
- 这是一个用C语言文件加密和解密的源代码,利用了openssl库中的函数,就像一个文件保险箱,故称之为document_safes.-This is a document with the C language source code for encryption and decryption, using the openssl library functions, like a file safe, so called document_safes.
新建文本文档
- 在linux上用C语言实现一个shell中cp命令的功能,完成对目录和文件的的复制(On the Linux, using C language to achieve a shell command function in CP, to complete the directory and file replication)
linux二级文件系统及报告
- 设计一个简单的LINUX二级文件系统,包括文件的创建删除修改等,C语言实现(Design a simple LINUX two level file system, including file creation, deletion, modification, etc., C language implementation)
杨辉三角
- 本文件是基于C语言实现杨辉三角的生成与打印输出。(This document is based on C language to achieve the Yang Hui triangle generation and print output.)
day05
- c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
SNMP agent
- 基于LINUX下的SNMP表格代理的开发,文件使用C语言进行编程,是很好的表格开发实例,同时附有MIB库文件编写例程,在LINUX平台下面使用mib2c进行模板文件生成。(Based on LINUX, the development of SNMP form proxy is implemented. The file is programmed by C language. It is a good example of tabular development. At the same ti
Desktop
- L牛膝下 用c语言 实现客户端服务器端文件的上传下载功能(Implement the uploading and downloading function of the client server file)
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)
sm4
- SM4的实现,使用C语言编写,包括一个.c和.h 和一个.exe文件。(The implementation of SM4)
AES_CMAC
- 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基