CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Process Thread

搜索资源列表

  1. wince3

    1下载:
  2. 這個章節將詳細介紹Windows CE 系統中的處理程序 (process) 和執行緒 (thread),並對Windows CE作業系統所使用的排程策略進行分析。處理程序是資源分配的基本單位,而執行緒是排程的基本單位。-this section will detail Windows CE system of processing (process) and Threading (thread). as well as Windows CE operating system used by t
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:48532
    • 提供者:em8620
  1. 20060726_162911_project_and_report_example

    0下载:
  2. Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。-Windows internship with the report template source. Internship Objective : To understand this attachment process of the operating system, the differences and thread; Acquire p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:137708
    • 提供者:张生
  1. Bolzano

    0下载:
  2. W32.Bolzano这种新病毒在Windows 95和Windows NT的系统下复制,感染以EXE或SCR为扩展名的PE(Portable Executable)应用程序 该病毒会在感染过程中,为自己建立一道线绪(thread),而后当它执行主程序主线绪时,就会在背景处复制病毒,如此一来,用户就不容易发现程序有任何延迟的现象-W32.Bolzano this new virus in Windows 95 and Windows NT The system reproduction, EXE
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:11649
    • 提供者:亲戚
  1. stopthread

    0下载:
  2. 假定你需要你的程序能够停止线程,你需要一个告诉线程何时停止的方法,这个可以实现。-assume you need you can stop the process threads, you need a thread when told to stop, this can be achieved.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:53210
    • 提供者:dynam
  1. sxg_timer

    0下载:
  2. [代码说明] WINDOWS下的SetTimer API可以设置定时器,不过该API只能用在GUI程序中。 我这里为CONSOLE程序实现一个定时器。 开启2个线程: 定时:一个线程定时发送一个消息 处理:一个线程收到消息后处理这个消息 关注点: 为没有窗口的线程实现了消息循环-[Note code] under the SetTimer Windows API can set timer, However, the API can only use th
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4037
    • 提供者:sxg
  1. PPScanMg_1

    0下载:
  2. 多线程中的新开的线程代码。是扫描模块的启动程序!-multithreading of the new open-thread code. Scanning module is the initiation process!
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:32063
    • 提供者:wangyong
  1. multitreadsrc4

    0下载:
  2. 线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22787
    • 提供者:苏艳芳
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:李明
  1. wolfftp_sourcecode_release_510

    0下载:
  2. WolfFTP 是一个中文上传下载工具,类似于CuteFTP。她支持的功能包括:整个目录的拖拽复制等操作,后台传输,前台后台双线程传输,断点续传,(将会加入远程编辑功能)。最大的特点是前台后台双线程传输功能,你可以在浏览一个站点时,把有兴趣的文件或者目录拖拽到后台下载窗口中,这样程序就会记录下当时的信息,在后台传输文件,即使你更换前台站点,断开前台站点,也完全不会影响后台的传输过程。 这里提供的是她的VC源代码,下载下来好好研究一下吧。-WolfFTP is a Chinese upload d
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:325264
    • 提供者:李伟
  1. ReaderLoveWriter

    0下载:
  2. 读者写者进程JAVA编写,读者写者进程,写者优先,采用JAVA编写。读入文件,定义线程。-readers who write Java preparation process, the process of the readers who write, write priority, prepared using Java. Reading into the paper, the definition thread.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1993
    • 提供者:郑杨
  1. Sunclock

    0下载:
  2. 简单的多线程演示程序,一共有三个线程,主线程,左边是一个时钟,右边是一个小太阳,分别由一个线程来控制,参数由主程序传递,主线程控制整个程序-simple multithreading Demonstration Program, a total of three threads, the main thread, the left is a clock, the right side is a little sun, from one thread to control and transmis
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14959
    • 提供者:mayinjian
  1. linux_threads

    0下载:
  2. linux下线程的创建、管理,以及进程间的mutexpool,很好用的源码-under linux thread creation, management and the process of mutexpool good use of FOSS
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:29492
    • 提供者:阿朗
  1. ThreadExample5

    0下载:
  2. 本程序是一个可以操作线程的小程序,很简单,用Visual C# 2005编写-this process is a thread can operate a small procedure is very simple, using Visual C# 2005 prepared
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7409
    • 提供者:飞飞
  1. DZXZWT

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contains n threads. Use this thread to n n readers who write. Thread each of the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4754
    • 提供者:波波
  1. MThreadr

    0下载:
  2. windows多线程程序中的互拆线程问题---多线程的学习好例子!-windows multithreaded process of mutual demolition thread multithreading issue -- good example of learning!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:59423
    • 提供者:srs
  1. vc60_thread

    0下载:
  2. 平时积累的,是关于学习VC线程进程资料,最好配合http://soft.yesky.com/lesson/36/2280536.shtml-peacetime accumulation is on the learning process VC-thread information, preferably with http : / / soft.yesky.com/lesson/36/2280536.shtml
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:61731
    • 提供者:邻水
  1. FindWnd

    0下载:
  2. 找线程句柄程序,运行程序后,自动枚举系统进程,通过右击,弹出菜单,可隐藏或显示或退出进程。-find a thread handle procedures, operating procedures, the system automatically enumeration process, right-click, pop-up menu, can be hidden or revealed or withdraw from the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66264
    • 提供者:fa
  1. NetTransfer

    0下载:
  2. ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67935
    • 提供者:voion
  1. hxb_leiyuan_TSMSComm_v3.0

    0下载:
  2. 短信二次开发控件SMSComm,它可以极大的加速你的开发进程 1. 短信收发共有一个串口,实现一个串口和一个Modem完成短信的收发,这样可以降低开发成本 2. 定时清理任务可以避免在某些情况下由于SIM卡空间不足导致接收短信的阻塞现象 3. 如果接收到一条短信后就立马删除它,会导致SIM卡中的某些存储单元会被平凡使用,而另一些单元始终空闲,这样会使SIM卡的寿命缩短。该控件预定义40个存储单元(与实际使用的SIM短信存储空间有关),
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:161876
    • 提供者:丁杰
  1. python_code

    1下载:
  2. python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6701
    • 提供者:zgd_fyx
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 37 »
搜珍网 www.dssz.com