搜索资源列表
Hello_World
- 一个极简单的Linux下程序的例子,编译用命令\"make\"。这个例子演示了Linux静态程序库的生成和使用、编译和连接的使用。具体请参考Makefile里面的命令。-a very simple procedure under Linux example, compile using the command "make." This example demonstrates Linux static library generation and use, compile a
miniweb-0.8.19
- MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less reso
Video4Linux
- 实现了Video4Linux和USB摄像头驱动的静态加载;(2)库文件的交叉编译与移植,实现了JPEG的交叉编译与移植;(3)V4L的编程思想,实现了视频图像的采集;(3)帧缓冲设备的使用,利用帧缓冲设备实现图像的显示;(4)将摄像头采集的BRG流转为RGB流,实现图像的正常显示以及JPEG格式图片的保存。(实验报告里面包含详细的代码)-Achieved and the USB camera driver Video4Linux static load (2) cross-compiled l
test_link_01
- 此shell脚本可以自动编译所在文件夹的.C文件,并生成静态库文件,同时会删除.O文件 #不会将文件所含的main.c编译成库文件 # #先编译,然后再生成库。-This shell scr ipt to automatically compile the folder where the. C file, and generate a static library files, and it will delete. O file# is not contained in the
Dynamic-library-and-static-libraries
- 动态库与静态库的相关资料,linux环境下的学习资料-Dynamic library and static libraries of relevant material, Linux environment of learning material
libsrc
- linux 下面动态库和静态库的生成和使用实例,含有makefile-linux the following dynamic libraries and static libraries for creating and using instance contains a makefile
linux
- 关于linux gcc使用方法 以及静态库 共享库的打包 以及调用过程-linux gcc sharelib staticlib
config
- linux 配置文件的读取,可以编译成静态库,提供了一个配置文件的范例,在ubuntu上编译通过,也使用在读取我的socks5配置文件-Read linux config file
为mini2440 Linux编译的X264用于H264编码
- 里面包括一个X264源码包,和一个为ARM编译好的包,里面libx264.a静态链接库很重要
sdk_ipcupdate
- 用于IPC的升级处理,是linux的,其中带有静态库-IPC for escalation is linux, where with a static library
librtmp
- rtmp交叉编译 librtmp.so arm下静态库-librtmp.a arm static library
tinyxml
- 包含静态库文件与交叉编译脚本的tinyxml源码库, C++编写,方便移植与使用,已测试可用性-Tinyxml source library contains static library files and cross-compile the scr ipt, C++ written, easy to transplant and use, have been tested availability
CyAPI
- CYAPI的QT函数库,重新编译为mingw可用的静态库(CYAPI's QT library is recompiled as a static library available for MinGW)
libiec61850-1.2.1.tar
- 此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写
FFmpeg
- FFmpeg 官方只提供源码和动态库,无奈项目要用静态库,用 VS2015 自己编译了几版。 32位和64位都有,VS2015 或 VS2017 都可以直接链接使用。