搜索资源列表
sqlist
- 链表算法应用,如:链表初始化、创建、插入、删除等操作。-The list of the algorithm, such as: the list of the initialization, create, insert, and delete operation.
list_example.tar
- 内核中的链表demo,对理解内核代码中的链表设计非常有用,代码中包含详细注释,对内核源码开发有一定帮助-The kernel linked list demo to understand the design of the linked list in the kernel code very useful, the code contains detailed notes on the development of the kernel source to some extent help
misc_ok
- miscdevice共享一个主设备号MISC_MAJOR(即10),但次设备号不同。所有的miscdevice设备形成一个链表,对设备访问时内核 根据次设备号查找。-Miscdevice share a major number MISC_MAJOR (10), but the device number is different. All miscdevice equipment to form a linked list, access to equipment when the kerne
code
- 将一个格式混乱的手机通话记录单中的数据提取出来,修改格式之后存入另一个txt文件-The data from one format confusing phone call records list the extracted txt file into another format after modification
use_list.tar
- 采用Linux内核链表的形式,实现了一个双向链表的增删改查功能的简单系统 适合学习Linux内核链表的用法-In the form of Linux kernel linked list to achieve a simple CRUD functionality of a doubly linked list system for learning how to use the Linux kernel list
the-region-set-operate
- 区间操作练习 允许两个操作,add(min,max)和del(min,max),一开始区间内为空,每个操作后算出区间内的集合,要求能自动合并、拆分集合。例如: 操作1:add(1,7) 区间内的集合:(1,7) 操作2:add(9,10) 区间内的集合:(1,7)、(9,10) 操作3:del(3,5) 区间内的集合:(1,2)、(6,7)、(9,10) 操作4:add(3,8) 区间内的集合:(1,10)-region set operate,you can add
Ubuntu(Linux)-unzip-detailed-.doc
- Ubuntu(Linux) 下 unzip 命令使用详解 1.功能作用:解压缩zip文件 2.位置:/usr/bin/unzip 3.格式用法:unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]-Ubuntu (Linux) under the unzip command Detailed A functional role: Unzip the zip file 2 positio
fypltxsj_v1.4
- 风越网页批量填写数据提取软件,可自动分析网页中表单已经填写的内容,保存为填表规则,使用时,只需调用此规则便可自动填写表单、点击网页元素,抓取网页文本内容、下载指定的网页链接文件。 本软件支持的页面填写类型、控件元素种类更多,准确性更高。其它填表工具一般不支持的:多框架页面(frame)、多选列表、HTML文本(ifr a me)输入方式,本软件一般都可正确填写。 本软件不仅可用于普通办公填表,更可扩展为批量注册、投票、留言、商品秒杀、舆情导控、刷-信誉、车牌抢注等工具。 -W
msh
- 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
mm.c
- 非常简单的虚拟内存c代码实。主要实现malloc, init, free, relloc四个函数,用外在的free list实现-a very simple c code virtual memory implementation
myshell
- 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
stack
- 学习linux必备,单循环和双向循环链表代码,含详细注释,拿走不谢-Learning Linux necessary, single cycle and the bidirectional circular linked list code, with detailed notes, take not at all
code
- 常用的算法以及常见的数据结构的实现代码,链表、堆栈等。-Common algorithm and common data structure to achieve code, linked list, stack, etc..
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
student
- 本程序是适合有c编程基础者使用,属于初学者开发程序1.有学生模块(成绩信息,个人资料等) 2.教师模块(教师资料,管理学生成绩等) 3.设一管理员,可对在校师生所有数据进行管理 4.采用双向链表实现数据的增删查改,采用文件保存数据信息-This procedure is suitable for those who have the basis of c programming, procedures 1. Student module (performance information, per