搜索资源列表
agxmigong
- 以上代码复制下来存为文本文档,命名为1.txt 在命令行窗口下(在运行栏输入cmd),进入文档所存盘符,输入debug<1.txt-reproduced above code for text document retention, named one. txt in the command line window (in the run column importation cmd), which entered the Document Inventory website. imp
inter 汇编程序设计
- <>的源代码,intel汇编的优秀参考书。赶快下载。-<<inter Rchagad>> The source code, compile the intel excellent reference books. Quickly download.
AsmTop
- 把着段代码复制下来存为文本文档,命名为1 在DOS下用debug<1.txt 生成一个可执行程序。 进去是一个3D游戏的旋转界面,还有一段美妙的音乐,真是牛!!! 快去看看吧 -To copy a paragraph code saved as a text document, named for the 1 in DOS using debug <1.txt generate an executable program
Chat-TCP
- 使用汇编语言实现TCP协议的聊天室例子程序,是罗云彬win32 汇编书上第十六章的实例源码,客户端和服务器端的源码都全,代码的结构非常好,觉得不错传上来。 -Sample code for < Win32ASM Programming 2nd Edition>
DS18B20
- <html> <body> <pre> <h1>礦ision3 Build Log</h1> <h2>Project:</h2> I:\电子系统设计\fzuhaisc\温度计.uv2 Project File Date: 06/12/2009 <h2>Output:</h2> Build target Target 1 compiling 温度计
asm
- <汇编语言课程设计案例精编>一书中所有源代码,带有exe可执行文件-< Assembly language curriculum design case fine compilation> of a book, all source code, executable files with exe
EcoTCP
- IPROM - TCP/IP for BBC/Master Computers over Econet =================================================== Author: Philip Blundell - Version: 0.14 - 16-Apr-1996 iprom/src - Philip Blundell s original ADE+ source code. This must be assembl
6.15_1
- 编写一个执行一下计算的子程序:COMPUTE:R<-X+Y-3,其中X,Y以及R均为数字组。假设COMPUTE与其调用的程序在同一段代码,数据段D_SEG中包括含X和Y数组,数据段E_SEG中包含R数组,同时写出主程序调用COMPUTE过程的部分。-Write a subroutine perform calculations about: COMPUTE: R < -X+ Y-3, where X, Y and R are digital group. Assuming COMPUT
shiyan6
- 1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式): 若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中; 若两个数均为奇数,则将两数均加1后存回原变量; 若两个数均为偶数,则两个变量均不改变。 (3) 用减奇数次数的方法,求一个数的近似平方根,这
fem
- <有限元编程>一书中例题程序代码,p40-p53,包括杆单元,梁单元,简单平面三角形单元,四边形单元的简单有限元计算。-The finite element programming> Example program code, p40-p53, including rod elements, beam elements, a simple plane triangular element, quadrilateral element simple finite element
danpianjishiyan
- 单片机实验 一、实验内容 1、静态显示一位数码管(本实验为共阳数码管) 2、利用实验箱提供的显示电路,动态显示一行数据(12345678). 二、实验目的 1. 掌握数码管的静态与动态显示。 2. 了解用总线方式控制数 -#include<reg51.h> #define T 100 void delay(int ys) { int i,j for(i=ys i>0 i--) for(j=110