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

搜索资源列表

  1. jiamiJIAMI

    0下载:
  2. 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.56kb
    • 提供者:mong
  1. systime01

    0下载:
  2. 部分具体运行步骤: 将系统时间存储 用cl来设置标志 用循环来转换,每次转换成一位或两位数(一位数是星期)-steps : storage system with cl time to set up signs to use recycled conversion, Every time or converted into a double-digit (a number of weeks)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:GertieChan
  1. 4byteadd

    0下载:
  2. 部分程序具体运行步骤: 放数字转换表(即段码表); 放位码表; 数据缓冲区; 临时交换区;-some of the procedures specific operation steps : up to Digital Converters (that of the stopwatch); Fang-bit code table; Data buffer; Provisional exchange;
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.38kb
    • 提供者:GertieChan
  1. 32bitSokoban.rar

    0下载:
  2. 利用汇编语言实现32位下的推箱子游戏,代码以小组的模式编写,代码完整独立,程序界面不错。并且还有440k的实验报告,内容完整,经历了软件工程的所有步骤。,The use of assembly language to achieve a 32-bit under the Sokoban game code to write the model group, code complete independence, a good program interface. And there are 44
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:109.7kb
    • 提供者:william
  1. Digital_LED_Thermometer_Celcius.bas

    0下载:
  2. This project shows the temperature on a three digit 7-segment display, it measures the temperature from -9.5 to 99 degrees Celcius in 0.5 C steps, or from 0 to 210 degrees Fahrenheit in 1.0 degrees steps. Because of the LED display the temperature is
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.32kb
    • 提供者:Mariusz
  1. Aexp8-1

    0下载:
  2. 声-光报警程序 运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作* 2.按下"q"或者"Q",退出-this is a sound-light alarm program. Steps:1. push switch3,starting alarm,push switch3 again,it will stop. 2. push Q then quit.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:cjy
  1. Aexp8

    0下载:
  2. 走马灯(灯光变幻)程序 内容:用DIP的8位开关控制走马灯的花样,用SW3控制走马灯的起/停 运行步骤:1.按下一次开关SW3,开始灯光变幻,再按下一次则停止 可重复进行 * 2.按下SW3后,拨动不同的数码开关DIP,就会出现不同的灯光变幻 * 3.按下"q"或者"Q",退出 -Lantern (lighting changes) program elements: eight with DIP switch control of the pattern lantern, la
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:cjy
  1. Aexp13

    0下载:
  2. 扩展存储器实验 运行步骤:1. 将平台板上存储器电源的跳接开关连上 * * 2. 源程序编译,连接,运行 * * 3. 运行后,在屏幕显示的结果中查看 * * BUF2中的内容是否和BUF1的内容一致 *-Steps to expand the memory to run the experiment: 1. Will be the platform on-board storage power supply connected to the tap-dancing* *
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:cjy
  1. yufajialiang

    0下载:
  2. 这个是UltraEdit-32编写软件PIC16单片机汇编语言加亮的文件,按照提示步骤加载即可。也可以根据自己的需要修改为其他的汇编语言加亮文件。-UltraEdit-32 This is the preparation of single-chip assembly language software PIC16 Highlight the file, follow the prompts to load steps. Can also be modified according to the
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1.93kb
    • 提供者:赵典
  1. 2009S3C2410init.S

    0下载:
  2. 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5.47kb
    • 提供者:晴空
  1. washer

    1下载:
  2. 基本任务: 1. 洗衣机的工作步骤为洗衣、漂洗和脱水三个过程,工作时间分别为:洗衣 20 秒 漂洗 25 秒,脱水 15 秒; 2. 用一个按键实现洗衣程序的手动选择:A、单洗涤;B、单漂洗;C、单脱水;D 漂洗和脱水;E、洗涤、漂洗和脱水全过程; 3. 用显示器件显示洗衣机的工作状态(洗衣、漂洗和脱水),并倒计时显示每个状 的工作时间,全部过程结束后,应提示使用者; 4. 用一个按键实现暂停洗衣和继续洗衣的控制,暂停后继续洗衣应回到暂停之前保
  3. 所属分类:汇编语言

    • 发布日期:2013-12-06
    • 文件大小:1007.85kb
    • 提供者:fish
  1. EmbroideryMachineControllerDesign

    0下载:
  2. 用STAR ES598PCI单板机开发机系列接口芯片设计一个可以控制步进电机转速、转向和转动步数。 (1)键输入方向和速度以及步数; (2)LED显示上述数据 -SBC developed by STAR ES598PCI series interface chip designed to control a stepper motor speed, steering and turning a few steps. (1) key input direction and spe
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:167.19kb
    • 提供者:mike
  1. 80x86

    0下载:
  2. 80x86微机原理实验具体步骤及详细程序-Computer Engineering Experiment 80x86 concrete steps and detailed procedures
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:644.04kb
    • 提供者:tom brown
  1. Aexp14

    0下载:
  2. 中断控制器8259应用实验-中断方式控制彩灯点亮 * 中断方式控制彩灯点亮程序source file * 运行步骤:1.将PC4和IRQ10两个跳接开关分别联上 * 2.按下1次SW3,申请1次中断,使LED灯点亮1次-Interrupt Controller 8259 application test- interrupt control the lights lit* Interrupt control the lantern lit program source file
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1.3kb
    • 提供者:谢闻
  1. dnfwaiguayuanma

    0下载:
  2. 由于我的C用的比较少,所以大部分都用的汇编,部分地方用汇编写不是很方便,所以我用的C,由于只是学习,所以内核地址我没有计算都是硬编码的。过DNF主要分为三步,也许我的思路不太正确,反正可以OD调试,下断。 程序没怎么修边幅,因为只是测试,所以一般都没有写更改内核后的恢复,不过不妨碍使用。 -C because of my less used, so most of its assembly, part of the local assembly is not very easy to w
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:12.4kb
    • 提供者:小猪
  1. shiyanyi

    0下载:
  2. 关于汇编的基础的运行内容,有运行步骤和结果截图。-Compiled to run on the basis of the contents of operation steps and the results have screenshots.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:123.08kb
    • 提供者:黄石
  1. 555

    0下载:
  2. 汇编课程设计 一. 课程设计内容: 我们组在这次课程设计中设计的是游戏五子棋,这个游戏总体上被分为六大模块,而我主要负责其中的四小模块,他们是: 1. 文件中的保存文件 2. 文件中的取出文件 3. 游戏中的步骤保存 4. 游戏中的步骤取出 -Assembly course design A. Course design content: Our group in the course design of the design is the game gomo
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:7.26kb
    • 提供者:xiaomu
  1. CiPanWenJianDuXie

    0下载:
  2. 汇编语言实现磁盘文件的读写,操作步骤详细,注释详尽,有助于提高汇编语言的实际运用能力-Assembly language to read and write to the disk file, the steps in detail, detailed notes, help to improve the actual ability to use assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:1.54kb
    • 提供者:123
  1. QiCheXiaoNiaoDongHua

    0下载:
  2. 用汇编语言实现汽车小鸟的动画显示,程序展示了用汇编语言编写动态图画的技巧以及步骤-Car birdie assembly language animation, the program shows the dynamic drawings, written in assembly language skills as well as steps
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:1.93kb
    • 提供者:123
  1. Useful_data

    0下载:
  2. Full flow descr iption of the flow of developing the verilog code in ISE and steps in implementing and executing in fpga
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:207.7kb
    • 提供者:kanth
« 12 »
搜珍网 www.dssz.com