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

搜索资源列表

  1. 3.rar

    1下载:
  2. 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数
  3. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:19456
    • 提供者:
  1. 数学函数

    0下载:
  2. 包含求反余弦函数,计算Y/X的反正切值 ,向上舍入,把一个双精度数分解为尾数的指数,计算直角三角形的斜边长-include cosine function for calculating Y / X arc tangent, rounded upward, a few double precision decomposition of the final index, calculated length of the hypotenuse of the right triangle, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2315
    • 提供者:
  1. 回文数

    0下载:
  2. 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical nature of the (also known pal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1051
    • 提供者:姚紫欣
  1. 歌德巴赫猜想

    0下载:
  2. 验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -certification : 2000 within the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1036
    • 提供者:姚紫欣
  1. 将阿拉伯数字转换为罗马数字

    0下载:
  2. 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. The upcoming round of the 100, 1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1169
    • 提供者:姚紫欣
  1. wavelet transform-n point

    1下载:
  2. n点长度的DB系列小波多分辨分解程序。 可以实现一维信号的分解和重构-length of the point n DB series multiresolution wavelet decomposition process. Peacekeeping can achieve a signal decomposition and reconstruction
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:183421
    • 提供者:李豪夺
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:黄德春
  1. fjzys

    0下载:
  2. 你只需要输入一个大于2的数,就能自动判断这个数是否是素数,如果不是素数就自动分解质因数。 -you only need to import a few of the more than 2, will automatically judge whether the number is prime, prime, if not automatically decomposition quality factor.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4151
    • 提供者:李染
  1. wavelet-transform

    0下载:
  2. 利用VC++对一维信号进行小波分解,然后重够,并且可以选择小波和分解的层数-VC + + on a peacekeeping signal wavelet decomposition, and then heavy enough, and can choose wavelet decomposition and the floors
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:600968
    • 提供者:秦先勇
  1. zifuchuanjieshiqi

    0下载:
  2. 词法分析将字符串分解为三个部分,映射到类中,获得字符串的对应值,由LL自顶向下的语法分析得到运算结果。-lexical analysis string decomposition of a three-part Maps category, access to the corresponding string values, LL from the top-down syntax analysis Operational results.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11073
    • 提供者:仇烨
  1. tanxinfangfa

    0下载:
  2. 贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。-greedy method is an improvement of the classification methods. According to its first title Italy,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15550
    • 提供者:刘昌兵
  1. mathFJZYS

    0下载:
  2. 分解质因数,这是我刚接触C而编写的一个自认为我现阶段水平最简洁的源代码-decomposition quality factor, which I inadvertently prepared by the C from a level at this stage I think the most concise source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:11111111
  1. eof

    0下载:
  2. 主成分分析程序,适合做向量场的正交分解 -principal component analysis procedures, suitable for the vector field orthogonal decomposition
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2401
    • 提供者:hahaha
  1. Gdbhcx(C)

    0下载:
  2. 简易哥德巴赫猜想(任何一个大于6的偶数可以分解成两个素数,可以利用枚举法,先把偶数可以分解的所有奇数对列出,再判断是否为素数,直到验证成功为止)-summary Goldbach conjecture (any one of the even greater than 6 can be decomposed into two prime numbers. can enumeration method, the decomposition can even first of all to the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:yinlu
  1. MatlabSpeechToolbox

    0下载:
  2. 本工具箱可配合语音数据库使用,用于计算线性预测语音模型的参数,语音声调转换,语音自动解析分解,语音语速变换及更改发音的重音,音量,清晰度等。配套图书《Speech Processing and Synthesis Toolboxes》已经出版,翻译进行中! -the Toolbox can be used with voice database used in the calculation of linear prediction model parameters voice, Voice
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:4297608
    • 提供者:邱作春
  1. PollardRho

    1下载:
  2. 大数分解算法,根据算法设计分析高级教程,随机算法章节里面所讲的,mentocarlo算法改造的大数分解,能将一个大的合数分成几个素数的相乘,可以判断这个和数是不是由素数组成-factoring algorithm, algorithm design and analysis Senior Guide, randomized algorithm inside chapters have said, mentocarlo majority of the transformation algorith
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9029
    • 提供者:jackcuijarod
  1. LinearSolver

    1下载:
  2. 大型稀疏线形方程组的快速求解,直接分解求解-large sparse linear equations for the rapid, direct decomposition solution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2989359
    • 提供者:严寒冰
  1. readmission

    0下载:
  2. 当你有一项很大的看书或学习的任务的时候,你是不是很想将它分解为很多很小的任务进行呢?? 所谓量变到质变,一个很大的任务就是这样,被我们一步一步完成的。 程序使用说明: 输入要读的书的开始阅读的页数, 然后再输入每次读书的页数, 程序运行后,将自动把你每次小任务要读的内容列出来。 这样就省去了,你自动安排读书任务的时间了-When you have a lot of reading or learning tasks, Do you want it
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9433
    • 提供者:杜伟
  1. lexuretest

    0下载:
  2. 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:test
  1. SimpleDataStruct

    0下载:
  2. 小弟初学者,简单数据结构: 包括单链表逆置,对陈矩阵相乘,分解单链表,分块查找,交换左右自述,模式匹配,二叉排序树、删除子串,冒泡排序等-younger beginners, a simple data structure : single-chain including inverse home, Chen matrix multiplication, single-chain decomposition. Search Block, exchange around the readme,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:91319
    • 提供者:HuiCong
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com