-
Discrete cosine transform to compress data.
Discrete cosine transform to compress data.
- 2023-01-03 05:25:02下载
- 积分:1
-
一个介绍圆角矩形的异形窗口程序
一个介绍圆角矩形的异形窗口程序-a rectangular fillet on a square window procedure
- 2023-06-07 16:30:03下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1
-
江苏省计算机二级考试,2003
江苏省计算机二级考试,2003-2004年各套上机题的原码,包括该错和编程,江苏考生的必备。-Jiangsu Province, two computer examinations, 2003- 2004 put the machine that the original code, including the wrong and programming, Jiangsu candidates essential.
- 2022-01-26 04:53:21下载
- 积分:1
-
ymud源码,想开发MUD客户端的可以参考
ymud源码,想开发MUD客户端的可以参考-ymud source, I would like to develop MUD client can refer to
- 2022-06-15 02:00:09下载
- 积分:1
-
address was member function
获得成员函数地址-address was member function
- 2022-04-19 00:35:59下载
- 积分:1
-
practice a fingering process. Process interface which depicts the various keys (...
一个指法练习程序.程序界面中画出了各个键(限字母)在键盘上的位置,以方便初学者熟悉键盘.可以在程序中设置练习的字母范围,如A~G,H~L...还可以对练习的时间进行设置,时间到后反馈练习成绩.-practice a fingering process. Process interface which depicts the various keys (the letter) in the position of the keyboard, to facilitate beginners familiar with the keyboard. The procedure can set the scope of practice of the alphabet, A to G, H ~ L. .. can also exercise the right time set up, time after practice performance feedback.
- 2023-08-26 00:15:04下载
- 积分:1
-
visual c++ 编写的grid的demo代码,很不错
visual c++ 编写的grid的demo代码,很不错-visual c prepared by the grid of the demo code is pretty good
- 2023-07-04 01:30:03下载
- 积分:1
-
时间表管理
时间表管理 Vb 编程,这一项目在 visual basic 6.0 下开发与后端ms访问,组织或店铺员工的时间管理
- 2022-08-14 06:28:22下载
- 积分:1