CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - A-LAW

搜索资源列表

  1. optionrom

    0下载:
  2. 本文针对Award公司开发的计算机系统BIOS提出了一种嵌入应用程序的方法,其基本原理对别的品牌的BIOS也一样适用,仅需稍加修改。文中作者给出并讨论一个完整的例子程序,该程序已经通过实验验证。 -Award this paper developed by the computer system BIOS of an embedded application's side law, the basic tenets of other brands of BIOS the same
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5556
    • 提供者:zy
  1. frequncy

    0下载:
  2. 频率计,测时法,测周法测量频率,555产生频率信号,利用单片机实现测量并显示在LED上-Cymometer measured when the law, measuring the frequency of testing weeks, 555 have a frequency signal, using SCM measurement and display in the LED on the
  3. 所属分类:assembly language

    • 发布日期:2017-05-08
    • 文件大小:1636453
    • 提供者:魏德宝
  1. mofang

    0下载:
  2. 通过表格1中数字1、2,3、4,5、6,……,分析数据分布,没有明显规律可寻,于是索性将矩阵的若干列作局部调整,形成如表格2中的矩阵,发现后一半的数据只需65减去已填写的数字即可,索性去除,先分析前一半数据。结合调整后16阶魔方数字分布,发现一些规律-Form 1 through the number of 1,2,3,4,5,6, ... ..., analysis of data distribution, there is no clear law to be found, then si
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:9775
    • 提供者:lafeng
  1. xuhanshu

    0下载:
  2. 利用虚函数手段,按照3种不同的计算方法来求出Fibonacci数列的第n项(的具体项值)并输出。具体地说,可通过在基类baseCla及其派生类fib1Cla、fib2Cla和fib3Cla中说明如下的同一个虚函数“virtual double fib(int n) ”,来实现求Fibonacci数列第n项值并返回的3种不同求解方法。例如,可设计并使用已经在第4和第5章的练习中所实现的求解方法:简单变量“数据平移”法、使用数组的实现法以及使用递归函数的实现法。-The use of virtual
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:920
    • 提供者:lixuhui
  1. yuesefuhuan

    0下载:
  2. 约瑟夫环 是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。   -Joseph Wan is the application of a mathematic
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:16354
    • 提供者:张晓龙
  1. bomblabtwo

    0下载:
  2. * Dr. Evil s Insidious Bomb, Version 1.0 * Copyright 2002, Dr. Evil Incorporated. All rights reserved. * LICENSE: * * Dr. Evil Incorporated (the PERPETRATOR) hereby grants you (the * VICTIM) explicit permission to use this bomb (the BOMB).
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:1840
    • 提供者:coden1ke
  1. UART_RS232(verilog)

    1下载:
  2. /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:600285
    • 提供者:饕餮小宇
  1. UART_RS232(VHDL)

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:607493
    • 提供者:饕餮小宇
  1. ARM_s

    0下载:
  2. 这是一个16位数据转换为A律8位数据的一个汇编程序和A律转换为16位数据的汇编程序。-This is a 16-bit data is converted to 8-bit data of the A-law an assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:833
    • 提供者:liubaoguang
  1. project8.tar

    2下载:
  2. 由双亲表示法建立3棵树,将这些树表示的森林转换成二叉树,对二叉树进行线索化并遍历。-Law established by the parents said three trees, these trees will be converted into a binary representation of the forest for clues and binary tree traversal.
  3. 所属分类:汇编语言

    • 发布日期:2017-04-23
    • 文件大小:6114
    • 提供者:姜如恬
  1. taoshengmigong

    0下载:
  2. 左手逃生法则简述:在一个有出入口,没有回路的迷宫中,一直保持左手贴着墙壁向前走,总能找到迷宫出口。-Left to escape the law Descr iption: In a doorway, no loop maze kept his left hand against the wall to move forward, always find the maze exit.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:2113
    • 提供者:小侯
  1. jacobi

    0下载:
  2. 给定矩阵A, A存于数据文件jacobi.dat中。编写jacobi法的函数jacobi-Given matrix A, A is stored in the data file jacobi.dat. Write jacobi law function jacobi
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者:郑春蕾
  1. Iterative-method

    0下载:
  2. 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法,即一次性解决问题。-Iterative method, also known as Law removed, continue to use the old value is a variable value new recursive process, with iterative wears corresponds to the direct method, namely a one-time problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2181
    • 提供者:程一琳
搜珍网 www.dssz.com