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

Search list

[Windows DevelopSRSHook

Description: 一个利用远程线程技术在Win2000下屏蔽ctrl+alt+del组合键的方法。 不过是bcb和delphi的代码。 在VC++中的调用方法如下-a remote thread in shielding under Win2000 ctrl alt del bond portfolio side France. But yes, and moreover delphi code. VC in the call are as follows
Platform: | Size: 96589 | Author: whl | Hits:

[Communicationsocket_communication

Description: 多线程Socket阻塞模式下通信 BCB-Socket阻塞模式通讯测试(多线程) 如果有多个客户机连接服务器请用以下的IP地址。 Client1:服务器IP:127.0.0.1 Client2:服务器IP:127.0.0.2 Client3:服务器IP:127.0.0.3 Client4:服务器IP:127.0.0.4 . . . . . . 以此类推。 在多机上则只要输入服务器端的IP地址就可以了。可以相互传收字符串-multithreading mode obstruction Socket Communications BCB - Socket Communications obstruction model test (more Thread) if a number of customers connected to the server with the following IP address. Client1 : Server IP : 127.0.0.1 Client2 : Server IP : 127.0.0.2 Client3 : Server IP : 127.0.0.3 Client4 : Server IP : 127.0.0.4.... analogy. In multi-input, on the other hand, as long as the server's IP address on it. Admission to each other - string
Platform: | Size: 363896 | Author: zwwr | Hits:

[OS DevelopThread

Description: 多线程实例,两个小球在不同线程里执行。bcb源码
Platform: | Size: 359103 | Author: 张亚 | Hits:

[Windows DevelopSRSHook

Description: 一个利用远程线程技术在Win2000下屏蔽ctrl+alt+del组合键的方法。 不过是bcb和delphi的代码。 在VC++中的调用方法如下-a remote thread in shielding under Win2000 ctrl alt del bond portfolio side France. But yes, and moreover delphi code. VC in the call are as follows
Platform: | Size: 96256 | Author: whl | Hits:

[Communicationsocket_communication

Description: 多线程Socket阻塞模式下通信 BCB-Socket阻塞模式通讯测试(多线程) 如果有多个客户机连接服务器请用以下的IP地址。 Client1:服务器IP:127.0.0.1 Client2:服务器IP:127.0.0.2 Client3:服务器IP:127.0.0.3 Client4:服务器IP:127.0.0.4 . . . . . . 以此类推。 在多机上则只要输入服务器端的IP地址就可以了。可以相互传收字符串-multithreading mode obstruction Socket Communications BCB- Socket Communications obstruction model test (more Thread) if a number of customers connected to the server with the following IP address. Client1 : Server IP : 127.0.0.1 Client2 : Server IP : 127.0.0.2 Client3 : Server IP : 127.0.0.3 Client4 : Server IP : 127.0.0.4.... analogy. In multi-input, on the other hand, as long as the server's IP address on it. Admission to each other- string
Platform: | Size: 363520 | Author: zwwr | Hits:

[OS DevelopThread

Description: 多线程实例,两个小球在不同线程里执行。bcb源码-Examples of multi-threading, the two small balls in different threads in the implementation. BCB source
Platform: | Size: 358400 | Author: 张亚 | Hits:

[MiddleWareBCB

Description: 线程调用参数然后输出,参数使用来控制计算的输出-Thread and then call the output parameters, parameters used to control the output of the calculation
Platform: | Size: 944128 | Author: yedan | Hits:

[Windows Developthread

Description: 用bcb编写的,产生两个线程的程序,可以用线程调用函数处理!-BCB prepared to use, resulting in two threads procedures, can call a function to deal with threads!
Platform: | Size: 12288 | Author: 张飞 | Hits:

[Process-ThreadBCBMultiThreaded

Description: Borland C++ Builder BCB的多线程例子 包括创建线程 运行线程等 简单易懂 exe文件可直接运行 看到效果 -BCB examples include the multi-threaded thread running threads, such as the creation of easy-to-read document can be directly run the exe to see the effect of
Platform: | Size: 358400 | Author: yaojinwei | Hits:

[Windows DevelopBMThread

Description: BCB 4 ~2009 Thread VCL-BCB 4 ~2009 Thread VCL
Platform: | Size: 381952 | Author: kkkk | Hits:

[SCMBCB6(ppt)

Description: C++Builder6完全攻略!!詳細介紹C++Builder設計與使用~全篇34章!!(從元件的使用.RS232連接.MySQL.Thread....由淺入深)-C++Builder6 PPT Files
Platform: | Size: 7698432 | Author: sean | Hits:

[Windows DevelopBCB6_Thread

Description: C++Builder6 Thread的編寫範例-BCB Thread example by BCB6
Platform: | Size: 45056 | Author: sean | Hits:

[Process-ThreadthreadDemo

Description: bcb线程的创建与执行,不是用BCB自己创建的那种-bcb thread creation and execution, not the kind you create yourself with BCB
Platform: | Size: 1905664 | Author: 石保平 | Hits:

[Delphi VCLCronJob-XE5

Description: The CronJob component is the thread-based alarm implementation for Delphi/BCB which acts like cronjob utility in Unix. The component produces periodical OnAlert events by schedule specified in CRON format (actually it uses extended CRON format with new seconds field, to let the event to be triggered even every second)-The CronJob component is the thread-based alarm implementation for Delphi/BCB which acts like cronjob utility in Unix. The component produces periodical OnAlert events by schedule specified in CRON format (actually it uses extended CRON format with new seconds field, to let the event to be triggered even every second)
Platform: | Size: 369664 | Author: 请使最好 | Hits:

[Process-ThreadBCB多线程

Description: 程序的执行原理是这样的,一个多线程里面包含了读和写test.txt记事本的功能。 因为读写记事本的消耗时间很短,在写记事本里面故意加了2s延时以造成多线程的明显冲突。本多线程是使用的临界区:CRITICAL_SECTION。按下按钮,通知线程要写入一串字符(线程执行完需要2s以上),延时20ms后通知线程再写入一串字符,跟第一次写入造成“冲突”,延时20ms后,在两个写都没完成时再通知线程要读同一个记事本。 因此造成线程中三个事件“打架”。(Procedures for the implementation of the principle is like this, a multi-threaded, which contains the reading and writing test.txt Notepad function. Because the time spent reading and writing Notepad is very short, in writing Notepad, deliberately added 2S delay, resulting in obvious conflicts of multi-threaded. This multithreading is the critical area used: CRITICAL_SECTION. Press the button, thread to write a string of characters (the thread executing need more than 2S), 20ms after the delay notification thread and then write a string of characters, with the first written by "conflict", 20ms after the delay, in two did not complete the write again when the thread to read with a notebook.Thus causing three events in the thread to "fight"".)
Platform: | Size: 195584 | Author: 大龙哥 | Hits:

CodeBus www.codebus.net