搜索资源列表
c++_blowfish
- 标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and encryption paper presentations, faster
标准DES加密算法
- 用C语言实现的DES加密算法,简单高效,值得看看。-the DES implemented in C, simple and effected, worthy of look.
MD5_zka
- MD5加密算法,用标准C++完成,需要在UNIX系统上执行make来运行.可修改代码.-MD5 encryption algorithm, using standard C completed, in UNIX systems make the implementation run. code can be amended.
mytop
- 用标准C实现unix和linux环境下的TOP命令-achieved using standard C unix environment and the Linux command TOP
C++Convert
- view plaincopy to clipboardprint? 标准c++中主要有四种强制转换类型运算符:
c++andunixc
- 标准c++的学习源代码。还有uc代码 15天c++学习代码和4天unix c学习代码 使用gcc编译器,solaris环境,完全通过编译,源自达内科技学习笔记
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
SHA1加密算法,标准C实现
- SHA1加密算法,标准C实现,已经测试通过。,SHA1 encryption algorithm, the standard C implementation, testing through
RSA-base-c-program.rar
- 基于C语言的RSA算法实现 用标准C语言实现了RSA算法 编译通过验证,C language based on RSA algorithm
base64
- 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
Cfunction
- C语言库函数查询———提供标准c函数和linux下的c函数查询-C language library function provides a standard query--- c function and c under linux function query
unicodeutf8
- 标准c代码,在 unix环境下运行 unicode 与utf-8 互转源代码 -Standard c code in the unix environment to run unicode and utf-8 conversion source code
Random
- 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
telnet
- 用标准C实现的telnet通讯函数,基于unix平台及telnet通讯协议-Implemented using standard C telnet communication function, based on unix platforms and telnet protocol
copy_M.c
- 用标准c的I/O库函数实现对一个文本文档的逆序- C using standard I/O library functions to achieve the reverse of a text document
first_standardc.c.tar
- 标准c实现文件内容的逆转,并可用time,strace进行程序跟踪测试。- Standard c to achieve the reversal of the contents of the file, and available time, The strace program to track test.
C
- 本书讲述的是应用于PC和UNIX系统上的ANSI标准C语言。-This book is applied to PC and UNIX system on the ANSI standard C language.
Linux-C-fun
- 包含了linux C的大部分系统调用以及标准C函数的解析,方便查找。-Contains a Linux system calls and most of the C standard C functions, convenient search.
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
C语言标准与实现
- 讲解C语言的实现,深入到汇编级别,描述C运行时环境等内容,适于高级程序员阅读。(Explain the implementation of C language, go to assembly level, describe C runtime environment and so on, which is suitable for senior programmers to read.)