搜索资源列表

  1. 排队论mm1

    0下载:
  2. 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21283
    • 提供者:肖煜
  1. zuijiasuanfa

    0下载:
  2. #include #include #define M 20 #define N 3 int mm[M]={0,0,0,2,3,1,0,4,2,3,2,1,0,3,2,2,1,3,0,1}; int nn[N]; int number; void Xunhuan(void); void FIFO(void); void Best(void); void LRU(void); int main() { char ss[1]; int i,
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:2853
    • 提供者:lipman1987
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入
  3. 所属分类:其他小程序

  1. 排队论mm1

    0下载:
  2. 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:231424
    • 提供者:肖煜
  1. AdRestoreSource

    0下载:
  2. Server 2003 introduces the ability to restore deleted ("tombstoned") objects. This simple command-line utility enumerates the deleted objects in a domain and gives you the option of restoring each one. Source code, which
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:24576
    • 提供者:李杰
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2024-06-08
    • 文件大小:1965056
    • 提供者:
  1. kaMan

    0下载:
  2. This package implements a Kalman filter as described in the paper "A Statistical Algorithm for Estimating Speed from Single Loop Volume and Occupancy Measurements" by D. J. Dailey.-This package implements a Kalman fi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-08
    • 文件大小:87040
    • 提供者:刘恒
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, a
  3. 所属分类:加密解密

    • 发布日期:2024-06-08
    • 文件大小:389120
    • 提供者:Nikii
  1. RPC_SDKWindowsVersion_oncrpc

    0下载:
  2. 这个是Windows版本,不是Linux版本 Netbula RPC for Win32 supports multithreading, this document describe the procedure to build multithreaded (MT) RPC server and clients-this is the Windows version, not Netbula RPC Linux version s
  3. 所属分类:并行运算

    • 发布日期:2024-06-08
    • 文件大小:456704
    • 提供者:infinite8
  1. macaddress

    0下载:
  2. 此代码通过 NetApi32.dll 中提供的API来实现 Windows 系统中网卡MAC地址的获取。首先发送 NCBENUM 命名枚举机器上所有网卡(因为一台PC上有可能装多张网卡),由此可以获得网卡的数目和每张网卡的内部编号,接着针对每个网卡编号发送 NCBASTAT 命令获取其 MAC 地址。注意使用本例所提供的方法获取MAC地址,网卡事先必须与 MS NetBEIU 协议进行绑定。-NetApi32.dll this code
  3. 所属分类:通讯编程

    • 发布日期:2024-06-08
    • 文件大小:12288
    • 提供者:肖和平
  1. DDK_BCHKD_Custom_Events

    0下载:
  2. RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it.
  3. 所属分类:驱动编程

    • 发布日期:2024-06-08
    • 文件大小:23552
    • 提供者:wiyn
  1. DigitalMap

    0下载:
  2. 这是一个2维dem数据读取,显示的vc写程序。-This is a 2-D data dem read, write procedures shown vc.
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-08
    • 文件大小:4489216
    • 提供者:赵骞
  1. huffman

    0下载:
  2. 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-08
    • 文件大小:132096
    • 提供者:张娟
  1. operating_system_scheduling

    0下载:
  2. 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调(如优先数加3),试对如下给定的一组进程给出其调度顺序。每当结束一进程时要给出当前系统的状态(即显示就绪队列)。这里,进程可用进程控制块(PCB)表示为如右表所示。 进程名 A B C D E F G H J K L M 到达时间
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-08
    • 文件大小:684032
    • 提供者:Blade
  1. ShutDown

    0下载:
  2. 定时关机程序 你可以按 yyyy-m-d h:m 的格式输入关机时间,时间一到会做一个90秒的倒计时,倒计时结束后就关机了-From time to time you may press the shutdown procedure yyyy-md h: m format input shutdown time, the time comes to do a 90 seconds countdown, countdown to th
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:9216
    • 提供者:abc
  1. tianshuo

    0下载:
  2. 告诉你年月日,说出这一天是这一年中的第几天。 输入 输入文件的每一行上有三个整数y、m、d,其中y表示年份(只考虑公元后的年份)、m表示月份、d表示m月中的第几天。 输入直到文件结束。 为问题简单起见,你可认为输入的数据是合法的。 输出 对输入中的每一个年月日数据y、m、d,在一行上,按y年m月d日输出这一天是这一年中的第几天。-Date to tell you, this is the one to say t
  3. 所属分类:其他小程序

    • 发布日期:2024-06-08
    • 文件大小:888832
    • 提供者:杨坤
  1. minrobot_huisu

    0下载:
  2. 问题描述:设某一机器由n个部件组成,每一种部件都可以从m个不同的供应商处购得。设wij是从供应商j处购得的部件i的重量,cij是相应的价格。试设计一个算法,给出总价格不超过c的最小重量机器设计。 数据输入:由文件1.txt给出输入数据。第一行有3个正整数n,m,d。接下来的2n行,每行n个数。前n行是c,后n行是w. 结果输出:将计算的最小重量及每个部件的供应商输出到文件2.txt. -Problem Descr ipt
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-08
    • 文件大小:952320
    • 提供者:li
  1. Asp_sql100w_dll

    0下载:
  2. 在ASP中使用组件 set cls=Server.CreateObject("MyDLL.MsSql") cls.ConnStr="driver={sql server} server=www.pc456.cn uid=pc456sss pwd=1 database=www.pc456.cn" 给组件设置数据源信息 添加,修改,删除数据: cls.execute(sql) 无分页读取数据: Set R
  3. 所属分类:WEB源码

    • 发布日期:2024-06-08
    • 文件大小:19456
    • 提供者:qianzhi
  1. planet

    0下载:
  2. 计算机图形学程序,该程序演示太阳,地球,月亮三者的一个系统,按“y”“m”“d”系统会模拟地球公转/自转/月球绕地球转-Computer graphics program that demonstrates the Sun, Earth, Moon, a system of three, according to " y" " m" " d" the system will simu
  3. 所属分类:OpenGL

    • 发布日期:2024-06-08
    • 文件大小:10240
    • 提供者:陈明
  1. test_5

    0下载:
  2. 定义一个日期类DateType,它的数据成员y, m, d用来表示当前日期的年、月、日。设计该类实现的功能(相应的类成员函数)。-Definition of a date class DateType, its data member y, m, d is used to indicate the current date of the year, month, day. Designed to achieve the function
  3. 所属分类:VC/C++相关

    • 发布日期:2024-06-08
    • 文件大小:936960
    • 提供者:sword
« 12 3 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org