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

搜索资源列表

  1. max-log-map.zip

    0下载:
  2. max-log-map算法的C语言的实现,能计算出所需要的LLR,做出软判决和硬判决。,max-log-map algorithm for the realization of the C language, can be required to calculate LLR, make a hard decision and soft decision.
  3. 所属分类:Compiler program

    • 发布日期:2016-03-28
    • 文件大小:3038
    • 提供者:lituguang
  1. StereoImage1.0

    0下载:
  2. 这是我用Delphi和Matlab写的一个程序,可以生成立体图像(3DS Max 脚本)、将平面图像立体化、基本矩阵计算、极线校正。作者保留所有权利。请勿用于商业用途。欢迎大家对它进行完善。-This is what I use Delphi and a program written in Matlab, can generate three-dimensional images (3DS Max scr ipt), will be three-dimensional planar image
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:972563
    • 提供者:刘然
  1. dvm_src

    0下载:
  2. Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:11757
    • 提供者:micro
  1. UART

    0下载:
  2. A badic controller for the UART. It incorporates a -- transmit and receive FIFO (from Max+Plus II s MegaWizard -- plug-in manager). Note that no checking is done to see -- whether the FIFOs are overflowing or not. This strictly -- handles the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1648
    • 提供者:Viral
  1. Banker_algorithm

    0下载:
  2. 一个实现操作系统银行家算法的vc++程序,银行家算法全过程,包括MAX,NEND等资源的设定都由txt文档提供。-A banker' s algorithm to achieve the operating system of the vc++ program, the entire process of banker' s algorithm, including the MAX, NEND settings and other resources provided by the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:16384
    • 提供者:beyond
  1. MixProgressBar

    0下载:
  2. Multicolor progress bar. Instead of signaling progress by specifying the position from min to max, you add sections (also from min to max) of any color. I originally used with three colors to show file corruption (like a disk surface check).
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:1586
    • 提供者:David
  1. dj3

    0下载:
  2. 微机原理及应用,在数据段1000H开始有100个不带符号数,编一程序段,找出其最大数并放在MAX单元中。-Microcomputer Theory and Application, begun in the data segment 1000H 100 unsigned number, compile a program segment, and to find out the maximum number of units on the MAX.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2256
    • 提供者:陈水木
  1. bankerAlgorithm

    0下载:
  2. 设计一个银行家算法,实现对N个进程和M种系统资源进行银行家算法判定和资源分配;并根据银行家算法的要求设计相应的数据结构,通过输入进程的个数,资源的种类,各个资源的最多数量,各个进程的Max,,Allocation,Need,然后对算法进行检测,判断是否能产生安全序列。-Design of a banker' s algorithm, to realize the process and the M N-species system resources determine the banke
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2721141
    • 提供者:何志芬
  1. Exp7

    0下载:
  2. 计算平均成绩,并在新的一行显示平均成绩(平均成绩前加有“Average:”提示) 能找出最高成绩,并在新的一行显示最高成绩(最高成绩前加有“Max.:”提示) -Calculating grade point average, and a new line displays the average score (average score before the additions " Average:" prompt) to find the highest score
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:288913
    • 提供者:YangForm
  1. S15_4

    1下载:
  2. 圆盘找数问题。设有以下20个随机数组成一个圆(首尾相接),分别求出连续的四个数之和为最大的四位数及其和值)以及连续的四个数之和为最小的四位数(输出整个数列、最大、最小的四个数及其和值。 要求: 1). 圆盘类class circle中包含私有成员int num[20], int Max[4] , int Min[4],int sum_max, int sum_min, 同时根据需要增加私有或公有成员及必要的公有成员函数。 2). 在程序中产生20个随机数.-Disc to find
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:1330
    • 提供者:babyxia
  1. bankers-algorithm-code

    0下载:
  2. 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to de
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1617
    • 提供者:金旭斌
  1. The-longest-Masuga-Ko-sequence

    0下载:
  2. ∏={8,7,4,2,5,1,9,3,10,6} f(j)以第j个元素Pi(j)为最后一个元素的最长增长子序列的长度。 f(j) = max{f(i)+1, 1}, a[i]<a[j], 0<i<j -Π = {8,7,4,2,5,1,9,3,10,6} f (j) to the j-th element Pi (j) is the last element of the longest length of the growth promoter
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:605
    • 提供者:谭茜
  1. graphpartition

    0下载:
  2. MATLAB function to partition very large graphs very fast. This function implements a graph partitioning algorithm based on spectral factorization. This algorithm is described in the following technical report: Joã o Hespanha. An efficient MA
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:122639
    • 提供者:leyla
  1. MaxCMS-4

    0下载:
  2. 马克斯程序maxcms是一套采用ASP+MSSQL/ACCESS架构的CMS系统,凭借100 完全开源、永久免费、功能强大、安全健壮、性能卓越、超级易用、模板众多、资源丰富等诸多优势、深得中国互联网广大站长的一致好评,已完全成为互联网程序的领头羊。" " 马克斯程序MaxCMS 4.0.2010.12.22 更新记录:" 修复 顶踩与评分插件冲突" 修复 留言,新闻翻页BUG" 修复 静态模式下,不生成播放页,URL传参方式2下{playpage:part}标签失效" 修
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:244376
    • 提供者:沙发党
  1. 3

    0下载:
  2. ,max函数出现在main函数之前,因此在main函数中调用max函数时,编译系统能识别max是已定义的函数名。 如果把两个函数的位置对换一下,即先写main函数,后写max函数,这时在编译main函数遇到max时,编译系统无法知道max代表什么含义,因而无法编译,按出错处理。 为了解决这个问题,在主函数中需要对被调用函数作声明-, Max function appears before the main function, so when you call max
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2942
    • 提供者:LJH
  1. Delphijj

    0下载:
  2. Delphi聚集函数求某月份完成工作量最多的员工,在VB与数据库的结合中,也经常有聚集函数的应用,本实例通过聚集函数MAX求7月份中,工作完成最多的员工,这在一些员工绩效考核软件中是相当实用的功能,通过数据库聚集函数很容易实现。-Delphi aggregation function for a month to complete the work most of the employees, the combination of VB and database, also often have
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:180403
    • 提供者:wpudn58
  1. improved-harris

    0下载:
  2. 从经典的Harris角点检测方法不难看出,该算法的稳定性和k有关,而k是个经验值,不好把握,浮动也有可能较大。鉴于此,改进的Harris方法()直接计算出两个特征值,通过比较两个特征值直接分类,这样就不用计算Harris响应函数了。 另一方面,我们不再用非极大值抑制了,而选取容忍距离:容忍距离内只有一个特征点。该算法首先选取一个具有最大最小特征值的点(即:max(min(e1,e2)),e1,e2是harris矩阵的特征值)作为角点,然后依次按照最大最小特征值顺序寻找余下的角点,当然和前一
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:84348
    • 提供者:hk
  1. 算法调度实验

    0下载:
  2. 先来先服务 第一个进入输入井的作业先执行,那么该作业就有一个执行结束的时间,那么在该作业运行时间内,满足时间条件的作业进入输入井,然后根据前一个作业的运行结束的时间推算和下一个作业要进入输入井的时间推算下一个作业时间开始运行的时间: Time = max(curendtime,nextstarttime);这样后作业运行的开始时间就计算出来了, 那么加上一个运行长度就是该作业的结束时间,周转时间即为结束时间减去进入输入井的时间(first come first served T
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-27
    • 文件大小:507904
    • 提供者:允儿pova
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:8569856
    • 提供者:静守成雯
搜珍网 www.dssz.com