搜索资源列表
Linux-cmd
- Linux Unix 代码 程序 命令 例程 可执行 C程序 编译-Linux Unix code program routines executable C program compiler
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
Compiler-Principle-2
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
code
- 为程序员提供一个可执行的类库。封装了Linux的基本操作,日志文件的写入,IPC,可以缩短开发周期。对于初学linux的*们来说,是个不错的资源。-Provide programmers with an executable library. Encapsulates the basic operation of Linux, the log file is written, IPC, can shorten the development cycle. Linux-in fans for t
IIC
- 适用于tiny6410开发板的IIC测试程序,在android源码中编译成可执行文件-Suitable for tiny6410 development board of the IIC test procedure, compiled into executable files in the android source code
rawsocket
- 基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。 编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。 运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功
uart
- uart测试代码,可测试发送和接收,附编译好的可执行文件,android下编译的Android.mk文件-uart test code, you can test sending and receiving, with the compiled executable file, android compiled under Android.mk file