搜索资源列表
使用Linux下的图形库
- 编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行。-Write a C program, using the graphics library under Linux, sub-window displays three concurrent processes running.
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
synapse39
- Synapse TCP/IP 组件 支持基于TCP/IP协议,软件开发组件 支持版本: Delphi 3-7, Delphi 2005-2007, C++Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+) experimental Delphi 2009+-Synapse TCP/IP library Requirements Win32 operating system
LinuxCFunctionLibraryManual
- Linux C 函数库 参考 手册 无所不包-Linux C Library Reference Manual all-encompassing
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
wxMSW-2.9.1-Setup
- wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular langua
Produto_Escalar_vs01
- This a Parallel Code to calculate a Dot Product using MPI library and C++. This is a .Net2010 Project. To emulate a parallel computer in your machine you need install a MPICH2 library for windows. This code works too Linux.
systemc-2.2.0.tar
- SystemC Class Library (Rel. 2.2.0) TLM模擬硬體功能。 - SystemC Class Library (Rel. 2.2.0) ================================== This is the release of the SystemC 2.2.0 Class Library. -------------------------------------
TinyXML
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
Linux-CourseDesign-version-2.0
- Linux下的C语言图书馆管理系统,可以添加管理员,添加读者,读者可限借3本书等功能-C language library management system under Linux, you can add the administrator, add the reader, the reader can borrow only 3 books and other functions.
glibc-2.0.6.tar
- glibc是GNU发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万象。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个操作系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
a3cf77c863e6
- 傅里叶变换库,linux运行,支持一维二维三维傅里叶变换,同样支持c和fortran- Fourier transform library, linux operation, and supports the one-dimensional 2D and 3D Fourier transform, also supports c and fortran
matrix_mult
- 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
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
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库