-
this program is written in java from a small program used to record information...
本程序是由java写的一个小程序,用于记录好友各种信息,方便添加,查询,修改好友信息。是一个简单适用的小程序-this program is written in java from a small program used to record information friends, add convenience, inquiries, information amend friends. It is a simple application of small programs
- 2022-04-18 19:00:29下载
- 积分:1
-
实现画图板,是很有用的程序,
实现画图板,是很有用的程序...
实现画图板,是很有用的程序,
实现画图板,是很有用的程序-Draw.rar
- 2022-06-30 13:44:41下载
- 积分:1
-
here, including almost all of the data structure of the small simple procedures...
在这里,包含了几乎所有的数据结构的简单小程序,希望大家会喜欢!
- 2022-07-20 00:21:28下载
- 积分:1
-
这是一个运算符重载的实例程序,程序中以复数的加法作为例子,实现将加法运算符重载,得到c=c1+c2直接得到俩个复数相加的和...
这是一个运算符重载的实例程序,程序中以复数的加法作为例子,实现将加法运算符重载,得到c=c1+c2直接得到俩个复数相加的和-This is an example of operator overloading, programs, the addition in the plural as an example, to achieve an additive operator overloading, to be c = c1+ c2 directly from the sum of both a complex and
- 2023-02-05 07:30:04下载
- 积分:1
-
新手注册,源码没有,上传书籍
英文第三版
新手注册,源码没有,上传书籍
英文第三版-EffectiveC++,英文更加详细-Register novice, there is no source code, upload the third edition of Books in English-EffectiveC++, English more detailed
- 2023-07-23 23:00:04下载
- 积分:1
-
project for Cd library
project for Cd library
- 2022-02-02 22:59:01下载
- 积分:1
-
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能...
利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能-HOOK API using technology to replace wsock32.dll in the connect function, to achieve similar functionality SocksCap
- 2023-03-03 14:55:04下载
- 积分:1
-
对于给定输入,求解双联通分量。输入格式为第一行节点个数,以后为边...
对于给定输入,求解双联通分量。输入格式为第一行节点个数,以后为边-For a given input, solve the two-component Unicom. Input format for the first line of the node number, since the edge
- 2022-01-25 21:26:43下载
- 积分:1
-
基于Java开发的模仿微信打飞机游戏
基于Java的模仿微信的打飞机游戏,以移动鼠标的形式控制飞机,采取数组方式替代集合,方便初学者查看学习,Java入门的整合项目
- 2023-08-18 03:20:02下载
- 积分: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