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

搜索资源列表

  1. Delphi_412132

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

    • 发布日期:2017-04-25
    • 文件大小:171456
    • 提供者:R46AQFZ
  1. maze

    0下载:
  2. 输入matrix文件,输出一个迷宫,比较简单的实现,输出文件是matrix。-convert the matrix file to a maze, use dymatic array implement the array printing, the max X and Y is 30 and 40
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5819
    • 提供者:Jerry Yan
  1. PMl-IR

    0下载:
  2. Blog信息源和信息量的广泛增长给中文文本分类带来了新的挑战。本文提出了—种基于PMI—IR算法的四种情感分类方法来对Blog文本进行情感分类。该方法以情感词语为中心,通过搜索引擎返回的结果来计算文本 中的情感要素和背景情感词之问的点互信息值,从而对文本进行情感分类。该方法在国家语言资源监测与研究中心网络媒体语言分中-心2008年度的Blog语料和COAE2008的语料上分别进行了测试。与传统方法相比准确率和召回率都有了较大的提高。-Development ofBIog texts info
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:677334
    • 提供者:guwei
  1. design_and_implementation_of_a_cfar_processor_for

    0下载:
  2. Real-time performance of adaptive digital signal processing algorithms is required in many applications but it often means a high computational load for many conventional processors. In this paper, we present a configurable hardware architecture for
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:58227
    • 提供者:nacer1606
  1. Illustration_Norms

    0下载:
  2. or a thorough descr iption of the norms, see the Chapter 4 of Robust and Optimal Control, Zhou, Glover, Doyle 1996. Here the point is to give some lines of code illustrating what are the H2 and Hinf norms of LTI systems. In that sense, it i
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2749
    • 提供者:ahmed
  1. BlackJack

    0下载:
  2. 21点,看谁点数最大,如果是21点你就赢了,其中还有双倍,保险,两付牌,双倍就是赢或输都是双倍,保险就是赢或输都是一半,两会牌就是把牌拆成两份来玩。开始时一人两张牌,然后可以选要牌或不要,五张牌封顶,2到9代开2到9,10、J、Q、K代表10,A代表1或11。-21, to see who Max is 21 points, if you win, of which there are double, insurance, pay is two cards, double win or lose
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:22219
    • 提供者:Simon-4
  1. how-to-seek-a-extremum-sequence

    0下载:
  2.   Matlab中如何求一个序列的极值?在Matlab中有专门求序列最大值和最小值的函数,分别是Max  和  Min,但是有时候我们不满足于求整个序列的最值,而是对序列的极值,也就是局部的最值感兴趣。对于解析函 数,这个比较简单,只要令一阶倒数为零求出对应的自变量就行了。-Matlab how to seek a extremum sequence? In the Matlab there is a special function for sequence of ma
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:41062
    • 提供者:Foster
  1. Particle-swarm-optimization

    0下载:
  2. 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me The project with the minimum of the objective function is often, so I change the pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5161
    • 提供者:胡刚
  1. FindStudent

    0下载:
  2. 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现-The length of L1, L2... Ln n programs put in the tape on T1 and T2, and hope that in accordance with the maximum searc
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4442404
    • 提供者:321
  1. ldst_multiple

    0下载:
  2. Adds a packet of the given |size| to the bucket and returns packet delay. Returns TimeDelta::Max() if the packet overflows the bucket, in which case it should be dropped. -Adds a packet of the given |size| to the bucket and returns packet delay. R
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2345
    • 提供者:kimeibang
  1. max

    0下载:
  2. 该文档介绍了如何编写一个C代码并将它转化为一个Dll动态链接库供其他C代码调用。基于C语言编写一个比较大小的函数max,在VS 2010环境下生成了Dll动态链接库max.dll。-This document describes how to write a C code and convert it to a dynamic link library for other C code calls. Write a comparison function max based on the C l
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:191259
    • 提供者:贵有恒
  1. container

    0下载:
  2. The max size that a non-root user is allowed to grow the pipe. Can be set by root in proc sys fs pipe-max-size.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:8406
    • 提供者:qersecg
  1. main.cc

    0下载:
  2. 去年的 tangjz 非常喜欢做数论题,但是一年以后的 tangjz 却不那么会做了。 在整理以前的试题时,他发现了这样一道题目:“求 ∑σ(i) ,其中 1≤i≤N , σ(i) 表示 i 的约数之和。” 现在他长大了,题目也变难了,所以麻烦你来帮他解决一道数论题吧。 他需要你求如下表达式的值: ∑Ni=1∑Nj=1max(i,j)⋅ σ(i⋅ j) 其中 max(i,j) 表示 i 和 j 里的最大值, σ(i⋅ j) 表示 iͺ
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1103
    • 提供者:syb
  1. Max

    0下载:
  2. 实现了一个比较简单的基于MapReduce寻找最大值的例子。-Implements a simpler example based on graphs to find the maximum.
  3. 所属分类:Cloud Computing

    • 发布日期:2017-04-15
    • 文件大小:5024
    • 提供者:cheney
  1. GeneticAlgorithm

    0下载:
  2. 基于matlab的遗传算法的一个简单实现,求解函数最大值。-A Genetic Algorithm programmed by matlab to calculte the max value of a function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:yuzhongchun
  1. 2133

    0下载:
  2. 已知线性表的元素按递增顺序排列,并以带头结点的单链表作存储结构。试编写—个删除表中所有值大于min且小于max的元素(若表中存在这样的元素)的算法程序。-Linear table of elements known by increasing order, and to take the lead in a single node list for the storage structure. Test preparation- a deletion of the table all the v
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:834
    • 提供者:tou866195
  1. solderiron-max

    0下载:
  2. 如何使用烙铁和如何将烙铁的寿命做到最大化-The life of a soldering iron tip is a measure of how long the tip will continue to make quality solder connections without reducing the operator’s performance. During the soldering process, the soldering iron tip undergoes phys
  3. 所属分类:Project Manage

    • 发布日期:2017-04-30
    • 文件大小:99625
    • 提供者:楊偉杰
  1. max

    0下载:
  2. 实现一个摄像头,分多个角度拍摄照片,利用这些照片进行三维重构用到的随机序列-Implement a camera to take pictures in several angles, the use of these photos were used in three-dimensional reconstruction of a random sequence
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-30
    • 文件大小:17702
    • 提供者:weidong
  1. kankanso

    0下载:
  2. 马克斯程序不仅支持迅雷P2P,BOBOP2P,QVOD,NEO等P2P数据格式,还是一款资源聚合程序,您可以很方便的聚合其它站的节目分享,让站长可以很容易的聚合某一方面有特色的内容分享给用户。-Max program not only supports Thunder P2P, BOBOP2P, QVOD, NEO and other P2P data formats, resource aggregation or a program, you can easily share polymer
  3. 所属分类:Web Server

    • 发布日期:2017-05-20
    • 文件大小:5176425
    • 提供者:郭庆
  1. maxcms

    0下载:
  2. 马克斯程序不仅支持迅雷P2P,BOBOP2P,QVOD,NEO等P2P数据格式,还是一款资源聚合程序,您可以很方便的聚合其它站的节目分享,让站长可以很容易的聚合某一方面有特色的内容分享给用户。-Max program not only supports Thunder P2P, BOBOP2P, QVOD, NEO and other P2P data formats, resource aggregation or a program, you can easily share polymer
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:836384
    • 提供者:步朕东
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com