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

搜索资源列表

  1. yC12-SRC

    0下载:
  2. He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.-He was the first one (I noticed of) who coded y
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:23174
    • 提供者:gogo
  1. EFORTH86v2.ZIP

    1下载:
  2. eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086. As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:65502
    • 提供者:Jet Lan
  1. lcd_taiyangren

    0下载:
  2. 本人第一次上传自己的小东东,感觉不错,就与大家分享。 本代码是lcd液晶显示。内部注释很清晰。有问题请与我联系。-my first upload their own small Eastern, I feel pretty good, and share with you all. The code is lcd LCD. Internal Notes is very clear. With a question, please contact me.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1185
    • 提供者:中国库
  1. bootkitbasic

    0下载:
  2. 可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as other
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:72775
    • 提供者:诚然
  1. world1st

    0下载:
  2. 世界第一的编程代码,让你领略高超的编程技术-first in the world of programming code, let you taste the superb programming technology
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6556
    • 提供者:张斌伟
  1. converse

    0下载:
  2. 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序. (1). 编写一个完整的源程序完成题目的要求. (2). 把子程序单独写在一个文件中,用源程序包含的方法完成题目要求. (3). 把子程序单独汇编,用目标文件链接的方法完成题目要求. (4). 把子程序加入到一个子程序库中,用子程序库调入的方法完成题目要求. 另附
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8256
    • 提供者:张智
  1. geminggequ

    0下载:
  2. 汇编语言写的《歌曲演奏程序》 有源代码(详细注释),还有详细的试验报告 (当时得了98分,全班最高) (1) 编写用键盘选择计算机演奏歌曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述;
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:49852
    • 提供者:张三
  1. Magichands

    0下载:
  2. Magic works first hand source has been preserved for everyone to contribute.Magic hands 3.4 source code
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1140087
    • 提供者:The blast wolf
  1. 24C64

    0下载:
  2. 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序, 此程序有五个入口条件,分别为读写数据缓冲区指针, 进行读写的字节数,EEPROM首址,EEPROM控制字节, 以及EEPROM类型。此程序结构性良好,具有极好的容错性,程序机器码也不多: -A generic 24C01-24C256 A total of nine kinds of EEPROM bytes to read and write operating procedures, this proc
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1596
    • 提供者:yiger
  1. lhzh

    0下载:
  2. (1)该码功能是将数组后n为一次放在数组前面,不改变其他元素顺序; (2)用二分法求方程的根。-(1) of the code after the function is an array on an array of n for the first time in front of the other elements do not change the order (2) equation for the root of the dichotomy.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1109
    • 提供者:刘亚
  1. time

    0下载:
  2. 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:1564
    • 提供者:陈林波
  1. Josephus

    0下载:
  2. 第一次上传的程序,是《C++程序设计教程》系列的部分辅助代码。作者是钱能-From the first time the procedure is " C++ Programming Guide" series, some people in the supplementary code. The author is money to
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:43980
    • 提供者:周建玉
  1. mak0001

    0下载:
  2. asm code for my first machine.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5809
    • 提供者:serkan
  1. Virus_Joshi

    0下载:
  2. Commented (pt-br) source code of Joshi, one of the first viruses that infect executable files instead of boot sectors.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:10660
    • 提供者:MACHINATOR
  1. VAssistX

    0下载:
  2. 很好用的代码助手工具!帮助大家更好的完成程序!解压后,先VA_X_Setup1555.exe,后Patch.exe-A good assistant tool with code! Help you better complete the process! After extracting the first VA_X_Setup1555.exe, after Patch.exe
  3. 所属分类:assembly language

    • 发布日期:2017-05-15
    • 文件大小:3767888
    • 提供者:cqy
  1. IBM-PC-programanswer

    0下载:
  2. 汇 编 语 言 实 验 实验一:分支程序设计 (1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息: 如果三个数都不相等则显示0; 如果三个数有两个相等则显示1; 如果三个数都相等则显示2。 (2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据) 实验二:循环程序设计 有一个首地址为array的10个字数组,用简单排序法使该数组中的数按照从小到大
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:100022
    • 提供者:爱之一
  1. ECE348_Lab1_shah006

    0下载:
  2. To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging. This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Por
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:430434
    • 提供者:gary
  1. ECE348_LAB2_group11

    0下载:
  2. To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. This code serves as an assembly pro
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:499991
    • 提供者:gary
  1. LAB4

    0下载:
  2. To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and imp
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:124872
    • 提供者:gary
  1. FIRST

    0下载:
  2. The first code in MIPS. It is simple to understand
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:1590
    • 提供者:loly
« 12 3 »
搜珍网 www.dssz.com