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

搜索资源列表

  1. ABSTRACT

    0下载:
  2. 目录 摘要 ABSTRACT 前言 第一章 为什么要开发一个学生档案管理系统? 第二章 计算机已经成为我们学习和工作的得力助手 1.1 在中小学中用计算机管理学生档案的意义 1.2 为将来学校上网做好准备 1.4 学生档案的设计分析 第三章 怎样开发一个学生档案管理系统? 2.1 编程环境的选择 2.2 关系型数据库的实现 2.3 二者的结合(DBA) 第四章 Windows下的Visual Basic 编程环境简介 3.1 告别“hel
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14945
    • 提供者:jery
  1. sendtoserial

    0下载:
  2. 向串口发送“Hello World”字符-to send "Hello World" characters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:邓东伟
  1. HELLO

    0下载:
  2. hello.c program sample
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1177
    • 提供者:wanguizhong
  1. Hello

    0下载:
  2. ARM例子,包括uVison3 C语言源码和proteus图仿真。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:211745
    • 提供者:wang211x
  1. hello

    0下载:
  2. 汇编初学者必须的编程,向屏幕输出文字信息
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4066
    • 提供者:zhpncu
  1. Win32_AssemblyPragrammingV2

    0下载:
  2. Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。 本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过70多个实例逐步深入Win32汇编语言编程的方方面面。 本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.n
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2496411
    • 提供者:张 周
  1. nihong

    0下载:
  2. 用“霓虹灯”的显示方式显示字符串“Hello”,按ESC键时结束程序的运行。 我们用显示颜色的变化来模拟霓虹灯的显示方式,即用颜色15(亮白)作为字符的主要显示颜色,再用颜色12(亮红)从左到右逐个扫描。-With lights display shows the string Hello , press ESC key to run the end of the procedure. We show that changes color to simulate the display
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1055
    • 提供者:胡茂名
  1. Hello

    0下载:
  2. 本实例是一个基于keil uVision3环境下的开发例子。这里准供参考。-This example is based on keil uVision3 development environment example. Here prospective for reference.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:192695
    • 提供者:冯云
  1. d

    0下载:
  2. 最简单的启动代码 可以在virtual pc中仿真os,在屏幕中显示"hello world"-The simplest code can be activated in the simulation of virtual pc in os, on the screen to display " hello world"
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:60650
    • 提供者:tianya1000
  1. e

    0下载:
  2. 最简单的启动代码 可以在virtual pc中仿真os,在屏幕中显示"hello world"-The simplest code can be activated in the simulation of virtual pc in os, on the screen to display " hello world"
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:62292
    • 提供者:tianya1000
  1. helloworld

    0下载:
  2. Hello World!引导记录,汇编语言-Hello World!
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1313
    • 提供者:123
  1. full_adder

    0下载:
  2. 八位全加器,实现自动加法,哈哈哈,大家共享-hello
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:208625
    • 提供者:小明
  1. masm

    0下载:
  2. 在DOS中编译,显示HELLO WORLD的汇编语言!-In the DOS in the compilation, assembly language displays HELLO WORLD!
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:177485
    • 提供者:yx
  1. hello

    0下载:
  2. hello world on assembly code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1498
    • 提供者:Davy bartoloni
  1. hello

    0下载:
  2. 汇编语言写的Hello,world!,注释详尽,新手必备。-Written in assembly language, Hello, world!, Detailed notes, novice.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:602
    • 提供者:Lambda
  1. Hello-Word

    0下载:
  2. 用汇编语言写了个最简单的Hello Word程序,适合初学者参考。-Written in assembly language of a simple Hello Word program, suitable for beginners reference.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1488
    • 提供者:
  1. assembly in the hello world

    0下载:
  2. assembly in the hello world in the ali
  3. 所属分类:汇编语言

    • 发布日期:2017-11-22
    • 文件大小:658
    • 提供者:Ali
  1. hello-world

    0下载:
  2. 一个简单的c++入门程序!hello world-Getting a simple c++ program! Hello world
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5046
    • 提供者:刘良川
  1. Hello World

    0下载:
  2. c++编写hello world 简单的c++程序(c++ write hello world)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-30
    • 文件大小:2219008
    • 提供者:晴9
  1. 汇编语言的 Hello World

    1下载:
  2. 使用DosBox即可运行,作为汇编语言入门使用(Running with DosBox Use as an introduction to assembly language)
  3. 所属分类:汇编语言

    • 发布日期:2021-02-21
    • 文件大小:2549760
    • 提供者:Chenastron
« 12 3 4 »
搜珍网 www.dssz.com