-
Linux内核移植到ARM的毕业论文,以前同学的论文,保存了很,给需要的朋友分享。...
Linux内核移植到ARM的毕业论文,以前同学的论文,保存了很,给需要的朋友分享。-Linux kernel ported to ARM s thesis, the thesis before the students, save for a very, to the need to share.
- 2023-04-12 09:45:04下载
- 积分:1
-
linux 学习的课件,有源码分析,PPT文档,
linux 学习的课件,有源码分析,PPT文档,-linux learning courseware, has source code analysis, PPT documents,
- 2022-08-19 04:48:07下载
- 积分:1
-
unix环境下实现的cmm语言编译器,需要在unix环境下运行,是编译原理课程设计的作业之一...
unix环境下实现的cmm语言编译器,需要在unix环境下运行,是编译原理课程设计的作业之一-unix environment to achieve the cmm language compiler, need to run under unix environment, is to compile the operating principles of curriculum design, one of
- 2022-01-22 03:41:52下载
- 积分:1
-
BSD
bsd-airtools是一个包,为无线802.11b审计提供了一个完整的工具集。也就是它目前包含了一个基于BSD的WEP程序,被称为dweputils (以及为NetBSD, OpenBSD, 和FreeBSD提供的内核补丁)。它也包含了一个基于curses的类似于netstumbler (dstumbler)的AP检测程序,可以用于检测无线访问点和连接的节点,查看到噪音图像的信号,通过被扫描的APs的交互式的滚动,以及查看每一个的统计信息。-bsd- airtools is a package for wireless 802.11b audit provides a complete set of tools. It is currently contains a BSD-based WEP procedure, called dweputils (as well as NetBSD, OpenBSD, and the FreeBSD kernel patch). It also contains a curses based on the similar netstumbler (dstumbler) AP detection procedures can be used to detect wireless access points and connecting nodes to see images of the noise signal, the APs were scanning the interactive rolling, and a check every statistical information.
- 2022-10-24 12:55:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1
-
ICS课程LAB8
ICS 课程的Lab8-ICS courses Lab8
- 2023-01-10 13:40:03下载
- 积分:1
-
linux achieve signal processing, pipeline design communications
linux 下实现信号处理,管道设计通信-linux achieve signal processing, pipeline design communications
- 2022-10-11 12:15:03下载
- 积分:1
-
这是飞信程序在linux上的插件。它的宿主程序是pidgin。
这是飞信程序在linux上的插件。它的宿主程序是pidgin。-This is a process in linux Fetion on plug-ins. Its host program is a pidgin.
- 2023-08-13 00:05:03下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。
source code 2
-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the b
- 2022-01-26 00:11:59下载
- 积分:1