搜索资源列表
itbbs
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
ShutdownComputer
- 一个用编程方法使计算机休眠的程序,可以加在计划任务里面达到定时休眠的功能。-a programming method used to make computer dormancy procedures can be added to the planned tasks to achieve timing dormant inside the function.
ProcessView
- 本程序可查看Windows当前的所有进程和它们所加载的模块,并可以保存到文件-this procedure can be found in all current Windows process and they are loaded modules, and the preservation of the document can be
ThreadSync
- 该应用程序运行后自动创建两个线程。线程1每50毫秒计数器加1,线程2每100毫秒计数器加1。只读编辑框中分别显示两个计数器的值。两个命令按钮分别控制线程1和线程2的挂起和恢复。“同步”复选框控制两线程的同步,当处于同步状态时,同一时刻只能有一个线程拥有信号量对象,当某一线程拥有信号量对象时,计数器加10,然后释放信号量对象。由于两线程优先级相同,因此,执行结果是每个线程计数器一次以10为步长增加。-run the application automatically creates two thr
LoadDLL
- 动态链接库 加载器.用调试程序之用.关键字:loadlibary-DLL loader. Debugging with procedures used. Keywords : loadlibary
cankaodaima
- 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
进程内存映象
- 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
进程同步实验
- 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原
进程调度模拟实验
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finis
MagicDel
- 通过动态生成并加载DLL,实现删除程序本身-Through dynamically generated and loaded DLL, the realization of the deletion of the process itself
download_server
- 利用多线程开发的下载服务器端程序,加载入可提供下载的文件后,就可以由相应的客户端程序进行有效快速的下载,运用方便快捷。-Developed using multi-threaded download server-side program, plus loads to download the file available, you can by the corresponding client program for effective and fast to download, use co
PROCESS
- 基于dll的远程线程插入技术,是载体程序,将dll加载到远程线程中-Dll on a remote thread into the technology, is the carrier program that will load the dll to the remote thread
chengxushijian
- 东北大学软件学院程序实践三,多线程,单线程,还有RMIMeeting,代码加完整实验报告,工程已经打包,学弟你们有福了-Software College, Northeastern University program practice three, multi-threaded, single-threaded, there RMIMeeting, code and complete lab report, project has been packaged, blessed you lear
processa-M-P-management-approach
- VC++中进程与多进程管理的方法-加载到内存的、正在运行的应用程序的实例-VC++ in the process and the multi-process management approach- is loaded into memory, running instances of the application
ProdCust
- 完整的生产者和消费者程序,不同于网上现有的只是对线程简单说明的程序,此文件包含main.cpp,main.h,thread.cpp,thread.h 设置相关控件后就可运行,加注释-Complete program of producers and consumers, unlike existing online only thread a brief descr iption of the program, this file contains the main.cpp main.h,
huatu
- VB多线程绘图程序,无聊时改的一个多线程窗口绘图程序,加了线程同步技术,此多线程可在IDE下调用运行,但退出程序,VB6会崩溃。每条线一个线程,开了1000多线程,CPU占用不到2 -VB multi-threaded graphics program, a multi-threaded window drawing program change when bored, add thread synchronization technology, this multi-threaded call
dllzhuru
- DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
thread
- C++实现多线程编程里示例程序, 里面通过加控制锁来实现线程安全-The C++ multi-threaded programming sample program, which by uncontrolled lock to be thread safe
ModuleRun
- 运行程序脱离文件映射困扰,程序运行后可对程序做任意操作,包括删除程序,内存中保留代码. 用rundll32.exe加载dll,然后在dll中重新加载自身并FreeLibrary原先加载的那份脱离隐射-Run the program from the file mapping problems, after running the program can do any action, including the deletion of the program, the memory reser
3600safeOpenSource
- A盾电脑防护是一款非常强大的保护软件,程序启动需要加载驱动,如果杀毒软件拦截需要放行.-A protective shield is a very powerful computer protection software, the program starts need to load drivers, anti-virus software to intercept if needed release.