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

搜索资源列表

  1. rank

    0下载:
  2. 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定)-preparation of a procedure that requires the receiving input from the keyboard of a cla
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2389
    • 提供者:陈于
  1. Matrix.rar

    0下载:
  2. 关于求矩阵秩的程序,用高斯—约当消元法实现,On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:10622
    • 提供者:万剑平
  1. Assignment_03_6.3.3.c.zip

    0下载:
  2. this is the rank sort algorithm for mpi platform,this is the rank sort algorithm for mpi platform
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:Pavlos Kalogian
  1. low-rank-ksvd

    0下载:
  2. 低秩的求解 denoise an image by sparsely representing each block with the already overcomplete trained Dictionary, and averaging the represented parts. Detailed descr iption can be found in "Image Denoising Via Sparse and Redundant representations
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2108702
    • 提供者:中和
  1. WebsiteInfo

    0下载:
  2. Source code for checking google page rank and more in VB.NET.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1986631
    • 提供者:jayson
  1. lrr

    2下载:
  2. Matlab code to run "Robust subsapce segmentation by low-rank representation"
  3. 所属分类:matlab

    • 发布日期:2014-08-14
    • 文件大小:7168
    • 提供者:G. Liu
  1. pca

    0下载:
  2. pca: The enclosed function PCA implements what is probably the method of choice for computing principal component analyses fairly efficiently, while guaranteeing nearly optimal accuracy. The enclosed function DIFFSNORM provides an efficient, reliable
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:5093
    • 提供者:zhangxq
  1. PageRank

    0下载:
  2. web application for finding Page rank using C#.net
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6253
    • 提供者:Suthakar
  1. pagerank

    0下载:
  2. PHP- Page Rank source code built with PHP classes. Only need to follow instructions provided in the text file and you are done.-PHP- Page Rank source code built with PHP classes. Only need to follow instructions provided in the text file and yo
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-27
    • 文件大小:45295
    • 提供者:Chandan
  1. rank

    0下载:
  2. 中青会员消费排行榜-最终版 包括基于Struts+Hibernate的前台和简易后台,以及非常不错的美工和强大的查询功能。 具体情况可查看连接:http://www.zqnet8.cn/rank-Of the younger members of the consumer list- including the final version of Struts+ Hibernate on the front and simple background, as well as the art
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-30
    • 文件大小:12334371
    • 提供者:朱治龙
  1. the_rank_of_search_engine

    0下载:
  2. 搜索引擎大家都用过,但是他们的排名规则我们知道吗?怎样让自己的网站在搜索引擎中独占鳌头呢?本书详尽解答。-We all used search engine, but they rank the rules we know? How to make their sites come out on top in search engines do? Detailed answers to the book.
  3. 所属分类:Search Engine

    • 发布日期:2017-05-15
    • 文件大小:3901999
    • 提供者:陈杭
  1. rank_sort

    0下载:
  2. Rank sort algorithm implementation in a cluster of personal computers with ANSI C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1480
    • 提供者:kthomas_k
  1. horizontalrankfiltering

    0下载:
  2. Horizontal rank filtering image
  3. 所属分类:Project Design

    • 发布日期:2017-05-01
    • 文件大小:589252
    • 提供者:gyanendra
  1. verticalrankfiltering

    0下载:
  2. Vertical rank order filter figure
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:759021
    • 提供者:gyanendra
  1. Alexa-check-rank

    0下载:
  2. Alexa page rank checker
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-22
    • 文件大小:21625
    • 提供者:mahdi
  1. svm_rank.tar

    1下载:
  2. Learning to Rank的一个方法,把排序问题转换成了一个分类问题,然后用支持向量机(SVM)训练出一个模型来。-Learning to Rank of a way to sort problem is transformed into a classification problem, and then use support vector machine (SVM) to train a model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-10
    • 文件大小:88075
    • 提供者:leo
  1. rank

    3下载:
  2. 以grade为首地址的10个字的数组中保存了学生的成绩,其中grade+i保存学号为i+1的学生的成绩。要求建立一个10个字的rank数组,并根据grade中的学生成绩将学生名次填入rank数组中,其中rank+1的内容是学号为i+1学生的名次(一个学生的名次等于成绩高于该学生的人数加1)。-To grade, led the 10-word address stored in an array of student achievement, including grade+ i save th
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:644
    • 提供者:陈玉
  1. rank

    0下载:
  2. rank of a matrix caloculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:707
    • 提供者:selvam
  1. Smooth-Music

    0下载:
  2. Smooth-Music ,Direction of Arrival Estimation In a communication situation, assuming flat fading,there may be multipath components from many directions. These components would be correlated with each other. Correlated components reduce the rank of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1237
    • 提供者:wuhuating
  1. Rank-Order-Distance-based-clustering

    0下载:
  2. rank order distance based clustering for clustering same face images.
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:7168
    • 提供者:mahbob
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com