搜索资源列表
microwindows-0.86.tar
- linux的图形界面程序,使用c++编程,在linux下解压使用。-linux graphical interface, the use of c programming, the use of Linux under decompression.
QT3
- C++ GUI QT3编程一书源代码,齐亮翻译的那本,个人觉得非常不错,可运行于LINUX或者WINDOWS平台-QT3 C Programming a GUI source code book, Liang Qi translation that the individuals feel very good. can be run on Linux or Windows platform
LinuxC_program_Code
- Linux下C语言编程例子,每一章节的例子,可以直接使用供大家参考。-Linux C language programming examples, each section of the examples can be directly used for reference.
PSRS
- 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
apr_development_train
- 跨平台windows\\unix\\linux的c语言编程解决方案-cross-platform windows \\ unix \\ linux c programming language solution
OS23
- Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
Approaches-and-Examples
- 深入研究了Windows操作系统和Linux操作系统下在C语言程序中调用Fortran语言所编写的源程序的方法和技术.重点研究了调用过程中参数的传递方式和不同操作系统下C语言与Fortran语言混合编程的实现方法.文中以实例的方式给出了完整的可以执行的C语言程序调用Fortran语言程序的源程序.该程序清晰明了,易于移植-Approaches and Examples for Calling Program Compiled by Fortran Language in Code by C La
TUXEDO
- TUXEDO 中间件相关知识 LINUX下中间件编程 -tuxedo linux c
diaodu
- 1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间