-
Calcu_Sets
此程序计算的基本操作的一套理论在数学: 联盟两套、 两个集合的交集和一套补充。该程序运行在控制台中。
- 2022-08-21 22:17:10下载
- 积分:1
-
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类...
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类-There are six souce code package ,and the file name contain it s programing entironment.
I hope that administrator can help me classify it.thank you very much.
- 2023-07-06 09:30:04下载
- 积分:1
-
stm32f103 + freertos + DMA
源代码功能简介:
stm32f103移植Freertos,利用DMA实现3路串口数据的收发功能;
4路PT1000温度采样,4路硬件PWM输出,利用PID算法控制温度,精度+/-0.5度;
内含原理图及PT1000 250度热敏电阻分度表
- 2022-03-18 00:08:13下载
- 积分:1
-
用VB编写的留言本
用VB编写的留言本-VB prepared by the message
- 2022-10-21 08:55:03下载
- 积分:1
-
100个经典程序,主要是由C语言编写的经典程序,由易到难,非常适合新手学习...
100个经典程序,主要是由C语言编写的经典程序,由易到难,非常适合新手学习-100 classic program, mainly by the C language written in the classic procedure, Youyidaonan very suitable for novice to learn
- 2022-01-26 03:28:25下载
- 积分:1
-
简单的物理引擎OpenGL程序
Simple Physics Engine OpenGL Program
- 2022-03-03 12:41:13下载
- 积分:1
-
内网MAC地址获取器,方便收集各主机特征码,方便修改IP地址
内网MAC地址获取器,方便收集各主机特征码,方便修改IP地址-get Physical in Loacl net
- 2023-04-21 03:00:03下载
- 积分:1
-
windows OEM信息显示
windows OEM信息显示-windows OEM message
- 2023-02-20 11:35:04下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1
-
为了方便学习设计模式的朋友,现把设计模式的其它四个部分C#源码也一并发放(单件,工厂方法,简单工厂,生成器),开发平台同样为VS2005...
为了方便学习设计模式的朋友,现把设计模式的其它四个部分C#源码也一并发放(单件,工厂方法,简单工厂,生成器),开发平台同样为VS2005-The other four parts of C# source code of Design patterns (single piece, factory methods, simple plants, generators). development platform:S2005
- 2022-04-30 05:45:01下载
- 积分:1