CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - distribution

搜索资源列表

  1. 用三元组表实现稀疏矩阵的转置运算

    1下载:
  2. 用三元组表实现稀疏矩阵的转置运算 一个阶数较大的矩阵中的非零元素个数S相对于矩阵元素的总个数t很小时,即非 零元素个数s占矩阵元素的总个数t的25%~30%时,称该矩阵为稀疏矩阵称. 由于稀疏矩阵中非零元素的分布没有任何规律,在存储非零元素时,必须保存该非 零元素所对应的行下标和列下标.这样,存储的每个稀疏矩阵中的非零元素都需要(行 下标,列下标,元素值)三个参量来唯一确定,将这种存储结构称为稀疏矩阵的三元组 表示法. 稀疏矩阵中的所有非零元素构成三元组线性表.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2790
    • 提供者:snow
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法

    0下载:
  2. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process p
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1917
    • 提供者:fdf
  1. EMnormmixtest

    0下载:
  2. 经典的EM算法程序,用于正态混合分布模型的参数估计,希望能够对大家有帮助!-classic EM algorithm for the Normal Distribution hybrid model parameter estimation, we hope to be able to help!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:322241
    • 提供者:ljy
  1. pd

    0下载:
  2. 用Delphi开发的电工配电计算程序,能计算配套元件的额定值整定值和电线截面值,希望对广大电工有所帮助.-with Delphi Electric Power Distribution program, computation matching components rated setting and wire cross-section values, and I hope to help the majority of electricians.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:56498
    • 提供者:丁向前
  1. pasong

    0下载:
  2. 泊松分布的图形算法 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-Poisson distribution of graphic algorithms that use the c language drawing programs to tc2.0 running. The remaining procedures in the various compiler can run under,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54049
    • 提供者:李超
  1. pingjun

    0下载:
  2. 平均分布的图形演示 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-average distribution of graphic demonstration that the use of language c drawing program to tc2.0 running. The remaining procedures in the various compiler can run under,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31665
    • 提供者:李超
  1. zhishu

    0下载:
  2. 指数分布的图形演示 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-index distribution of graphic demonstration that the use of language c drawing program to tc2.0 running. The remaining procedures in the various compiler can run under,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21082
    • 提供者:李超
  1. memory_release

    0下载:
  2. 本程序采用最佳适应法,编写可变分区存储模拟系统,该系统中包括以下功能:查询、分配、回收、退出,并能通过良好的用户界面体现出来。(注:用“拼接”和“搬家”技术处理存储碎片)-the adoption of best adaptation, through the preparation of variable storage simulation system, which includes the following functions : inquiries, distribution, re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43018
    • 提供者:我的的
  1. 3_28_u&XO78Xky83O78H3z7XNsy5yYXJfRGVscGhp

    0下载:
  2. 货物配送物流系统有程序说明,源码,安装程序!-goods distribution and circulation system descr iption of the procedures, source, the installation procedure!
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:2980350
    • 提供者:陈雾
  1. methodofproducingrandomnumber

    0下载:
  2. 任意分布的随机数的产生方法—VC程序实现方法-arbitrary distribution of the random number selection-VC Program Implementation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48783
    • 提供者:李国盛
  1. ElectromagneticField

    0下载:
  2. 利用matlab实现已知电势分布情况下,周围电磁场的分布情况。-achieved using Matlab known potential distribution circumstances surrounding the distribution of the electromagnetic field.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34866
    • 提供者:越逡
  1. dianChiChuang

    0下载:
  2. 本程序是用vc++编程来模拟电场的分布情况-this procedure is used vc programming to simulate the distribution of the electric field
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38539
    • 提供者:钟伟东
  1. FA_Demo

    0下载:
  2. 我本来想用的是.ocx控件,最后发现,对于自定义struct,它似乎是无能为力(有谁知道.ocx可以的话请联系我)。最后采用的是vc++6.0中的ATL。下面给出了如何调用含自定义结构的组件函数senddata,ReceiveData。组件中的参数传递与下面的代码是一模一样的 ,这里不再重复。(该组件是应用于配电自动化中的,用以实现馈线自动化FA功能,本人自己设计开发)。 -I had wanted to use the. Exe controls and found that, since t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:92646
    • 提供者:wwwwppp
  1. aaly761224

    0下载:
  2. 环境变量配置图解,主要是配置java的环境变量配置图解。-graphical configuration environment variable is mainly the distribution of java graphical configuration environment variable.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:426652
    • 提供者:刘洪兵
  1. eg100

    0下载:
  2. c++时尚编程——进程的内存分布,附有界面的图片-fashion -- the process of distribution of memory, interface with the pictures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45844
    • 提供者:岳明
  1. virtual-dusk

    0下载:
  2. 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:346718
    • 提供者:戴天天
  1. stars

    0下载:
  2. 程序源码。通过编译,运行成功。原题:Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star be an amount of the stars that are not higher and not to the right of the given st
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:883
    • 提供者:孙威
  1. timeComputer

    0下载:
  2. 为了解决大学宿舍内电费怎么分配购买问题!写的小程序!希望与大家分享!-University dormitory electricity distribution how to buy! The write small programs! Want to share with you!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:66297
    • 提供者:superdeng
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com