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

搜索资源列表

  1. pinlvjichange

    0下载:
  2. 测量频率范围:0~5KHZ,测量结果由LED显示; 基本频率上限3KHZ,下限10HZ,超出范围点亮L9报警; 上、下限可通过按键调整。 -measurement frequency range : 0 ~ 5KHZ, the measurement results from the LED display; 3KHZ fundamental frequency cap, minimum 10 9999, outside the scope of lights to install
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:王文会
  1. AA

    0下载:
  2. 数字温度计,程序包括显示程序,报警程序和设计上下限温度程序-digital thermometer, procedures, including procedures showed that the police procedures and design procedures minimum temperature
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.73kb
    • 提供者:张名
  1. slaa134

    0下载:
  2. This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:9.12kb
    • 提供者:言嘉宏
  1. get_max_min

    0下载:
  2. 设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。-established from the beginning byte DATA modules into 10 unsigned data, the data to find the maximum and minimum, the screens showed that 10 data and maximum and the minimum.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:赵伟
  1. 汇编语言实现开多个窗口及在窗口中输入文字

    0下载:
  2. 在屏幕上开出三个窗口:起止坐标为(5,10)和(15,30),(5,50)和(15,70),(18,15)和(22,65)。要求可用左右方向键选择左窗口或右窗口为当前活动窗口。当一行字符显示满后(左右窗口一行显示20个字符,下窗口显示50个字符),窗口自动向上卷动一行,输入的字符仍显示与最低一行,窗口最高一行向上卷动后消失。用上下方向键可使活动窗口及下窗口内容同时上卷或下卷。输入‘ESC’后结束程序。(huangyujie)-screen out three windows : starting
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:黄裕杰
  1. tekey4 输出该数组中的最小值

    0下载:
  2. 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:656byte
    • 提供者:朱欢
  1. jixiaozhi.rar

    0下载:
  2. 功能:用斐波那契法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用,Function: The Fibonacci method f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the single-peak method can be applied at times
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1.07kb
    • 提供者:songzhaozhe
  1. MAMI

    0下载:
  2. 8086汇编,使用冒泡法求最大最小值,并且使用INT21功能输出-8086 compilation of maximum and minimum demand the use of bubble method and use the INT21 function of the output
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1.16kb
    • 提供者:毛智龙
  1. MC9S12XS128

    0下载:
  2. xs128最小系统设计图 xs128最小系统设计图-xs128 minimum system design xs128 minimum system design drawings
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:109.14kb
    • 提供者:何治达
  1. 5

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program analysis: We think of a way to
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:19kb
    • 提供者:
  1. bigandsmall

    0下载:
  2. 一个简单的用来实现输入以及输出,回显最大值和最小值的汇编代码-Used a simple input and output, maximum and minimum values echo the assembly code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:811byte
    • 提供者:dsb
  1. sy5

    0下载:
  2. 寻找最大值和最小值的汇编语言程序,简单,易懂,实用。-Find maximum and minimum values of the assembly language procedures, simple, understandable and practical.
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:910byte
    • 提供者:唐世兴
  1. GKIM

    0下载:
  2. 最小系统数字钟,这个程序是用c语言实现的最小系统的数字钟功能,所用单片机为c52,大家参考下!-Minimum System digital clock, this procedure is to use c language to achieve the minimum system features digital clock, single-chip microcomputer used for c52, under your reference!
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1.33kb
    • 提供者:talangtingyu
  1. shizihebing

    0下载:
  2. 经典石子合并问题全代码 在一个园形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定 每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。 编一程序,由文件读入堆数N及每堆的石子数(≤20), ①选择一种合并石子的方案,使得做N-1次合并,得分的总和最小; ②选择一种合并石子的方案,使得做N-1次合并,得分的总和最大。-The merging of classic rock in a park-wide code-shaped
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1.46kb
    • 提供者:冰点
  1. mintree

    0下载:
  2. 用matlab去实现基于dijkstra算法实现最小生成树-Using matlab to dijkstra algorithm based on minimum spanning tree
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:809byte
    • 提供者:huohui
  1. AVER_SC

    0下载:
  2. 求7个数的平均值,去掉一个最高去掉一个最低-The average for the number 7, to remove a maximum removal of a minimum
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2.63kb
    • 提供者:天才
  1. jiekou

    0下载:
  2. 设计一个炉温控制系统对热处理加工炉进行温度控制。当采集的数字量大于D0H(上限温度对应的数字量),切断温度控制开关进行降温;当采集的数字量小于50H(下限温度对应的数字量),接通温度控制开关,进行升温。并显示(超出上限温度或低于下限温度)对应的的温度值。-The design of a temperature control system for heat treatment furnace for temperature control processing. When the acquisi
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:8.26kb
    • 提供者:eve
  1. yichuansuanfa

    0下载:
  2. 遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:322.02kb
    • 提供者:李瑞英
  1. 22222

    0下载:
  2. 数码管显示 单片机最小系统驱动 大家看看啊 啊 -LED display driver take a look at minimum system MCU ah ah
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:596byte
    • 提供者:safnfl
  1. PClock_16f84-4dig74ls247en-minimum

    0下载:
  2. +Clock_16f84 4dig74ls247en minimum.rar
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:421.19kb
    • 提供者:alte2
« 12 3 4 5 6 »
搜珍网 www.dssz.com