-
Windows环境下32位汇编语言程序设计,十分全面
Windows环境下32位汇编语言程序设计,十分全面-Windows Environment 32-bit assembly language programming, a very comprehensive
- 2022-11-03 12:05:03下载
- 积分:1
-
通过页式虚拟存储管理中缺页中断轮转算法的模拟设计,了解虚拟存储技术的特点,掌握页式存储管理的缺页中断轮转法。 计算缺页次数、缺页率、被淘汰的序列。...
通过页式虚拟存储管理中缺页中断轮转算法的模拟设计,了解虚拟存储技术的特点,掌握页式存储管理的缺页中断轮转法。 计算缺页次数、缺页率、被淘汰的序列。-make a sence of the charasteristic of virtual store skill ,via the simulating design of interrupt cycle arithmetic,and master the missing-page interrupt cycle arithmetic about memory management by pages.calculate missing-page,missing-page-rate,orders eliminited
- 2022-02-14 11:45:29下载
- 积分:1
-
With my right Bubble possibly understand the law out, but something to do with t...
虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-With my right Bubble possibly understand the law out, but something to do with the standard a little difference in the Internet search for a moment on the C# version of the Bubble algorithm, it would be not a decent, their control algorithm model seriously wrote a version of the C#, has been in testing success
- 2022-05-19 08:50:52下载
- 积分:1
-
Frogger (exchange), [Title Description] A total of 2n+ 1 stones, each about two...
青蛙过河(互换),[题目描述]
一共有2n+1块石头,左右各有两队、各N只青蛙,当中一块石头空白,如何将左面的青蛙和右面的青蛙互换呢? 如下图所示(其中X表示空格)
-Frogger (exchange), [Title Description] A total of 2n+ 1 stones, each about two teams, the N frogs, of which a stone blank, how to the left of the frog and the frog swap it right? As follows in the figure below (where X express spaces)
- 2023-03-08 07:20:03下载
- 积分:1
-
PowerBuilder常用函数(汉化)
PowerBuilder常用函数(汉化)-PowerBuilder commonly used functions (finished)
- 2022-03-15 07:26:47下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
sniffer
嗅探代码,可以嗅探网络协议,进行网络分析和解码-sniffer
- 2022-01-28 00:43:28下载
- 积分:1
-
VC编写的一个小程序,可以修改单个或多个文件的修改时间。
VC编写的一个小程序,可以修改单个或多个文件的修改时间。-VC prepared by a small program can modify individual or multiple files modified.
- 2022-02-04 14:55:26下载
- 积分:1
-
添加URL快捷方式到收藏夹、开始菜单和桌面上
添加URL快捷方式到收藏夹、开始菜单和桌面上-Add to Favorites URL shortcut to start menu and desktop
- 2022-02-05 12:22:48下载
- 积分:1
-
c#开发的浏览器
支持浏览器的基本功能前进后退,收藏,多标签等功能
- 2022-03-13 17:20:35下载
- 积分:1