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

搜索资源列表

  1. 从体系结构的演变看高性能微处理器的发展趋势

    0下载:
  2. 随着高性能计算的需求,计算机体系结构发生了很大变化。作为计算机核心部件的微处理器,其性能和复杂性(晶体管数、时钟频率和峰值)也按照摩尔定律增长。微处理器性能的改善在很大程度上归功于体系结构的发展和VLSI工艺的改进。体系结构的发展主要体现在三个方面,即超流水、多指令发射和多指令操作。 -With the demand for high-performance computing, computer architecture undergone great changes. As the co
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:102112
    • 提供者:李易
  1. 乘式还原

    0下载:
  2. A代表数字0到9中的前五个数字,Z代表后五个数字,请还原 下列乘式。 A Z A × A A Z ------------ A A A A A A Z Z Z A A ------------ Z A Z A A *问题分析与算法设计 问题本身并不复杂,可以对乘式中的每一位使用穷举法,最 终可以得到结果。本题的关键在于怎样有效的判断每个部分积的 每一位是否满足题意,这一问题处理不好,编写的程序会很长。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1643
    • 提供者:姚紫欣
  1. 卡布列克常数

    0下载:
  2. 验证卡布列克运算。任意一个四位数,只要它们各个位 上的数字是不全相同的,就有这样的规律: 1)将组成该四位数的四个数字由大到小排列,形成由这四个 数字构成的最大的四位数; 2)将组成该四位数的四个数字由小到大排列,形成由这四个 数字构成的最小的四位数(如果四个数中含有0,则得到的数不足 四位); 3)求两个数的差,得到一个新的四位数(高位零保留)。 重复以上过程,最后得到的结果是6174,这个数被称为卡布 列克数。-cer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1577
    • 提供者:姚紫欣
  1. 买房按揭计算器 (含代码)

    0下载:
  2. 当初为了买房子签合同,自己写了个小程序,主要是为了比较等额法和递减法之间的差价,比较简单,相信战友们都能看懂,于是是upload上来了,有兴趣的看看。-first contract to buy a house that he wrote a small program is to compare the matching law and reduced the difference between the law, relatively simple, I believe his comra
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:387546
    • 提供者:小生
  1. NORMAN.ZIP

    0下载:
  2. 本代码为计算方法中的一种常用算法 分半法 代码很简单.-code for the calculation of a common algorithm half law code is very simple.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2543
    • 提供者:汪磊
  1. 040320133

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题 利用回溯法搜索出一条路经,帮助罗密欧走遍所有房间到达朱丽叶的房间-Romeo and Juliet maze of back problems using a way to search by law to help Romeo traveled all the rooms reach Juliet rooms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2639
    • 提供者:孙月玲
  1. 成绩输出

    0下载:
  2. 知道成绩表,按分块查找法查找学号为几的各科成绩,索引表分3块。-know its performance, by the sub-block search, law school to find several branches achievements, indexing table three points.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:sun
  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6463
    • 提供者:wzh
  1. optimation

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序-Optimization Newton's Law + conjugate gradient method MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:whispering
  1. AnimatePalette

    0下载:
  2. 一个用C#编写的屏幕保护程序。动画不规律出现,达到屏幕保护功能-a C# prepared by the screen saver. There is not animation law, the protection function to screen
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:14154
    • 提供者:谢金贤
  1. G.711 encoder and decoder A law

    0下载:
  2. This program sets up the SPI port on the ADSP-BF533 toconfigure the AD1836 codec. The SPI port is disabledafter initialization. The data to/from the codec aretransfered over SPORT0 in I2S mode-This program sets up the SPI port on the ADSP - BF533 toc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10082
    • 提供者:范文
  1. zhou04

    0下载:
  2. 求函数的积分,用三种不同的方法求某一积分值,如矩形积分法等-function for the integration, using three different methods for a particular integral value, such as rectangular integral Law
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1779
    • 提供者:周子藤
  1. yamon-sampleappl-src-02.03

    0下载:
  2. Support is available from MIPS Technologies Inc. - problems should be addressed to support@mips.com。This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:60351
    • 提供者:谭诚
  1. yamon-src-02.04.tar

    0下载:
  2. This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, including processes and services (t
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:613534
    • 提供者:谭诚
  1. yamon-bin-02.04

    0下载:
  2. This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, including processes and services (t
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:2982539
    • 提供者:谭诚
  1. shukong

    4下载:
  2. 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:73134
    • 提供者:朱敏伟
  1. 控制输入法

    0下载:
  2. 用C#语言写的输入法控制程序 可以显示改变输入法-C# language written control procedures for the importation of law can be shown to change the input method
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:10405
    • 提供者:万金油
  1. winrs232

    0下载:
  2. 一个COM PORT的测试程式,能过COM 回路治具来实现.COM回路接法1-7-8,2-3,4-6-9,5-a COM PORT testing programs, COM will be a loop with governance to be achieved. COM Circuit law 1-7-8,2-3,4-6-9,5
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:302654
    • 提供者:陳永明
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com