-
a p2p source code about resource share, consists of two parts: one is server, an...
这是一个有关p2p资源共享的软件源代码,包括两部分组成,一是服务器端,另一是客户端.可以下载文本文件和其他格式的文件,不过其他格式有点问题,大家可以自己把它修改过来.-a p2p source code about resource share, consists of two parts: one is server, another is client. you can use it to download txt file and other format file, but there are some bug for the other format file, you can correct it by yourself.
- 2022-11-12 03:40:03下载
- 积分:1
-
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码...
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码-display in a virtual C source code inherited characteristics recommended by teachers norms efficient code
- 2022-02-05 21:40:18下载
- 积分:1
-
这是一个简单的C语言,一个漂亮的界面,应用程序可以快速提高…
这是一个C语言的简单、可观的一个界面,应用它能够快速的提高我们的编程水平-This is a simple C language, a handsome interface, applications can quickly improve our level of programming
- 2022-02-06 17:20:21下载
- 积分:1
-
KM匹配。二分图最大权匹配。
KM匹配。二分图最大权匹配。
KM匹配。二分图最大权匹配。
KM匹配。二分图最大权匹配。-KM
- 2022-06-21 02:16:12下载
- 积分:1
-
Charles Petzold的《windows程序设计》第五版,经典。带有电子数据和代码...
Charles Petzold的《windows程序设计》第五版,经典。带有电子数据和代码-Charles Petzold
- 2022-08-07 02:16:02下载
- 积分:1
-
mur
mur-100读卡器读卡测试程序。可以选择USB、串口,波特率等。-mur-100 reader reader test. Can choose USB, serial port, baud rate, and so on.
- 2022-03-16 23:35:23下载
- 积分:1
-
八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空...
八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。
-8 issue of the digital problem, also known as Nine-palace. In the 3 × 3 chessboard placed eight pieces, each piece is marked 1 to 8, a number of different pieces on the subject are not the same. There is also a board space, and spaces adjacent pieces can be moved to the space. To be resolved is: given an initial state and a target state, to find a target state from the initial movement into the least number of pieces of mobile steps step.
- 2023-06-28 21:25:03下载
- 积分: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
-
CMPP3.0移动短信网关调用
cmpp3.0 c#开发源码 测试通过
- 2022-05-24 13:35:56下载
- 积分:1
-
在 etabs 复合梁的设计
您可以设计复合梁的钢后在 etabs.its 很容易。覆盖流动模型和数值模拟的 Fortran 源代码,还有详细的非结构化网格 Delaunay 三角网格模型的二维源,附一份说明,还有动量能量方程进行了计算,是一个经典的来源,可供我们参考,这是值得学习......
- 2022-07-09 16:19:06下载
- 积分:1