CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - algorithm system

搜索资源列表

  1. ofdm32

    0下载:
  2. 一篇北邮的论文,一种降低OFDM系统峰均功率比的算法,作者是靳晓嘉,陈波,刘鑫,宋俊德-a Beijing University of Posts and Telecommunications of essays and a lower OFDM system peak to average power ratio of the algorithm, is the author Jin Xiao jia, Chen Bo, Liu Xin, Junde
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:159935
    • 提供者:微微蓝
  1. AnOptimalFixedPriorityAssignmentAlgorithm

    0下载:
  2. 一篇关于支持容错硬实时系统的固定优先级分配算法的论文-support for a hard real-time fault-tolerant system of fixed priority allocation algorithm papers
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1064120
    • 提供者:spx
  1. CDMAgonglvkongzhiSystemViewfangzhen

    0下载:
  2. 摘要:功率控制是CDMA系统中的关键技术之一.本文利用SystemView软件对CDMA系统反向闭环 功率控制进行了仿真.结果表明,通过适当的功率控制算法可以在保证一定误帧率的基础上降低移 动台的发射功率,增加系统容量,并延长移动台电池的使用时间. 关键词:CDMA 功率控制 仿真-Abstract : Power Control in CDMA Systems is one of the key technologies. By using the SystemView softw
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:61909
    • 提供者:古风
  1. CDMAgonglvkongzhiMATLABfangzhen

    2下载:
  2. 【摘  要】论文总结了CDMA通信系统功率控制的目的和方法,重点介绍了基于信噪比的功率控制算法,最后利用 MATLAB工具,对开闭环结合的功率控制方法进行了仿真,给出了实验结果。 【关键词】 CDMA  功率控制  MATLAB仿真 -Abstract paper summarizes the CDMA system power control method and the objective, focus on the signal-to-noise ratio on the
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:346650
    • 提供者:古风
  1. osbank

    0下载:
  2. 操作系统中的进程管理的银行家算法实现,简单易懂,是我计算机系学生的设计哦!-operating system process management bankers algorithm is simple to understand, I was a student of computer design!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7340
    • 提供者:陈秀兰
  1. C-PRO

    0下载:
  2. 用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:149797
    • 提供者:武键
  1. ARM-c

    0下载:
  2.  无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计。-without the support of the operating system embedded system software, including guidance system (BOOT), the driv
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:214796
    • 提供者:福东方
  1. resouceschedulinginofdma

    0下载:
  2. ofdma系统中基于有限反馈的资源公平调度算法,2005年发表,摘于万方数据库。论文中使用的算法基于PF,但提出了簇的概念,并且其中各子载波相关。-ofdma system based on feedback from the limited resources fair scheduling algorithm, published in 2005, Abstract on the popular database. Papers used in the algorithm is based
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:173058
    • 提供者:Angel Wong
  1. abfilesscn

    0下载:
  2. Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13127
    • 提供者:秦永久
  1. 用信号量实现磁盘调度SCAN算法

    0下载:
  2. 属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3721
    • 提供者:杨蔺又
  1. 作业调度模拟

    0下载:
  2. 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2987
    • 提供者:陈峰
  1. QGA

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4222
    • 提供者:陈朋
  1. jinchengdiaodu

    0下载:
  2. 该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-The system includes a simple process control, synchronization and communication agencies, the process scheduling algor
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:2007
    • 提供者:xinyuan
  1. file

    0下载:
  2. 操作系统下的文件管理算法模拟,对windows下的文件管理进行简单的操作!-The operating system of files management algorithm simulation for the Windows of files management with simple operation!
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:1799
    • 提供者:lou
  1. register

    0下载:
  2. 一个自动注册系统,配有客户端和算号器,利用注册表存储,计算算法有效,很难破解。-An automatic registration system with the client and key generators, use the registry to store calculation algorithm is effective, it is difficult to crack.
  3. 所属分类:File Operate

    • 发布日期:2017-12-03
    • 文件大小:201332
    • 提供者:陈彦宁
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:1602
    • 提供者:plm
  1. mulu

    6下载:
  2. 查找Windows FAT文件系统下指定目录的特定文件 2.设计要求及目的: 1. 对形如“C:\\Windows\\System\\Telnet.hlp”的文件进行查找;算法为: 2. 首先找到根目录C:\\; 3. 从根目录找到子目录Windows; 4. 再找到子目录System; 5. 再找到文件Telnet.hlp; -Find the specified directory Windows FAT file system-specific file 2.
  3. 所属分类:File Operate

    • 发布日期:2014-12-18
    • 文件大小:1024
    • 提供者:singerlio
  1. sournz

    0下载:
  2. 这是操作系统中的一个进程调度算法的源程序!不错-This is a process of operating system scheduling algorithm source code!
  3. 所属分类:File Operate

    • 发布日期:2017-12-13
    • 文件大小:188482
    • 提供者:qcve+899
  1. anm-engagea

    0下载:
  2. editplus注册机源码editplus注册部分的算法分析,从事多媒体和系统开发,-Editplus registered machine part source editplus registration algorithm analysis, engaged in multimedia and system development,
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:24576
    • 提供者:freqeenel
  1. dumerical-equations

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-The inside of the numerical methods used though laser hair interpolation algorithm for solving linear equations, problem sets can be used to solve the linear system of equations
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:14336
    • 提供者:ggide
« 12 »
搜珍网 www.dssz.com