Welcome![Sign In][Sign Up]
Location:
Search - threading

Search list

[Process-ThreadEvent

Description: 這是一個簡單的多線程的一個不錯的例子, 大家不妨-This a simple multi-threading of a good example, we may s
Platform: | Size: 10653 | Author: 王者 | Hits:

[WinSock-NDISadi

Description: 线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
Platform: | Size: 25093 | Author: 逐云客 | Hits:

[JSP/JavaJBuilder制作音频播放程序(2)

Description: JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK - JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread examples running.
Platform: | Size: 6024 | Author: 麦麦 | Hits:

[Process-ThreadUseThreadApp

Description: 线程的启动、终止、和停止操作的实现,操作功能有System.threading完成-threads start to end, to cease operation and the realization of operating functions are completed System.threading
Platform: | Size: 10838 | Author: 丁胜 | Hits:

[GDI-Bitmapflower_robin

Description: 采用多线程技术进行绘图,类似礼花弹的效果-multi-threading technology for mapping, aerial similar results
Platform: | Size: 228442 | Author: 李市民 | Hits:

[Process-Thread实例50-多线程telnet服务

Description: 多线程登陆TELNET要求服务,可以体现LINUX的风格,体现多线程的优点-multithreading landing TELNET services requested can be manifested LINUX style embodies the advantages of multi-threading
Platform: | Size: 211915 | Author: lxy | Hits:

[WinSock-NDIScn700_vc81045354635

Description: 该程序主要用到了几个RAS API函数和多线程技术。 具体实现请参考源代码!-the procedure used by several major RAS API function and multi-threading technology. Please refer to achieve specific source code!
Platform: | Size: 777721 | Author: 邹增理 | Hits:

[OS programSimElavotor

Description: 电梯仿真系统设计(包含设计文档和源代码),利用多线程技术实现个电梯载客的仿真情况。-elevator simulation system design (including the design documents and source code), the use of multi-threading technology to achieve lift capacity of the simulation.
Platform: | Size: 326041 | Author: 王锷 | Hits:

[OpenGL programboids

Description: Delphi + OpenGL 一个类似3D水族箱屏幕保护的例子,主要是演示OPENGL随机、多线程技术及多层贴图的应用。-Delphi + OpenGL 3D aquarium a screen similar to the example of the protection is mainly demonstration OpenGL randomized, multi-threading and multi-storey mapping applications.
Platform: | Size: 662564 | Author: 张震沣 | Hits:

[Otherthreading

Description: 图形化,线索二叉树,我是个初学者,只有这样的程序,见谅-graphics, data structures, I was a beginner, the only way to the procedures forgiven! !
Platform: | Size: 1241 | Author: 康如 | Hits:

[Other resource一个穿钮扣游戏的VC源代码

Description: 游戏规则 目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成 一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增 加,纽扣数目也增加,当达到70个时游戏即结束。 规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿 线。线可交叉,但有纽扣的点不能交叉连接。 秘诀:要尽可能使连线长且该连线上的纽扣数多。-purpose of the rules of the game : In the game, you will act as a tailor, as much as a button to wear closed routes. Initial games are 15 buttons, with the increase in time, increase the number of buttons, reached 70 at the end of that game. Rules : only when there is the point of threading button, and then only in the horizontal direction or vertical direction of threading. Cross-line, but the point Button can cross-connect. The secret : To the extent possible, but the long-line connections on the button a few more.
Platform: | Size: 50125 | Author: 李平 | Hits:

[Other获得进程的线程数量

Description: 自己写的测试获得进程包含的线程数量的小程序-himself wrote the test was included in the process of threading a small procedure
Platform: | Size: 12887 | Author: 彭海 | Hits:

[Telnet Client实例100 IP地址和计算机名相互转化的多线程处理

Description: 看看, IP地址和计算机名相互转化的多线程处理-look at the IP address and computer name mutual conversion of the multi-threading
Platform: | Size: 180491 | Author: lu | Hits:

[Process-Thread另类多线程使用方式

Description: 在C++builder中多线程的实现是很简单的... 但作为初学者的我来说还是费了一定的工夫的... 为方便与我相同的初学者在此提供我对多线程的一种使用方式-C builder of multi-threading to achieve is very simple ... But as a beginner or charges me a certain effort ... to facilitate the same with me here for beginners on a multi-threaded use
Platform: | Size: 14859 | Author: zds | Hits:

[WinSock-NDISvcMSocket

Description: 基于winsock 的 网络广播的例程,采用多线程技术,对客户端进行广播式传送数据-protocols of the network broadcasting the routines and multi-threading technology, client data broadcast transmission
Platform: | Size: 18833 | Author: 高飞云 | Hits:

[Process-Thread多线程画笔

Description: 用delphi实现的多线程画笔工具 用来交多线程作业绝对没问题-use of the multi-threading paintbrush tool is used to pay multi-threaded operation absolutely no problem
Platform: | Size: 167698 | Author: 汤献聪 | Hits:

[GDI-Bitmap磁致旋光动态演示

Description: 这是一个动态演示程序.程序是VC++的对话框下的图象编程,利用的是多线程技术,涉及到了大量的图象处理.有一定的参考价值.-This is a dynamic demonstration program. Procedures are under VC dialog image programming, the use of multi-threading technology that involves a lot of image processing. There will be some reference value.
Platform: | Size: 48805 | Author: 王强 | Hits:

[CSharpCShttpServer

Description: C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Platform: | Size: 5517 | Author: 张杰 | Hits:

[Scannerscanner扫描器源代码

Description: scanner扫描器源代码,代码注释很清晰,线程操作值得参考-scanner scanner source code, code Notes are very clear, threading operation worthy of reference
Platform: | Size: 4387 | Author: fpx | Hits:

[Process-Thread200501213035

Description: 用Java中的多线程编写的一个贪吃蛇的小游戏,供Java初学者学习Java线程和链表-using Java multi-threading of a small Snake games, for beginners to learn Java and Java threads List
Platform: | Size: 3074 | Author: 肖辉龙 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net