登录
首页 » Visual Basic » VB6-Thread

VB6-Thread

于 2020-11-02 发布 文件大小:130KB
0 493
下载积分: 1 下载次数: 29

代码说明:

  VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB(VB6 Thread)

文件列表:

稳定、方便、实用的VB6多线程技术
...............................\VB6多线程技术超详细示例(纯API)
...............................\..............................\0.母本及注意事项【新手必看】
...............................\..............................\............................\Form1.frm,3064,2015-03-04
...............................\..............................\............................\VBMT.vbp,706,2015-03-04
...............................\..............................\............................\VBMT.vbw,115,2015-03-04
...............................\..............................\............................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\............................\VBMTRun.bas,1543,2015-02-27
...............................\..............................\1.用多线程提高繁重任务的处理效率
...............................\..............................\................................\Form1.frm,8862,2015-03-01
...............................\..............................\................................\Form1.frx,6,2015-02-27
...............................\..............................\................................\VBMT.vbp,710,2015-03-01
...............................\..............................\................................\VBMT.vbw,114,2015-03-03
...............................\..............................\................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\................................\VBMTRun.bas,3102,2015-02-28
...............................\..............................\................................\效率比较.exe,32768,2015-03-01
...............................\..............................\2.多线程XMLHTTP简单示例
...............................\..............................\.......................\Form1.frm,3533,2015-03-02
...............................\..............................\.......................\VBMT.vbp,720,2015-03-02
...............................\..............................\.......................\VBMT.vbw,116,2015-03-03
...............................\..............................\.......................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\.......................\VBMTRun.bas,3505,2015-03-01
...............................\..............................\.......................\多线程获取页面源码.exe,28672,2015-03-02
...............................\..............................\3.自定义线程堆栈上限防止爆栈(堆栈溢出)
...............................\..............................\........................................\Form1.frm,5749,2015-03-02
...............................\..............................\........................................\VBMT.vbp,722,2015-03-02
...............................\..............................\........................................\VBMT.vbw,117,2015-03-03
...............................\..............................\........................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\........................................\VBMTRun.bas,5792,2015-03-02
...............................\..............................\........................................\不会爆栈的二分法排序.exe,32768,2015-03-02
...............................\..............................\4.多线程控件和窗体(是的,你没有看错)
...............................\..............................\......................................\4.1在子线程中加载属于子线程自己的窗体
...............................\..............................\......................................\.....................................\Form1.frm,3956,2015-03-02
...............................\..............................\......................................\.....................................\Form2.frm,1793,2015-03-02
...............................\..............................\......................................\.....................................\Form2.frx,65,2015-03-02
...............................\..............................\......................................\.....................................\VBMT.vbp,740,2015-03-02
...............................\..............................\......................................\.....................................\VBMT.vbw,170,2015-03-03
...............................\..............................\......................................\.....................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\......................................\.....................................\VBMTRun.bas,3324,2015-03-02
...............................\..............................\......................................\.....................................\子线程中创建、使用窗体.exe,28672,2015-03-02
...............................\..............................\......................................\4.2多个线程同时操作一个界面
...............................\..............................\......................................\...........................\Form1.frm,3889,2015-03-03
...............................\..............................\......................................\...........................\Form1.frx,194,2015-03-03
...............................\..............................\......................................\...........................\Form2.frm,1437,2015-03-03
...............................\..............................\......................................\...........................\VBMT.vbp,746,2015-03-03
...............................\..............................\......................................\...........................\VBMT.vbw,170,2015-03-03
...............................\..............................\......................................\...........................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\......................................\...........................\VBMTRun.bas,2132,2015-03-03
...............................\..............................\......................................\...........................\子线程的控件在父线程窗口显示.exe,28672,2015-03-03
...............................\..............................\5.给子线程传递参数
...............................\..............................\..................\Form1.frm,4352,2015-03-03
...............................\..............................\..................\VBMT.vbp,718,2015-03-03
...............................\..............................\..................\VBMT.vbw,112,2015-03-03
...............................\..............................\..................\VBMTInit.bas,7502,2015-03-03
...............................\..............................\..................\VBMTRun.bas,4993,2015-03-03
...............................\..............................\..................\给子线程传递参数.exe,24576,2015-03-03
...............................\..............................\6.多线程下的调试技巧
...............................\..............................\....................\Form1.frm,2044,2015-03-03
...............................\..............................\....................\VBMT.vbp,728,2015-03-03
...............................\..............................\....................\VBMT.vbw,115,2015-03-03
...............................\..............................\....................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\....................\VBMTRun.bas,3513,2015-03-03
...............................\..............................\....................\二分法定位线程中的错误代码.exe,24576,2015-03-03
...............................\微软官方提供的多线程方案(ACTIVEXEXE) .rar,14247,2014-02-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Cpp1
    多线程求卷积1)数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 2)卷积核:5*5 –明确注明所设计的卷积核 3)迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画 初始矩阵随机生成,随机分配50个数的值为255(Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-point set to 255, the rest is 02) convolution kernels: 5* 5- convolution kernel designed specifically stated 3) Iterations: 100- once every five iterations save data matrix- matrix results through 20, randomly generated initial matrix generated animation, randomly assigned number is 255 50)
    2014-03-27 21:51:13下载
    积分:1
  • processDispatch
    进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  1.先进先出调度算法;  2.基于优先数的调度算法;  3.最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  1.当前执行进程;  2.就绪队列;  3.等待队列 附:此程序可直接运行,是操作系统课的经典实验. (scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
    2021-05-07 04:28:36下载
    积分:1
  • TEST3
    线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单(Thread synchronization control)
    2013-10-30 19:41:13下载
    积分:1
  • renwuguanliqi
    任务管理器小程序,有完整的源代码,C实现 (Similar to the windows task manager, with complete source code.)
    2013-05-31 18:52:08下载
    积分:1
  • 线串口
    多线程串口程(multithread serial way)
    2005-04-03 10:16:44下载
    积分:1
  • 3pcf
    windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据(Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file)
    2011-04-26 21:38:13下载
    积分:1
  • Threagkktrdest
    一个介绍如何在Visual C中调用多线程代码,本例中也同时实现了常用的排序算法。完整源代码,已通过测试。(How a call in Visual C multi-threaded code, in this case also commonly used to achieve a sort algorithm. Full source code, has been tested.)
    2011-10-02 18:15:51下载
    积分:1
  • font-candidate
    VC源代码 其它 VckbaseWiz zip 介绍如何制作APPWIZARD的程序范例()
    2018-03-20 12:26:29下载
    积分:1
  • CriticalSecitonThreadSyn
    vc——使用临界区对象(CriticalSeciton)实现线程同步CriticalSecitonThreadSyn的程序源码,值得一看!(vc- use a critical section object (CriticalSeciton) to achieve thread synchronization CriticalSecitonThreadSyn the program source code, worth a visit!)
    2011-08-23 00:13:02下载
    积分:1
  • SearchFile
    说明:  该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索(The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search)
    2009-08-11 10:51:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载