资源列表
gps_test.rar
- 该程序在Linux下面测试GPS模块的输出数据,其他应用编程可直接借鉴里面函数。,The program in Linux to test the following GPS module output data and other application programming directly from inside the function.
linuxlcd.rar
- linux下LCD的驱动开发源程序,内含应用测试代码,LCD drivers under linux source development, including the application of test code
gefTest.zip
- GEF初学者可以用来对照的小例子,实现了简单的创建图形的功能,GEF beginners can be used to control a small example of the realization of a simple function to create graphics
SegY.rar
- 打开segy文件并显示图形 显示卷头 道头等数据,Open segy document and display graphics toudao top volume data
Linux_g2ipmsg-0.8.6.rar
- 飞鸽传书的linux源代码,经典,对LIUNX网络编程学习有非常大的帮助,Dove Chuan-book linux source code, a classic study of LIUNX network programming has a very great help
《24小时学通qt编程》 第4章的代码
- qt实例代码!《24小时学通qt编程》 的代码!不错!已经在qt2.3.7调试ok!第4章,qt examples of code! 24-hour programming Xuetong qt code! Yes! Has qt2.3.7 debug ok! Chapter 4
Inifile.rar
- ini文件访问库C函数,方便linux下使用!,ini file access library C function, to facilitate the use of linux!
jpeg_drv.rar
- linux s3c6410 jpeg decoder driver,linux s3c6410 jpeg decoder driver
POS.rar
- 福建博洋教育C/C++软件项目实战:POS收银系统,Bo Yang Fujian Education C/C++ software project combat: POS cash register systems
smplayer-0.6.6.tar.gz
- 以mplayer为后端的QT gui播放器。,Mplayer in the QT gui for the back-end player.
Hi3510-New.rar
- 海思Hi3510 Linux驱动源码,适用于IP camera,Hisilicon Hi3510 Linux driver source code for IP camera
capture.rar
- //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENIN