CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 设置 线程 优先级

搜索资源列表

  1. CPU 测速(MHz)和高精度延时(微秒级)

    0下载:
  2. 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。 在循环里用 QueryP
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:马俊
  1. TASK

    0下载:
  2. 线程调度,时间片轮转,优先级设置,对于多任务系统的认识有一定的积极性的斑竹
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:wabf
  1. Java多线程

    0下载:
  2. 此示例效果用Java多线程来实现,通过设置线程的优先级,来控制小球的运行速度. 程序运行后,单击\"Start\"按钮,弹出一个黑色小球 单击\"Express\"按钮,弹出一个红色小球.如果你的内存足够大,你可以连续单击(Start或Express),挺不错的.....
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-17
    • 文件大小:1.16kb
    • 提供者:绳红田
  1. windows

    0下载:
  2. 老师布置的windows核心编程的大作业 功能需求如下: 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以加载一个动态链接库,动态链接库随机不停的产生数据,系统显示该数据。(为保证所有数据都能被显示,要求用同步机制来实现) 具有查看系统当前运行进程,线程的功能,并能选择结束进程。设置进程的优先级,休眠,唤醒线程。 系统可以查看虚拟内存使用情况(10分) 系统可以把输入的信息写入共享内存,并由另一个进程从共享内存中写入磁
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:761.61kb
    • 提供者:黄达
  1. BounceExpress

    0下载:
  2. 通过设置线程的优先级,实现两种小球的不同动作。-threaded through the establishment of priorities to achieve two small balls of different movements.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7.43kb
    • 提供者:吴丽军
  1. MyPriority

    0下载:
  2. 这是一个线程优先级设置的例子,可以学习怎样控制线程。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49.16kb
    • 提供者:chunbingling
  1. vb-multithread

    0下载:
  2. 一个vb多线程编程实例,能够设置线程优先级,已经调试能够执行。-a multithreaded programming examples threads will be able to set priorities, debugging can be implemented.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11.77kb
    • 提供者:zcs
  1. NWebCrawler

    0下载:
  2. 一款用 C# 编写的网络爬虫。用户可以通过设置线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等参数,获得网络上URL,下载得到的数据存储在数据库中。-Using a web crawler written in C#. Users can set the number of threads, thread waiting time, connection time, crawling file types can be Type and priority, the do
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-09
    • 文件大小:1.26mb
    • 提供者:张峰
  1. xiancheng

    0下载:
  2. VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:232.2kb
    • 提供者:张飞
  1. Threading

    0下载:
  2. 多线程下载文件,仿BT下载,可以同时下载多个文件,可以设置下载文件的优先级.并获取下载速度.-Multi-threaded download the file, like BT download, you can download multiple files at the same time, you can set the priority of the download file. And get download speed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:74.3kb
    • 提供者:huyuelong
  1. ThreadPriority

    0下载:
  2. 设置线程的优先级的例程,来自于Visual C++范例大全-Set the thread priority of the routines from Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:37.2kb
    • 提供者:ladeng
  1. GlobleVarThread

    0下载:
  2. 一个设置线程的优先级得例程,来自于Visual C++范例大全-Set the priority of a thread was routine, and from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:33.15kb
    • 提供者:ladeng
  1. SetPriority

    0下载:
  2. 该程序为演示程序,设置线程的优先级,初学C#编程可以借鉴。-The program for the demonstration program, set the thread priority, beginners can learn C# programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:20.08kb
    • 提供者:zhm
  1. ThreadPriority

    0下载:
  2. vc 设置线程的优先级\ThreadPriority的程序源码,希望对大家有所帮助-vc set the thread priority \ ThreadPriority the program source code, we hope to help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:29.87kb
    • 提供者:
  1. ThreadPriority

    0下载:
  2. vc——设置线程的优先级\ThreadPriority-vc- set the thread priority \ ThreadPriority
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:30.65kb
    • 提供者:
  1. ThreadPriority

    0下载:
  2. vc——设置线程的优先级\ThreadPriority的程序源码,值得一看!-vc- set the thread priority \ ThreadPriority the program source code, worth a visit!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:31.44kb
    • 提供者:
  1. ThreadPriority

    0下载:
  2. 设置线程的优先级\ThreadPriority\ThreadPriority.rar,很不错的vc源码,有兴趣的朋友可以看看。-Set the thread priority \ ThreadPriority \ ThreadPriority.rar, very good vc source, interested friends can see.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:31.51kb
    • 提供者:李志红
  1. Processes-and-threads

    0下载:
  2. Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:954.08kb
    • 提供者:阳光
  1. ThreadPriority

    0下载:
  2. 设置线程的优先级,VC++精选编程源码,很好的参考资料。-Setting the thread priority, the VC++ choice of programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:12.88kb
    • 提供者:清蒸翅子
  1. Priority

    0下载:
  2. C# 线程优先级定义实例,程序先演示如何创建优先级,可创建最高优先、普通优先和最低级别的线程实例,通过点击左侧的按钮确定后,右侧来显示线程运行信息,显示优先级信息供参考,在C#中,设置线程执行的优先级同为重要课程,对优化应用程序,提高执行效率有较好的意义-Prioridades de C# de rosca definen los casos, el programa muestra cómo crear una primera prioridad, para crear la más alta
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8.35kb
    • 提供者:gpudn15
« 12 »
搜珍网 www.dssz.com