-
It is a dos clock I have made. It shows time continously
It is a dos clock I have made. It shows time continously
- 2022-12-24 23:00:03下载
- 积分:1
-
GDI绘图
基于GDI的图形程序设计:画点,线,面和立体的茶壶在windows窗体。
- 2023-06-17 20:00:06下载
- 积分:1
-
smartphone2003 上用evc编译的按键测试程序, api编写的
smartphone2003 上用evc编译的按键测试程序, api编写的-Smartphone2003 EVC compiler use the button test procedure, api prepared
- 2022-04-23 19:50:21下载
- 积分:1
-
源 OOP 代码: Polimorfism
此源代码用于获取有关该雇员的数据。此源代码使用对象面向概念使用 C + +。在源代码中有了许多儿童的继承多态性或班主任类
- 2023-02-01 02:05:04下载
- 积分:1
-
This program is used for finding the dofollow blog on the internet , it is usefu...
This program is used for finding the dofollow blog on the internet , it is useful for the person who want to do the link building on other web sites.
- 2023-02-23 11:20:03下载
- 积分:1
-
支持复选功能树控件的下拉框
支持复选功能树控件的下拉框-support of the right of election control function tree drop-box
- 2022-03-16 04:26:51下载
- 积分:1
-
canny自适应边缘检测
opencv2.4.9+vs2010 由于opencv里面自带的canny算子无法自适应选取阈值,必须人工给予合适的上下阈值,所以只能检测单张图像,无法检测视频流或者多张图像,本人采用大津法实现了自适应阈值的边缘检测。代码图片都齐全,只需安装好环境就可以了,效果还可以~
- 2022-10-25 02:25:05下载
- 积分:1
-
written in C language database can query the data, sort, search, and reference s...
用C语言编写的数据库可以对数据进行查询、排序、检索和引用,应精简小学习。
- 2022-01-25 14:44:29下载
- 积分:1
-
图的数据结构的实现。A fundamental graph library implements data structure and algorithms t...
图的数据结构的实现。A fundamental graph library implements data structure and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of high performance and efficiency when deletion insertion and search.-Graph data structure implementation. A fundamental graph library implements data structure and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of high performance and efficiency when deletion insertion and search.
- 2022-06-19 00:59:35下载
- 积分:1
-
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个...
KiWaitOutListhead,KiDispatcherReadyListHead,分别是两条阻塞链,一条就绪链表,当线程获得CPU执行的时候,系统分配一个时间片给线程,当发生一次时钟中断就从分配的时间片上减去一个时钟中断的值,如果这个值小于零了也就是时间片用完了,那么这个线程根据其优先级载入到相应的就绪队列末尾。KiDispatcherReadyListHead是一个数组链的头部,在windows 2000中它包含有32个队列,分别对应线程的32个优先级。如果线程因为同步,或者是对外设请求,那么阻塞线程,让出CPU的所有权,加如到阻塞队列里面去。CPU从就绪队列里面,按照优先权的前后,重新调度新的线程的执行。当阻塞队列里面的线程获得所需求的资源,或者是同步完成就又重新加到就绪队列里面等待执行。 -err
- 2022-08-14 09:24:06下载
- 积分:1