登录
首页 » 其他 » 基于多线程的VC++高效率文件搜索代码

基于多线程的VC++高效率文件搜索代码

于 2022-01-26 发布 文件大小:45.53 kB
0 204
下载积分: 2 下载次数: 1

代码说明:

基于多线程的VC++高效率文件搜索代码,若是高速硬盘的话,那文件搜索的速度就更快了,其实很多时候,搜索文件的瓶颈是硬件本身,特别是硬盘转速,像这种多线程的文件检索,理论上处理速度是很快,但需要硬盘跟得上才可以。

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

发表评论

0 个回复

  • Visual C# 隐藏显示鼠标的源码实例
    Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:   //重写API函数   [System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]   public extern static bool ShowCursor(bool bShow);   private void btnHide_Click(object sender, EventArgs e)   {    ShowCursor(false);//鼠标隐藏   }   private void btnShow_Click(object sender, EventArgs e)   {    ShowCursor(true);//鼠标显示   }
    2022-08-08 14:49:38下载
    积分:1
  • 竖向的Flash导航菜单
    竖向的Flash导航菜单,鼠标移上后就会发现炫丽的菜单效果了,很流畅的风格,向下拉开的菜单,Flash源文件完整,你可以打开源码修改一下菜单文字就可用在自己的网站了。
    2023-02-28 12:25:03下载
    积分:1
  • 百威软件维护
    这是 我以前做百威软件技术员的时候写的一个维护工具,里面涵盖的东西非常多。 涉及到的知识操作:数据库操作,注册表操作,INI文件操作,资源管理器操作,皮肤操作,界面控件的自动缩放 ,窗体大小记忆功能,小票机,顾客显示器,钱箱等POS设备的操作,cmd管道操作,cmd命令返回等。 总之,本工具涉及到的东西方方面面,你如果研究懂了这个源码,基本自己可以写一套功能相当完整的POS收银系统。 分享这个源码,只为抛砖引玉,希望更多的人分享更多的知识。更希望可以帮助到各位!
    2022-03-13 16:47:01下载
    积分:1
  • 用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器...
    用矩形窗、三角窗,汉宁窗,海宁窗等多种窗口设计有限长单位脉冲响应滤波器-with rectangular windows, triangular windows, Hanning window, multiple windows Haining window design finite impulse response filter units
    2023-02-18 09:00:03下载
    积分:1
  • The first 78 cases to 89 cases of the first chip is a complete description of th...
    第78例到第89例是一个芯片完整描述的各个部分,但是 它们的源描述所使用的包的源描述超过了演示版限制的300行, 目前不能进行编译与模拟, 如果您需要对其进行编译与模拟,请与北京理工大学 ASIC研究所联系,获取Talent系统的完全版本.-The first 78 cases to 89 cases of the first chip is a complete description of the various parts, but they used to describe the source of the packet
    2022-03-22 11:13:53下载
    积分:1
  • kullan和# 305局域网巴兹和# 305 MATLAB bilgileri
    Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz -Kullanı lan bazı matlab bilgileri Matlabda kodlar mfile lara yazı lı p kaydedilebilir. Ü st menüden, file, new, mfile. Command windowa yazdı kları nı zı kaydedemezsiniz. Yazdı ğ ı nı z kodu ç alı ş tı rabilmeniz iç in ç alı ş tı ğ ı nı z current directory nin altı na kaydetmelisiniz. Current directory i dosyanı n bulunduğ u yere de gö türebilirsiniz
    2022-08-23 15:58:15下载
    积分:1
  • 纯CSS圆角自适应宽度的导航菜单
    纯CSS圆角自适应宽度的导航菜单,水平布局的网站菜单,这个菜单的亮点有两个:1、圆角,2、宽度自适应。不管各个菜单项的菜单文字有多长,该项菜单的背景始终自动适合这种变化,完美的宽度自适应特效,值得推荐。
    2022-04-26 21:26:07下载
    积分:1
  • User interface (or interface) is: Human and machine (or program) the interaction...
    用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。-User interface (or interface) is: Human and machine (or program) the interaction between the tools and methods. Such as keyboard, mouse, track ball, microphone and computer can become the interface to exchange information.
    2022-04-22 14:22:19下载
    积分:1
  • 这是一个JSP的一个摸班部件, 学生管理系统的一部分
    这是一个JSP的一个摸班部件, 学生管理系统的一部分-This is a touch of a JSP components classes, students part of the management system
    2022-01-25 21:43:40下载
    积分:1
  • ep1c20 LEON3 for改变FPGA的补丁。
    leon3 patch for altera ep1c20 FPGA.
    2022-01-30 10:09:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载