搜索资源列表

  1. Multi_thread

    0下载:
  2. 这个程序可以继续运行各线程内的代码而不受其它干扰,同时运行多个进程-this process can continue to operate within the various threads of code without other interference, running multiple process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12377
    • 提供者:深蓝
  1. FindHideTsk

    0下载:
  2. 通过对系统内核调度线程链表的查询 找出隐藏进程-through activation of the system kernel threads Chain inquiries identify hidden process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69861
    • 提供者:匿阳
  1. Ibux

    0下载:
  2. 线程学习,网络编程,主要是用idhttp与网站通讯-threads, network programming, it is mainly used idhttp and communications sites
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5010
    • 提供者:金浪
  1. mu11111122l

    0下载:
  2. 多线程编程最简单实例,两个线程之间相互通信和控制,一看就懂-most simple example, two threads between communication and control, a person would understand
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26834
    • 提供者:wood
  1. cmdbind

    0下载:
  2. cmdbind利用远程线程和管道在LSASS.EXE中建立远程线程把 cmd.exe绑定到7597端口-cmdbind remote threads in the pipeline and establish remote email thread binds to put cmd.exe 7597 port
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:73637
    • 提供者:陈东升
  1. sms_que

    1下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7163
    • 提供者:杨雨虹
  1. VideoCoolala-src

    1下载:
  2. 我们提供的VideoIM手机自动拍照上传器J2ME版本[开源]就是这么一种概念: 一个可以下载到手机(例如Nokia7610已经确实可以下载安装并正常运行)的Java应用程序,用来自动驱动你的手机摄像头定时拍摄一张图像(默认是Jpeg格式,数据量很小)。然后,后台线程将Jpeg图像(很小,大约几KB)上传到服务器上。手机默默地拍照,默默地上传照片,不用手工干预,比如你可以设置每隔三分钟拍一张照片,然后上传到Flickr这个著名的图片
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:741805
    • 提供者:郑昀
  1. zyjclock

    0下载:
  2. Java Applet程序-时钟模拟,学习Applet和线程的经典实例。 -Java Applet procedures-clock simulation study Applet and threads of the classic examples.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6742
    • 提供者:张三
  1. writer_reader

    0下载:
  2. 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document si
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8646
    • 提供者:li
  1. smsbean

    0下载:
  2. smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:577254
    • 提供者:理想
  1. Delphi_TestThread

    0下载:
  2. 一个简单明了的线程示例。对Delphi的线程可以有个感性的认识。-a straightforward example of threads. Right Delphi threads can be a perceptual awareness.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:174310
    • 提供者:浪迹天涯
  1. ThreadTester

    0下载:
  2. 线程操作示范,是C#源代码,基于.net环境开发,平台是.net fr a mework 1.0版的。-threads demonstration, the C# source code, based on the. Net development environment, the platform yes. Net fr a mework version 1.0.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:光宇广贞
  1. TCPCom

    0下载:
  2. 看了袁渊先生在VC知识库《在线杂志》第14期发表的文章《基于TCP/IP的局域网多用户通信》,感觉受益颇多,但也觉得里面有一些不太完善的地方,具体来说主要有: 1、两个服务器单独运行,且主线程均阻塞,用户界面死锁,不便于控制; 2、聊天服务器线程和互斥量的使用可能导致死锁; 3、不能实现文件传送(文件传送可不能由服务器转发,否则非把它累趴下不可^-^); 4、不能由用户进行网络设置,所以在不同的网络使用必须修改源程
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:223079
    • 提供者:阿健
  1. BankExample

    0下载:
  2. 编写一个Java应用程序,在线程中再创建2个线程,要求线程经历4种状态:新建、运行、中断、死亡。-prepared a Java application procedures, the threads again create two threads, thread requirements experienced four stages : new, operations, interruption, death.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:刘洁
  1. PriorityCompete

    0下载:
  2. 关于java的线程中优先级的程序!有很大的参考价值.-java threads on the priority level of the procedure! A great reference value.
  3. 所属分类:进程与线程

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

    0下载:
  2. 一种window的显示线程之间通讯的进程调度算法。-a window display of communication between threads in the process scheduling algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13983
    • 提供者:流浪
  1. ipv6ping

    0下载:
  2. linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:时柏营
  1. jthread-1.1.1

    0下载:
  2. 利用RTP/RTCP协议线程的几个例子,适用于初学者,希望对大家有帮助!RTP/RTCP协议是居于UDP传输的-using RTP / RTCP threads of a few examples, applicable to beginners, we want to help! RTP / RTCP live UDP transmission
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48045
    • 提供者:肖爱珍
  1. PointToPoint

    0下载:
  2. 实现网络中点对点聊天,通过的线程发送,调用!-achieve peer-to-peer chat network, sent through the threads, call!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9015
    • 提供者:周安乐
  1. Attendence

    0下载:
  2. 公司考勤系统,刷卡时先把数据存进ARRAYLIST中,,再利用线程窜行处理ARRAYLIST中的数据-companies attendance system vulnerable to first ARRAYLIST data has been stored, and reuse threads channeling line processing of the data ARRAYLIST
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:188658
    • 提供者:利害
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org