CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - Class i

搜索资源列表

  1. OthelloAppelet

    0下载:
  2. 不好意思,刚才上传的othelloapplet.rar我忘记加入.java的源代码了,只有.class文件,郑重道歉,现在我再上传源代码文件othello.java-sorry, just upload othelloapplet.rar I forgot to join. Java source code, and only. Class document solemnly apologize, I will now upload source documents othello.java
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6105
    • 提供者:彭宇
  1. ftp协议实现多线程断点续传

    0下载:
  2. ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: InternetOpen; InternetConnect; GetCurrentDirectory; SetCurrentDirectory; FtpGetFile; -ftp download the benefits here, I will not say more. many projects will ftp download a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:91191
    • 提供者:云水
  1. ad-function

    0下载:
  2. 在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是
  3. 所属分类:进程与线程

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

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22494
    • 提供者:dozingcat
  1. Remote_into_the_sourcecode

    0下载:
  2. 为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:20706
    • 提供者:zhaoyadong
  1. simple-user-name-and-password-

    0下载:
  2. 我用了半个小时 帮你写了一个简单的验证用户名和密码登陆问题 别辜负我的好意 下面是代码!(建好包和类 代码粘过去就能用) 实体类 包entity -I used half an hour to help you write a simple user name and password authentication question my good intentions do not live up to the code below! (Build the package and st
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-21
    • 文件大小:1111
    • 提供者:7414169
  1. threadpool_src

    0下载:
  2. 实现线程池类软件参考,我参考的线程池类源码。-Implement the thread pool class software reference, I refer to the thread pool class source.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:73395
    • 提供者:李彦刚
  1. mulithread

    0下载:
  2. I. 在C盘下建立一个名为MuliThread.java的文件,MuliThread.java中内容见“附录二”。 II. 通过CMD命令进入命令行方式,编译MuliThread.java文件。 III. 运行编译成功的MuliThread.class文件。根据屏幕反馈,完成报告要求7 – -I. under the C drive, create a file named MuliThread.java the See MuliThread.java in Appendix II
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6228
    • 提供者:songyu
  1. Reader_First

    0下载:
  2. 我是编程小菜鸟 - -,这个是俺上课编的读者写者问题的读者优先,使用线程,欢迎批评!- I was programming a small rookie This is the class I series readers to write readers priority issues, the use of threads, welcome criticism! So when debugging multithreaded mode must be selected.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2757129
    • 提供者:李宜核
  1. Writer_First

    0下载:
  2. 我是编程小菜鸟0.0 这是是OS课时模拟的读者写者问题的写者优先,使用线程,调试时须选择多线程方式。欢迎批评!- I was programming a small rookie 0.0 This is at OS simulation class readers-writers problem who write priority, the use of threads, shall multi-thread debugging. Welcome to criticize!
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1916227
    • 提供者:李宜核
  1. Poor_Philosophers

    0下载:
  2. 我是编程小菜鸟+_+,这是OS课模拟的哲学家问题,我觉得这五个哲学家好可怜,取名为Poor xx,这是其中一种简单的防死锁的方法,使用线程,调试时请选择多线程方式。-I was programming a small rookie+ _+, which is an analog of the class OS philosophers problem, I think these five philosophers are so poor, so named Poor xx, which is
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1897321
    • 提供者:李宜核
  1. CaptureThread

    0下载:
  2. QT 继承自QThread,用户相机的循环捕获图像-this is class extend QThread , and I use it to loop run capture of camera
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:967
    • 提供者:孙伯符
搜珍网 www.dssz.com