搜索资源列表
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
up_down_file
- linux之间实现通信上传下载的方式,主要运行于自动控制系统。-uploading and downloading the way of communication between linux, mainly running on automatic control system.
lmwin6
- dt930驱动,按以下步骤操作: 1 安装USB文件夹下的驱动 2 把通讯座用USB线与电脑连接,通常会自动安装驱动。 3 安装完成后,打开lmwin程序,在configure菜单下选择B.S/B.B(IOBOX),并set as default。 4 找到安装路径下的device.ini文件,用记事本打开,把 [BS/BB] MAX_DEVICE= 改为 [BS/BB] MAX_DEVICE=1 5 把down.scr和receive.scr两个脚本文件
xbmd1
- pcie 安装程序,在linux启动时自动运行,安装驱动程序-pcie installation program, auto running after OS startup
cPPsourceCodeForStudyLinux
- 这是包含了 linux下的c++学习的若干示例代码,已经编写好了makefile 和 自动运行脚本。这是原创,绝无雷同,是本人平时的学习记录。希望对你有帮助-these are some sourcecode for studying c++ in linux.makefile and shell file which are used to test are written.hope u like them.