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

搜索资源列表

  1. palindrome

    0下载:
  2. 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:99366
    • 提供者:陈竑睿
  1. calender

    0下载:
  2. 实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期信息),该程序可以用于编写项目管理软件中的甘特图的显示,Achieved Gantt display function (also known as Gantt bar chart for project management in the progress of management, said the length of its du
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:39788
    • 提供者:
  1. vsm_sdk.rar

    2下载:
  2. proteus软件自制元件包proteus vsm sdk 使用说明,长度为289页,非常实用,Home proteus software proteus vsm sdk package components for use, with a length of 289, very useful
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:973647
    • 提供者:wangfeng
  1. Savitzky-GolayFiltersandSignal

    0下载:
  2. N长度d阶Savitzky-Golay平滑器设计,ECG发生器,Savitzky-Golay length-N order-d smoother design
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1836
    • 提供者:王韵
  1. small-world-matlab

    0下载:
  2. 这个是关于小世界平均路径长度,还有度和随机网络比值变化的仿真程序,使用matlab程序编写,希望对大家有用-This is the average path length on the small world, as well as the ratio of change in the degree and random network simulation program, using matlab programming, we hope to be useful
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2101257
    • 提供者:lxc
  1. datebase.rar

    0下载:
  2. 这是我的c++语言课程设计,共包括5个程序,1.一个简陋的数据库系统设计(可参考FoxBase),2.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。3.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。4.设计一个一维向量(数组)模板类Vector 5.设计一个列表(链表)模板类List。其中数据库系统我做了两个版本,其中还包括课程报告,希望大家批评指正,谢谢。,This is my c++ language curriculum
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:609473
    • 提供者:赵洋洲
  1. huiwen

    1下载:
  2. 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1028
    • 提供者:Li
  1. t1

    0下载:
  2. 选址问题 给定n个村庄之间的交通图。若村庄i和j之间有路可通,则i和j用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个村庄中选定一个村庄建一所医院。编写如下算法: (1) 求出该医院应建在哪个村庄,才能使距离医院最远的村庄到医院的路程最短。 (2) 求出该医院应建在哪个村庄,能使其它所有村庄到医院的路径总和最短。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:786361
    • 提供者:saber
  1. cove

    0下载:
  2. 最大覆盖问题:给定n 个整数n a , a , ,a 1 2  组成的序列,试设计一个O(n)时间算法,计算其最大覆盖 区间长度。-Maximum cover problem: Given n integers na, a,, a 1 2  composed of a sequence and try to design an O (n) time algorithm to calculate the maximum length of coverage ran
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:59892
    • 提供者:jiam
  1. android-ilbc 实现了语音对话功能

    0下载:
  2. 了Android ilbc的项目,实现了语音对话功能,效果不错,ilbc将音频数据编码压缩为AMR格式,这种格式的音频 压缩率很高,960B的数据经过编码后长度仅仅为100B ,如此小的数据非常适合移动网络下的语音传输,节省大量的带宽,当然, 高压缩比就意味着语音质量损失高,不过实际使用中,AMR格式完全能够满足语音对话的要求。
  3. 所属分类:android开发

    • 发布日期:2012-09-27
    • 文件大小:219108
    • 提供者:zjx0629@163.com
  1. PassGenerator

    0下载:
  2. VB多功能密码生成器,算法是很值得学习的。   程序可以允许你设定密码长度、密码位数、按升序/降序排列、规定字符规则(按大写/小写、字符与数字混合、使用特殊字符、二进制密码等),还可以将生成的密码序列保存。很实用方便。-VB Password Generator Multi-function, the algorithm is very worthy of study. Program can allow you to set the password length, password m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:149799
    • 提供者:Carolina
  1. poj2880

    0下载:
  2. poj2880 输入一个英文句子,长度不超过40个字符。编写程序,输出句子中最长的一个单词。 http://poj.grids.cn/problem?id=2880 可直接运行-poj2880 enter an English sentence, the length of not more than 40 characters. Programming, the output of a sentence in the longest word. http://poj.grids.cn/prob
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:837447
    • 提供者:henry
  1. Txt2Lrc

    1下载:
  2. 文本文件自动转换为歌词文件Lrc,自动加入之间。需要先设定整个txt文件对应音乐文件的时间长度。-Text file will automatically switch to the lyrics document Lrc, between the automatic accession. Need to set the entire txt file corresponds to the length of music files.
  3. 所属分类:中文信息处理

    • 发布日期:2013-04-24
    • 文件大小:3050
    • 提供者:cclcc
  1. 200861591910734

    0下载:
  2. 此代码实现DICOM格式图像的测量,包括长度、面积、角度等-This code implementation DICOM format images of measurement, including length, area, angle, etc.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:749129
    • 提供者:叶风
  1. gpstk6

    0下载:
  2. gps p码发生器程序,由GPSTK改写,可以更加灵活的生成任意长度的p码-gps p code generation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:50724972
    • 提供者:lszhang
  1. shunxubiao

    0下载:
  2. 完成顺序表的各种基本运算,查找,删除,插入,求顺序表长度-The completion of the order of the table a variety of basic operations, find, delete, insert, seeking the length of the order of the table
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1237
    • 提供者:郑小雪
  1. 4FFTproject

    0下载:
  2. 用MATLAB实现的基4FFT算法的程序,输入一个长度为16的序列,得到DFT的频谱-Implemented with the MATLAB-based algorithm 4FFT program, enter a sequence of length 16 obtained DFT spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:30708
    • 提供者:忆瑾
  1. LT_526

    0下载:
  2. 数字喷泉码的译码程序,原始数据长度1000,编码后长度1100,在不同信噪比下能保证比较好的正确率-Digital Fountain code decoding process, the original data length 1000, the encoded length of 1100 at different SNR can guarantee a better accuracy rate
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:560110
    • 提供者:shenying
  1. zhuangtailan

    0下载:
  2. MFC程序中为状态栏添加进度条,可灵活设置其位置长度等-MFC program to add progress bar to status bar can be flexibly set the length of its location
  3. 所属分类:StatusBar

    • 发布日期:2017-03-23
    • 文件大小:39297
    • 提供者:博克斯
  1. LinkList

    0下载:
  2. 用C++编写的链表的遍历、插入、删除、求长度-Using C++ to prepare the list of traversal, insert, delete, and the length of
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:270572
    • 提供者:jennif
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com