CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - directory
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - directory - List
[
Linux driver
]
cp
DL : 0
linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
Date
: 2025-12-30
Size
: 7kb
User
:
urey
[
Linux driver
]
base
DL : 0
proc base directory handling functions driver for Linux.
Date
: 2025-12-30
Size
: 17kb
User
:
zaorangbun
[
Linux driver
]
mtd-for-linux
DL : 0
Linux系统下的flash驱动程序源代码,芯片为s3c2410,nand Flash驱动位置文件主要在nand目录下,nor Flash 驱动配置文件主要在maps目录下。-Linux system flash driver source code, chip s3c2410, nand Flash drive position papers mainly in the nand directory, nor Flash Drive configuration files are in the maps directory.
Date
: 2025-12-30
Size
: 491kb
User
:
白龙
[
Linux driver
]
r6aii-remote-control-code
DL : 0
R6AII遥控器的遥控代码,如果你刷机不小心遥控变砖了,记得根目录放上这个-R6AII of the remote control code, if you are not careful Brush remote bricked, I remember putting the root directory
Date
: 2025-12-30
Size
: 1kb
User
:
secbase
[
Linux driver
]
cvs-root.tar
DL : 0
将已做好的linux文件系统目录转换成bin文件的软件。-Will be ready for linux file system directory into the bin file of the software.
Date
: 2025-12-30
Size
: 534kb
User
:
OROWENVAY
[
Linux driver
]
cpdir
DL : 0
Linux 下能够复制文件目录及文件内容-Linux can copy files under the directory and file contents
Date
: 2025-12-30
Size
: 1kb
User
:
景玉飞
[
Linux driver
]
myls
DL : 0
myls 实现对输出的文件、目录进行排序等功能。-myls achieve the output file, directory, sort and other functions.
Date
: 2025-12-30
Size
: 2kb
User
:
范轶聪
[
Linux driver
]
linux-test_11
DL : 0
编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能-Write a program to achieve copy all contents of a directory to another directory functions
Date
: 2025-12-30
Size
: 17kb
User
:
强大
[
Linux driver
]
cp
DL : 0
编写一个程序,实现将一个目录的所有内容复制到另一个目录的功能。要求: 源文件(目录)和目标文件(目录)的属主、权限等信息保持一致; 每复制一个文件(目录),在屏幕提示相应信息; 当遇到符号链接文件时,显示该文件为链接文件,不复制。-Write a program to achieve copy all contents of a directory to another directory functions. Requirements: source file (directory) and the target file (directory) of the owner, permissions and other information remains the same each copy of a file (directory), the screen prompts the appropriate information When faced with a symbolic link file, display the file as a link files are not copied.
Date
: 2025-12-30
Size
: 1kb
User
:
冯妮
[
Linux driver
]
camera_480272_64xx
DL : 1
安装步骤 第一步:先检测是否安装了3.3.2交叉编译器(交叉编译器一定要安装到/usr/local/arm目录下) 第二步执行 make clean 第三步执行make 在使用开发板上的camera之前要注意的是,在启动linux之前一定要先插上camera,否则camera无法正常使用,因为在启动linux的时候就必须开始对camera进行配置和ID的识别-Installation Step 1: First check if installed 3.3.2 cross compiler (cross compiler must be installed to/usr/local/arm directory) Step execute make clean make use of third-step development board Before the camera should be noted that before the start linux sure to plug in the camera, otherwise the camera does not work properly, because when you start linux must begin to recognize the configuration of the camera and ID
Date
: 2025-12-30
Size
: 163kb
User
:
wj
[
Linux driver
]
vim_config
DL : 0
vim配置文件vimrc,拷贝到home目录下就可以直接使用-vim configuration files vimrc, copied to the home directory can be used directly
Date
: 2025-12-30
Size
: 883kb
User
:
夏侯佐鑫
[
Linux driver
]
2011813035ex4
DL : 0
熟悉Linux操作系统中的文件与目录管理的概念。 2)掌握Linux操作系统中常用文件管理指令。 3)使用文件系统的一般方法。 4)掌握硬链接和软链接的建立及使用。 5)进一步了解文件系统结构。 -Familiar with the concept of the Linux operating system file and directory management. 2) to master the Linux operating system commonly used file management commands. 3) a method using a general file system. 4) the establishment and use of master hard links and soft links. 5) Learn more about the file system structure.
Date
: 2025-12-30
Size
: 338kb
User
:
sunny
[
Linux driver
]
md5
DL : 0
基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:在命令行下输入 ./md5 [-参数] 运行程序。根据不同的功能,参数分为五种类型,功能如下: h是帮助信息 t是测试MD5应用程序 c是计算指定文件的MD5值 mv是手动验证指定文件的完整性 fv是通过.md5文件验证指定文件的完整性-MD5-based file integrity testing procedures, contains four files: md5.h, md5.cpp, test.cpp, nankai.txt. Which implements md5.h md5 file with md5.cpp class. test.cpp file contains the main function of the entire program, perform different functions depending on the command, such as display summary information, generate MD5 digest. nankai.txt the book provides file integrity verification test files used. Readers can write your own program to generate md5 summary nankai.txt then be compared with the results of the book, to verify the correctness of compiled programs. Compile: command line mode, switch to the code directory, enter make press Enter. Run: At the command line, type ./md5 [- arguments] to run the program. Divided into five types, the following functions depending on the functions, parameters:. H is help t test MD5 application c is calculated MD5 value of the specified file mv fv manually verify the integrity of the specified file is specified by md5 file validation file integr
Date
: 2025-12-30
Size
: 20kb
User
:
xuting
[
Linux driver
]
rawsocket
DL : 0
基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。 编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。 运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功能。参数功能如下: s是根据源IP地址过滤数据包 d是根据目的IP地址过滤数据包 a是过滤ARP包 t是过滤TCP包 u是过滤UDP包 i是过滤ICMP包-RawSocket based packet filtering program, contains a total of seven files: inetheader.h, rawsocsniffer.h, rawsocket.h, rawsocket.c, rawsocsniffer.c, main.c, makefile. Compile: command line mode, switch to the code directory, enter to compile make. Generates an executable file main, and some obj files compiled after. Run: command line input/main [-s source IP] [-d purpose IP] [-atui] to run the program, you can set different parameters can be achieved simply filtering. Parameter functions are as follows: s is to filter packets based on the destination IP address d is filtered packet is a packet filtering ARP is to filter TCP packets t u i is a UDP packet filtering based on source IP address filtering ICMP packets
Date
: 2025-12-30
Size
: 11kb
User
:
xuting
[
Linux driver
]
Uart--android
DL : 0
1"uart_v1.0.tar\uart\jni"目录下是JNI源码。 2."uart_v1.0.tar\uart\uart_stub\module"目录下是HAL源码。 这是在android下实现串口的程序,那包括hal,jni,java的代码。可以是进入android底层开发的入门提升程序。-1 under " uart_v1.0.tar \ uart \ jni" directory is JNI source. 2 Under " uart_v1.0.tar \ uart \ uart_stub \ module" directory is HAL source. This is a serial in the android program that includes hal, jni, java code. Getting into the android can be developed to improve the underlying program.
Date
: 2025-12-30
Size
: 57kb
User
:
addia
[
Linux driver
]
GYR
DL : 0
陀螺仪l3gd20驱动,加入相应目录编译即可,包含c文件和h文件-Gyroscope l3gd20 drive, add the appropriate directory compiled to contain c files and h files
Date
: 2025-12-30
Size
: 12kb
User
:
云云
[
Linux driver
]
compass
DL : 0
compass fxos8700 指南针驱动,加入相应驱动目录编译即可。-compass fxos8700 compass drivers, adding the appropriate drive directory compiler can.
Date
: 2025-12-30
Size
: 7kb
User
:
云云
[
Linux driver
]
5120379003.tar
DL : 0
This lab is split into three parts. The first part concentrates on getting familiarized with x86 assembly language, the QEMU x86 emulator, and the PC s power-on bootstrap procedure. The second part examines the boot loader for our course kernel, which resides in the boot directory of the lab tree. Finally, the third part delves into the initial template for our course kernel itself, named JOS, which resides in the kernel directory.
Date
: 2025-12-30
Size
: 685kb
User
:
Zhang
[
Linux driver
]
insmod
DL : 1
自己写的insmod可执行程序,可以替换bin目录下的insmod文件。可以参考参考。-Write your own insmod executable program that can replace insmod file bin directory. You can refer to reference.
Date
: 2025-12-30
Size
: 18kb
User
:
邵永初
[
Linux driver
]
dedecmsmb_fjdw_v0.1
DL : 0
自己写的dedecms仿煎蛋网模板,不完全一样,但基本是煎蛋的路子下来的。喜欢的免费下载。 安装方法: 1、解压后上传到dedecms根目录。 2、登录dedecms后台,系统设置,系统基本参数,模板默认风格设置为:zzbeta(这个名称可以随便改,前提是要和上传到templets目录中的zzbeta目录一致。) 3、模板编码使用 gb2312,如果使用 utf-8 会出现乱码。-Write their own network of dedecms imitation Fried egg template, not exactly the same, but the basic is fry eggs on the way down. Like the free download. Installation method: 1, upload the unzipped dedecms root directory. 2, login dedecms background, system Settings, basic parameters, the template is set to the default style: zzbeta (can literally change the name, the premise is to and uploaded to the templets of zzbeta directory.) 3, templates, use gb2312 encoding, if use utf-8 will appear garbled.
Date
: 2025-12-30
Size
: 74kb
User
:
Las
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.