搜索资源列表
linux-driver-demo-audio
- 宋宝华《Linux设备驱动开发详解》sound设备驱动及应用程序例程-Sound driver demo and aplication demo based on alsa lib, from Song Baohua s 《Linux device driver in detail》.
MatrixFox3
- 并行计算中典型的FOX算法,是矩阵分块并行计算的很好例程,代码做了简单修改,在Linux平台上使用MPI实现。-Parallel Computing typical FOX algorithm is a matrix block parallel computing routines well, made a simple change of code using MPI implementation on Linux platform.
052
- 易语言linux内存操作源码例程程序使用c语言编写的动态库文件作为中介实现易语言在linux系统环境下的内存操作。 -Easy language Linux memory operation source routine procedures using C language dynamic library file as an intermediary to achieve easy language in the Linux system environment, the memory
8
- 易语言linux多进程tcp服务器源码例程程序结合易语言linux多进程和socket模块 ,实现linux下的多进程tcp服务器。 -Easy language Linux multi process TCP server source routine procedures combined with easy language Linux multi process and socket module to achieve Linux under the multi process TC
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库