Welcome![Sign In][Sign Up]
Location:
Search - begin thread

Search list

[Other resourceJavaxiancheng

Description: 本教程研究了线程的基础知识 — 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单 程序。 我们还将研究更复杂的、使用线程的应用程序的基本构件 — 如何在线程之间交换数据、如何控制 线程以及线程如何互相通信-version of the basic knowledge of thread-thread is what Why thread useful and how to use threads begin to prepare the simple procedure. We will also study more complex, the use of threaded applications of the basic components-how in the exchange of data between threads. How to control how the threads and threads communicate with each other
Platform: | Size: 237845 | Author: wt | Hits:

[WinSock-NDISWinsocket_ChatRoom

Description: WinSocket编程,在VC++6.0环境下实现聊天室的服务端和客户端。为每一个客户端连接开启一个线程。WinSocket programming, Implement the server and client of ChatRoom programme under the vc++ Development Environment . the server begin a thread for every client conncet.
Platform: | Size: 83465 | Author: 19869142 | Hits:

[Process-Threadbeginthread

Description: 一个多线程的实例,很简单 -a multithreaded example, a very simple
Platform: | Size: 1874944 | Author: 李宁 | Hits:

[JSPJavaxiancheng

Description: 本教程研究了线程的基础知识 — 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单 程序。 我们还将研究更复杂的、使用线程的应用程序的基本构件 — 如何在线程之间交换数据、如何控制 线程以及线程如何互相通信-version of the basic knowledge of thread-thread is what Why thread useful and how to use threads begin to prepare the simple procedure. We will also study more complex, the use of threaded applications of the basic components-how in the exchange of data between threads. How to control how the threads and threads communicate with each other
Platform: | Size: 237568 | Author: wt | Hits:

[Internet-NetworkFileTransfer

Description: 使用CSocket实现简单的文件传输,首先启动服务器端并选择要传输的文件,等待客户端的连接,客户端输入服务器的IP地址后,点击接受文件,选择保存路径,开始传输.运行时,客户端和服务器端分别使用不同的线程.类似于飞鸽传书.-CSocket simple to use file transfer, first of all start the server-side and choose to transfer the file, waiting for the client to connect, the client enter the server IP address, click to accept a document, select Save the path to begin transmission. Running client and server-side, respectively, using a different thread. Chuanshu similar to Dove.
Platform: | Size: 36864 | Author: 张三 | Hits:

[Process-Thread1330

Description: 本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的) -This example to explain the basic operation of various threads, including the creation of threads, thread hang, wake-up threads, thread termination functions. Procedure is simple, one look at then you begin to understand. (Note: This example is mainly for beginners)
Platform: | Size: 58368 | Author: zhangliang | Hits:

[Internet-NetworkWinsocket_ChatRoom

Description: WinSocket编程,在VC++6.0环境下实现聊天室的服务端和客户端。为每一个客户端连接开启一个线程。WinSocket programming, Implement the server and client of ChatRoom programme under the vc++ Development Environment . the server begin a thread for every client conncet.-WinSocket programming, in VC++ 6.0 environment realize chat room service client and the client. For each client to connect to open a thread. WinSocket programming, Implement the server and client of ChatRoom programme under the vc++ Development Environment. The server begin a thread for every client conncet.
Platform: | Size: 82944 | Author: 19869142 | Hits:

[OS DevelopReader-Writer

Description: 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 -By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the reader must wait until those who had not been written in a wait state after the read operation can begin.
Platform: | Size: 7168 | Author: vivien | Hits:

[JSPJavaPreliminaryGameProgramming

Description: 现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏。   在开始之前我们得确认你已经安装了Java JDK,并已经安装了浏览器软件如IE。本章是以Internet为开发对象,一步一步教大家认识Java的Thread、Applets….以及游戏编程要注意的一些方方面面。并在每一小部分附上了相应的源代码以供大家参考,最后我们还会对我们的游戏程序进行指导性的提示。在文章中我们还穿插了很多建设性的问题,让读者参与到我们的开发中来。但是由于本章指在带领大家进入这个门槛,大部分知识并不会很详细说明,有兴趣的读者可查阅相关的资料补充。在开始之前我们还得确认你已经知道类,继承和java语言的一些基本属性了。 - Now it seems that these are popular games with C or C++ to develop the. Java platform at almost no play is very large and popular game. Because java is a new language, many of his U.S. properties have to be excavated, but we can not deny the Java programming at the Game of the powerful. This article will guide you step by step, study the preparation of Java Games. Finally to create their own Java Games. Before you begin we have to confirm you have installed Java JDK, and have installed the browser software such as IE. This chapter is based on Internet for the development of the object, step by step teach everyone recognize Java s Thread, Applets .... And Game Programming should pay attention to some aspects. And in each attached to a small number of the corresponding source code for your reference, the last We will also look at our game procedures guiding tips. In the article, we also interspersed a number of constructive questions to allow readers to participate in the developmen
Platform: | Size: 23552 | Author: zhouying | Hits:

[Multimedia DevelopVideoGrabber

Description: Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames / second buffer at any frequency and get full RGB frames to then save to disk, encode, etc.-Simple bare bones DLL to enumerate video capture devices, and capture into a buffer on a seperate thread. A program can link to this DLL, begin video capture, and pull from the 30 frames/second buffer at any frequency and get full RGB frames to then save to disk, encode, etc.
Platform: | Size: 470016 | Author: Beachme | Hits:

[JSP/JavaPlant

Description: 模拟植树活动,编写一个java应用程序,在主线程中创建3个线程:"挖树坑"、"栽树苗"、"浇水" * 实现他们之间的协同合作 * 要求"浇水"线程占有CPU资源后立即等待"栽树苗"线程栽完树后才能开始浇水, * 而"栽树苗"线程占有CPU资源后则一直等待"挖树坑"线程挖完树坑后才能开始栽树苗 * 关于线程交互过程的信息能够在屏幕上进行提示 * 使用join()方法实现线程交互 */ -Simulated tree-planting activities, write a java application, in the main thread to create three threads: " dig Pits," " planted trees" , " water" * achieve* their collaboration between the requirements of " water" thread possession immediately after the CPU resources, waiting for " planted trees" End of thread tree planting can begin watering,* and " planted trees" threads share CPU resources while waiting after the " dig Pits" thread before you start digging End Pits* planted saplings on the thread interaction information can be prompted on the screen* use the join () method to achieve interactive thread* /
Platform: | Size: 1024 | Author: 大宝 | Hits:

[JSP/Javabegin

Description: 多线程文档现在的线程程序,在加上调度程序就可以完成文件下载-HTML download with thread
Platform: | Size: 7168 | Author: 李涛 | Hits:

[Internet-Networkunix_c_Thread

Description: UNIC-C 线程同步问题。 五个哲学家围坐在一张圆桌周围,每个哲学家面前都有一盘 通心粉。由于通心粉很滑,所以需要两把叉子才能夹住。相 邻两个盘子之间放有一把叉子。哲学家的生活中有两种交替 活动时段:即吃饭和思考。当一个哲学家觉得饿了时,他就 试图分两次去取其左边和右边的叉子,每次拿一把,但不分 次序。如果成功地得到了两把叉子,就开始吃饭,吃完后放 下叉子继续思考。-UNIC-C thread synchronization problems. Five philosophers sitting around a round table in front of each philosopher has a plate of pasta. As the pasta is very slippery, so you need two forks to grip. Placed a fork between two adjacent plates. Philosopher' s life there are two alternating active periods: that eating and thinking. When a philosopher feel hungry when he tried twice to whichever left and right fork, each take one, but regardless of the order. If you successfully got two forks, they begin to eat, fork down after eating continue thinking.
Platform: | Size: 3072 | Author: 李超祥 | Hits:

[Other Riddle gameshtml5Games

Description: 演示地址:http://www.51rgb.com/nbbs/thread-1398-1-1.html 特效说明:一款JS+html5切木头手机游戏源码网页特效,html5手机在线web页面游戏,html5手机游戏源码学习。休闲可以玩一玩儿哦~~请用支持HTML5+CSS3主流浏览器预览效果。(兼容测试:FireFox、Chrome、Safari、Opera等支持HTML5/CSS3浏览器) 使用方法:1、调用JS插件代码: <script type= text/javascript src= standard.js charset= utf-8 ></script> <script type= text/javascript src= stack.js charset= utf-8 ></script> 2、添加HTML代码: 将<! 效果html开始 >......<! 效果html结束 >之间的html和js代码;放在<body></body>之间。-Demo Address: http: //www.51rgb.com/nbbs/thread-1398-1-1.html Effects Description: A cut wood JS+ html5 mobile games source netnew, html5 mobile phone online games web page, html5 mobile game source code to learn. Leisure can play a play ohhh Please support HTML5+ CSS3 mainstream browser preview. (Compatibility test: FireFox, Chrome, Safari, Opera and other support HTML5/CSS3 browser) Usage: 1, calling JS plug-in code: <script type = text/javascript src = standard.js charset = utf-8 > </ script> <script type = text/javascript src = stack.js charset = utf-8 > </ script> 2, add the HTML code: The <!- Begin html effect-> ...... between html and js code < Effect html end!> In <body> </ body> between.
Platform: | Size: 215040 | Author: lucifer | Hits:

[Linux-Unixcodecvt_utf8_utf16_always_noconv

Description: Begin rasterizing a scene. Called once per scene by one thread.
Platform: | Size: 10240 | Author: qaixielj | Hits:

[MPIColfax-HOW-Day-01

Description: 介绍了英特尔至强处理器和英特尔Xeon Phi协处理器和讨论它们的功能和目的。我们也开始介绍便携式的,面向未来的并行编程和讨论在英特尔MIC架构的高性能的先决条件:线程的并行性,矢量化和优化的内存访问模式。本课程将介绍本地的规划模型英特尔Xeon Phi协处理器,允许重用代码的应用程序设计为通用的CPU。会议的实践部分演示了如何在Linux操作系统(OS)在主机上运行的操作系统间的协处理器,以及如何使用英特尔的编译器上运行的处理器的本地应用程序。-Intel Architecture In Session 1 we introduce Intel Xeon processors and Intel Xeon Phi coprocessors and discuss their features and purpose. We also begin introduction to portable, future-proof parallel programming and discuss the pre-requisites for high performance on the Intel MIC architecture: thread parallelism, vectorization, and optimized memory access pattern. The session introduces the native model for programming Intel Xeon Phi coprocessors that allows to re-use code of applications designed for general-purpose CPUs. The hands-on part of the session demonstrates how the Linux operating system (OS) on the host inter-operates with the OS on coprocessors, and how to use Intel compilers to run native applications on coprocessors.
Platform: | Size: 21504 | Author: 黄雪 | Hits:

CodeBus www.codebus.net