搜索资源列表
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
usb_camera
- 一个在2440上测试通过的USB摄像头测试程序,直接交叉编译生成可执行文件就可以用了。-In 2440 a test on through the USB cameras test procedures, direct cross-compiling generation executable file can use it.
pThread
- 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
FloppyWrite
- 自己写的linux 软盘镜像生成工具 生成模拟软盘 满足 bochs 使用-Write your own linux floppy disk image generation tool to generate analog floppy meet for bochs use
Programme_of_static_LIB
- linux下静态库生成的编译程序,虽然很简单,但是对于理解很有帮助-compiler generated static library under linux, though very simple, but it is useful for understanding
linux-gcc
- gcc快速入门,在Linux下进行C语言编程,必然要采用GNU GCC来编译C源代码生成可执行程序-gcc linux
start
- 对于启动顺序有要求,而需要后台跑的,加载生成文件的程序,可以使用此种方法-Required for the start-up sequence, and need the background to run the program, load the resulting file, you can use this method
SPI2UART
- 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码将S3C2440的SPI口连接SC16IS752,扩展为2路串口。代码分2部分,分别Make后生成2个.ko文件,分别加载即可使用。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-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
testbench_auto
- 自动生成verilog代码测试平台的perl脚本,使用方便-Automatic generation of Verilog code test platform Perl scr ipt, easy to use
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
gcc-3.3_3.3.6ds1-20~lucid1.diff
- 这是法国Kaleido公司提供了一个手机mmi设计平台,界面都是由工具生成。非常先进,其设计很好。做人机界面的兄弟可以参考一下。要把整个环境搞起来,需要跟他们公司要一个许可证。如果研究的话看一下源码就可以,并且他们网网站上可以找到不少资料,这里我就不上传了。- this gcc-g++-3.3.1.tar.gz is a source file of gcc, you can learn more about gcc through this codes file,
cproto.tar
- cproto 为指定的C源文件中的函数定义生成函数原型到标准输出中-cproto generating function prototype for a function definition specifies the C source file to standard output
log
- log日志记录文件,可以生成文件日志,可以打印到终端。-log log file, you can generate a log file can be printed to the terminal.
btstack
- 蓝牙协议栈btstack的源码,用于iphone的开发。 在XCODE 4.6 /MAC OS LION 10.7.3 上编译btstack步骤: btstack的官网上的介绍各种不靠谱,按照上面的说法根本无法编译成功。 注意:XCODE要和其他APP放在一起,路径为/Applications/Xcode.app。不可省事放在桌面上。 1、下载btstack svn checkout http://btstack.googlecode.com/svn/
md5
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
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] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功
yaffs2utils
- 生成,解压YAFFS2的源代码,安卓底层开发必备工具-source code of yaffs2util that creates and extract yaffs2 image. a must have tool for android low-level development
smsc7500.tat
- smsc7500网卡驱动程序,如果想编译模块,只要把代码放到内核文件夹里,配置下环境变量,就可以生成模块,然后加载到内核就可以了-smsc7500 NIC driver, if you want to compile the module, as long as the code into the kernel folder, configuration environment variable, you can generate the module, and then loaded into
atk-1.9.1.tar
- Achievo ATK是一个面向对象的PHP开发框架。它让开发人员只需关注应用逻辑,而不是编写HTML代码。ATK提供了一个完整的框架,只要10行代码就能开发出一个可用的应用程序,而其它该框架将自动为生成,并完全可自己定制。ATK 常被喻为Ruby on Rails 。 -Dà zhǎn ATK shì yīgè miànxiàng duìxiàng de PHP kāifā kuàngjià. Tā ràng kāifā rényuán zhǐ xū guānzhù yìngyòng luój