资源列表
video_test
- linux下,通过调用uvc 摄像头来使用v4l2编程,获取yuyv的图像数据,有兴趣的朋友可以看看(Under Linux, using uvc camera to use v4l2 programming, get yuyv image data, interested friends can see)
GB28181.tar
- 28181功能代码,实现28181平台接入。(28181 function code, the realization of the 28181 platform access.)
yade离散元软件教程
- yade离散元教程,帮助你熟悉并上手在ubuntu系统下进行yade开发(this file can give you some ways to get familiar with the open-source software name yade base the discrete element method.)
p4vasp
- vasp计算完能带和态密度之后,用P4vasp来画出能带和态密度图,也可以查看体系结构(draw bandstructure and dos)
C语言标准与实现
- 讲解C语言的实现,深入到汇编级别,描述C运行时环境等内容,适于高级程序员阅读。(Explain the implementation of C language, go to assembly level, describe C runtime environment and so on, which is suitable for senior programmers to read.)
admin
- iapp后台功能用于对接iapp,适用于iapp后台(iappadminIn the background of the program, do not use it for illegal activities)
busybox-1.16.0.tar.bz2
- 主要用于生产文件系统,编译工具用arm的交叉编译,编译内核的工具要和这个一直才能正常运行
chathome
- 网络编程,socket,客户端与服务器,简化版网络聊天室(Network programming, socket, client and server, simplified network chat room.)
564449
- 蓝牙音频连接SCO建立的demo,可以更好地理解sco()
libXL
- libxl3.7.2windows linux key
轻量防火墙
- linux下的一个简单防火墙;能对收发的报文进行分析和过滤;可增、删、改、查阅规则;(A simple firewall under Linux; it can analyze and filter incoming and receiving messages; add, delete, change, and consult rules.)
nasm实现斐波那契数列的输出
- x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。