搜索资源列表
哲学家就餐问题c语言实现
- c语言实现的哲学家就餐问题
ls.rar
- linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
chttp.rar
- Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。,Linux C HTTP
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
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
client
- C语言实现的FTP客户端,与服务器相连接,实现上传下载功能-FTP
search
- linux 下搜索引擎 C语言实现 终端下运行-linux search engine under the C language
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
新建文本文档
- 在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语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
杨辉三角
- 本文件是基于C语言实现杨辉三角的生成与打印输出。(This document is based on C language to achieve the Yang Hui triangle generation and print output.)
test
- 使用c语言实现的Unix基础控制台,包含管道和逻辑指令处理(Fundamental Unix command console, using C language, including pipe and logical command)
fft4
- FFT及IFFT算法的C语言实现,信号发生器产生的正弦信号在通过该算法可以准确算出频率(The implementation of the FFT algorithm in the C language)
fft5
- FFT及IFFT算法的C语言实现,信号发生器产生的正弦信号在通过该算法可以准确算出频率,计算耗时较短。(The implementation of the FFT & IFFT algorithm in the C language,After testing,the results are reliable.)
Desktop
- L牛膝下 用c语言 实现客户端服务器端文件的上传下载功能(Implement the uploading and downloading function of the client server file)
双线程例子
- C语言实现双线程,代码简单易懂,对理解双线程的初学者有很大的帮助(The realization of double threads in C language)
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.)
7.C语言MySQL数据库连接池
- C语言mysql连接池 , C语言底层实现mysql数据连接池(C language MySQL connection pool and C language bottom layer realizes MySQL data connection pool)
BCC异或校验算法(C语言实现)
- BCC异或校验算法(C语言实现) 将报文按位异或后取反+1 得到异或校验码