-
vc rope programming source code
vc++ rope 编程 源代码-vc rope programming source code
- 2022-07-18 01:35:58下载
- 积分:1
-
linux程序中播放flash的咚咚 文件扩展名为tgz,没办法,系统不让用tgz,所以请自己改名字...
linux程序中播放flash的咚咚 文件扩展名为tgz,没办法,系统不让用tgz,所以请自己改名字-procedures players behind the flash file extensions called tgz, no way, the system not used tgz, so please change their names
- 2023-08-23 10:45:02下载
- 积分:1
-
Linux编程的源代码,包括各种系统调用的用法。
学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
- 2022-07-21 21:06:59下载
- 积分:1
-
华清远见linux预科班和培训讲义(内部大…
华清远见linux预科班培训讲义(内部资料)-Huaqing foresight linux matriculation classes and training handouts (internal data)
- 2023-02-14 16:35:06下载
- 积分:1
-
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!...
用c写的ftp客户端源代码,可以在UNIX,Windows下编译通过,学习的好代码!-used to write the ftp client source code, in UNIX, Windows compile and study the good code!
- 2022-08-23 18:47:31下载
- 积分:1
-
8139driver_in Linux2.4 X)。
8139driver_in)linux2.4.x
- 2022-01-26 04:22:00下载
- 积分:1
-
Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短...
Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间
内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础。虽然所选择的版本较低,
但该内核已能够正常编译运行,其中已经包括了LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作
机制。书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间
的重要区别和改进方面,给出了选择0.11(0.95)版作为研究的对象的原因。另外介绍了内核源代码的组织结构及相互关系,
同时还说明了编译和运行该版本内核的方法。然后本书依据内核源代码的组织结构对所有内核程序和文件进行了注释和详细
说明。每章的安排基本上分为具体研究对象的概述、每个文件的功能介绍、代码内注释、代码中难点及相关资料介绍、与当
前版本的主要区别等部分。最后一章内容总结性地介绍了继续研究Linux 系统的方法和着手点。2-A Heavily Commented Linux Kernel Source Code
- 2022-12-01 11:30:04下载
- 积分: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
-
Web URL 解析程序客户端
Web URL 解析程序客户端-Web URL analytic procedures client
- 2023-04-22 11:55:03下载
- 积分:1
-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分:1