搜索资源列表
-
0下载:
在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
-
-
1下载:
关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
-
-
1下载:
用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。-TC prepared with a lift of the simulation program, the interface is prepared by the TC, simple beauty. C is mainly used for threaded programming language exercises.
-
-
0下载:
C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
-
-
0下载:
linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
-
-
0下载:
C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
-
-
0下载:
多线程编程,C语言编写,在windows下实现多线程操作。-Multi-threaded programming, C language, in windows under the multi-threaded operation.
-
-
0下载:
模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程
-Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
-
-
0下载:
计算机操作系统多线程编程,学校作业~~
C语言控制台程序。
-Computer operating multi-threaded programming, school assignments ~ ~ C language console program.
-
-
2下载:
此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
-
-
0下载:
诞生于1997年,目前已经推出OpenMP 3.0版本。
标准版本3.0,2008年5月,支持Fortran/C/C++。
面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。
一种编译指导语句,能够显式指导多线程、共享内存并行的应用程序编程接口(API)
具有良好的可移植性,支持多种编程语言。
支持多种平台
大多数的类UNIX系统以及Windows NT系统(Windows 2000,Windows XP,Windows Vista等)。-Born in 199
-
-
0下载:
哲学家问题,也就是消费者-制造者问题AVR32EVK1100为硬件。C语言编程,FreeROTS为API.-Philosophers problem, that is, consumers- the problem AVR32EVK1100 the hardware manufacturer. C language programming, FreeROTS for the API.
-
-
0下载:
《C#多线程经典入门教程》,C#语言中的多线程程序设计-Classic Tutorial C# multi-threaded " , multi-threaded programming in C# language
-
-
0下载:
开发环境是visual studio,编程语言为C#,此代码是关于线程创建。线程创建与线程控制,控制用进度条体现-The development environment is visual studio, programming language is C# code ,It is about thread creation and thread control, control is reflected by the progress bar s change.
-
-
0下载:
此代码是关于多线程,线程池的问题。开发环境是visual studio,编程语言为C#,为MultiThreadTest _Verson 1.0的加强版-This code is about the problem of multi-threading, thread pool. Development environment is visual studio, the programming language is C# 。It is enhanced version MultiThreadT
-
-
0下载:
C语言多线程编程,里面很多个详细的编程实例,非常方便学习和使用。-A lot of detailed programming examples in C language with multithreaded programming, which is very convenient to learn and use.
-
-
0下载:
生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
-
-
0下载:
C语言编程宝典,提供指针,数据库,VC,图像处理,多媒体学者应用,-C programming language treasure dian, providing a pointer, , VC, image processing, multimedia scholars application,
-
-
0下载:
作业 牛顿插值法 vc 程序语言:c++ 程序源代码 不错的(Newton interpolation method of vc programming language: c + + program source code)
-
-
0下载:
作业 高斯消去法 vc 程序语言:c++ 程序源代码 可以的(Homework to gauss elimination vc programming language: c + + program source code)
-