搜索资源列表
ViewDog1.0
- BCB 一个监视指定的程序是否启动,如没有启动则启动,如果指定程序没有响应,则结束重新启动. KeyWords:别让你的程序没响应. QQ:254082939 Email:haihong5995037@163.com-BCB designated a surveillance procedures under way, such as starting activated, if no response to the specified procedure, the end
bcbmultithread
- BCB多线程操作实例! 进行消息处理-BCB multithreaded operation examples! For information processing, etc.
ServerKillProcess
- 用BCB写的一个 中结指定进程的小东西. 比如公司要限制PPLIVE 或者 QQ等程序的运行.可以在每台机器上装这么一个小服务.嘿嘿.当然也只能对付了菜鸟级的.原理很简单.当然也可恶作剧一下了.比如把GG喜欢的网游名字给写进去.吼吼.无奈的他就可以多陪你一会了.haihong5995037@163.com QQ:254082939
BCBMultiThreaded.rar
- 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
VictorComm.v1.3.3.5.Full.Source.BCB.287100
- bcb 串口控制组件 , 支持多线程控制串口 .很方便 的控制 串口,提供源代码 -bcb serial control components, supports multi-threaded control the serial port. very convenient to control serial port, providing the source code
Threads
- 利用bcb的Thareads功能創建多線程示例。-Using bcb' s Thareads function to create a multi-threaded example.
ShareMemorySample_BCB
- bcb版本内存共享演示程序。精心制作,非常好用。分为服务端和客户端两个程序,方便灵活。-bcb memory shared sample.
threadDemo
- bcb线程的创建与执行,不是用BCB自己创建的那种-bcb thread creation and execution, not the kind you create yourself with BCB
aand
- 提取Delphi(BCB)编译的exe中窗体的例子-Extract the Delphi (BCB) compiled exe in the form of example
0787563
- 在BCB环境中,能够动态绑定图像列表的一个程序包-In BCB environment, dynamic binding to a package of the image list
BCB多线程
- 程序的执行原理是这样的,一个多线程里面包含了读和写test.txt记事本的功能。 因为读写记事本的消耗时间很短,在写记事本里面故意加了2s延时以造成多线程的明显冲突。本多线程是使用的临界区:CRITICAL_SECTION。按下按钮,通知线程要写入一串字符(线程执行完需要2s以上),延时20ms后通知线程再写入一串字符,跟第一次写入造成“冲突”,延时20ms后,在两个写都没完成时再通知线程要读同一个记事本。 因此造成线程中三个事件“打架”。(Procedures for the implem