资源列表
minicom-2.5.tar
- linux下检查串口设备的程序,相当于windows串口助手-failed to translate
Linux-driver
- Linux设备驱动详解,对于初学者入门很有帮助,涉及到字符驱动、块驱动和网络驱动等-Linux device drivers explain, very helpful for beginners , related to the character-driven, block drivers and network drivers, etc.
File-system
- Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
vnc
- 有两个程序在这里的两个子目录: vncviewer的 - 这是VNC查看器或客户端,程序为Win32。 WinVNC的 - 这是VNC服务器为Win32。它允许NT桌面 使用VNC查看器远程访问。-There are two programs here in the two subdirectories: vncviewer- this is the VNC viewer, or client, program for Win32. winvnc-
grub4dos-0.4.4-2009-01-11
- 现在家用电脑的操作系统大多都是用的 Windows,但在1995年Windows 95推出以前,占统治地位的操作系统是DOS(Disk Operation System 磁盘操作系统)。-gurb tool
my_usbhost3
- 自己实现的USB Host端主控制器驱动编程 -Their implementation of USB Host controller driver side of the main programming
ubootstudynote.tar
- uboot 移植及启动,详解和学习笔记。 对uboot移植很有用-uboot transplant and starting, explain and study notes
connman-1.1
- 电视操作系统中connman的控制程序,在linux下用C编程-TV operating system connman control program in the C programming under linux
ALPS_Build_Environment
- MTK6572编译环境搭建和编译流程,希望这个文档对你有所帮助。-MTK6572 compilation environment to build and compile the process, I hope this document for your help.
chumo_huantu
- 此程序为tiny6410触摸屏+LCD驱动程序,此程序实现了点击触摸屏查看图片的功能,有左右功能键-This program to tiny6410 touchscreen LCD driver, this program click on the touch screen to view pictures with left and right function keys
Gxlcms_v1.1.4.20151210
- Gxlcms有声小说可以通过采集来丰富自己的网站内容: 目前Gxlcms已经免费为大家开通了酷听网资源站免费采集节点-Gxlcms has the sound of the novel can enrich their own web site content: Currently Gxlcms has been free for everyone to open the cool to listen to the network resource station free collec
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有