联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(332) 

[汇编语言] tetris-zx-spectrum-z80-asm

用于ZX Spectrum 48的俄罗斯方块游戏(和兼容)。1996年,我在HiSoft的DevPack(1983)的Gens程序中的Z80汇编程序中编写了该玩具。2020年,Gens的程序源代码从磁带介质中恢复,然后改编为Z80 SjASMPlus交叉汇编程序。
Tetris game for ZX-Spectrum 48 (and compatible). The toy was written by me in 1996 in Z80 assembler in the Gens program from HiSoft s DevPack (1983). In 2020, the program source code from Gens was recovered from tape media and then adapted for the Z80 SjASMPlus cross-assembler. (2024-03-03, Assembly, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709458963289081.html

[汇编语言] RR

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6
This is a computer program is downloaded from the Internet can add, subtract, multiply, and divide calculation. The program accepts a hexadecimal number. Execution time required in the file name directly to keep up with the calculation of expression, such as the results of the implementation at the command prompt as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 cc: \ masm> js 12/6 (2012-06-02, DOS, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1899336.html

[汇编语言] Stepper-motor-angle-control-system

步进电机是一种将电能转化为角位移的装置。本设计中,当它接收到一个脉冲信号,步进电机按预定的方向转动一个固定的角度,在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机加一个脉冲信号,电机则转过一个步距角。这一线性关系的存在,加上步进电机只有周期性的误差而无累积误差等特点。
Stepper motor is a kind of electrical energy into angular displacement device.In this design, when it receives a pulse signal, the stepper motor according to a predetermined direction of rotation of a fixed point of view, in the overload situation, the motor speed, stop position depends only on the pulse frequency and pulse number, regardless of load changes, namely to motor a pulse signal, the motor is turned to a step angle.The existence of this linear relationship, and the stepper motor only periodic error without accumulated error and so on. (2012-05-08, Asm, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1861224.html

[汇编语言] B38

定义日期类型Date。 要求: (1)包含年月日数据成员;提供默认构造函数、带年月日参数的构造函数、和拷贝构造函数;定义set成员函数可以设置日期;日期加一天操作;定义intput成员函数,输入日期信息,输入格式为“YYYY-MM-DD”;定义print成员函数输出对象的日期。 (2)编写一个可运行的完整程序,构造3个日期类型的对象,并输出相应的日期信息。 (3) 实现日期类型的对象的加减法运算。
Defined date type Date. Requirements: (1) contains data members (date) provide a default constructor with month, day argument constructor and copy constructor define the set member function can set the date date plus one day operation defined intput member function, input date information, the input format is " YYYY-MM-DD" definition of member function print the output of dates. (2) write a complete program can be run, construct three types of objects date, and output the corresponding date information. (3) to achieve an object of type date subtraction. (2011-10-26, Visual C++, 153KB, 下载9次)

http://www.pudn.com/Download/item/id/1680061.html

[汇编语言] FourArithmeticOperations

通过汇编语言:能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6
Through assembly language: to achieve add, subtract, multiply, divide the calculation. The program accepts the 16 decimal. Implementation, need to keep up with the file name after the calculation of the direct expression, as in the command prompt implementation of the results are as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 c c: \ masm> js 12/3 6 (2010-04-18, Others, 4KB, 下载4次)

http://www.pudn.com/Download/item/id/1131791.html

[汇编语言] asasd

网上关于 俄罗斯方块的算法很所,但是我觉得,他们的算法不容易理解,但是我的算法,比较简单,容易理解,就是计算量大点,但是今天的计算机硬件高速发展,这都已经不是关键问题了!! 绝对原创,包含源码,仿真图,不下后悔!!!!!!!!!!
Online on the Tetris algorithm is by, but I feel that their algorithm is not easy to understand, but my algorithm is relatively simple, easy to understand, even for a large quantity of points, but today' s rapid development of computer hardware, which have not The key problem! ! Absolutely original, contains the source code, simulation map, no fewer than regret it !!!!!!!!!! (2010-01-28, C/C++, 10891KB, 下载3次)

http://www.pudn.com/Download/item/id/1053571.html

[汇编语言] rank

以grade为首地址的10个字的数组中保存了学生的成绩,其中grade+i保存学号为i+1的学生的成绩。要求建立一个10个字的rank数组,并根据grade中的学生成绩将学生名次填入rank数组中,其中rank+1的内容是学号为i+1学生的名次(一个学生的名次等于成绩高于该学生的人数加1)。
To grade, led the 10-word address stored in an array of student achievement, including grade+ i save the school No. i+1 of student achievement. Requires the establishment of a 10-word rank arrays, and according to grade the performance of their students rank the students fill in an array of rank, where rank+1 the content of school No. i+1 ranking of students (a student' s rank is equal to the high performance in the number of students plus 1). (2010-01-18, Asm, 1KB, 下载19次)

http://www.pudn.com/Download/item/id/1044076.html

[汇编语言] year

一、实验名称:判断是否是闰年程序 二、实验目的:1、了解加、减、乘、除算术运算的编程方法; 2、了解变量传送的方式,如何访问存贮单元; 三、实验内容和要求: 用汇编语言编写判断某年是否为闰年,年份从键盘输入,通过运行计算后,输出相应信息。
1, Experiment name: to determine whether it is a leap year program 2, experimental purposes: one, to understand add, subtract, multiply, in addition to the programming method of arithmetic operations 2 to understand the way the variable transmission, how to access the storage unit 3, experimental content and the Requirements: written in assembly language to use to determine whether a particular year is a leap year, year, from the keyboard input, by running the calculation, the output the appropriate information. (2010-01-11, DOS, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1037413.html

[汇编语言] queen8

汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试.
Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging. (2009-12-19, DOS, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/1010243.html

[汇编语言] Debug

Debug-PC之开山老祖   Debug 原意是杀虫子。这里是机器调试工具。   其实,Debug的由来,还有一则趣闻,在早期美国的一计算机房中,科学家正在紧张的工作。同时,许多台大型的计算机也在不停的运行着。大概是由于,机器过热,引来许的小虫子,以至于,计算机无法正常运行。科学们,只好停下来,捉虫子...虫子捉完了,计算机运行也正常了,后来,这个名词就沿用至今了.... 虽然,现在好的软件越来越多了,但是有些,我们只需动手,用Debug就可解决,且快而好!接下来,我们就一起学习Debug在各方面的运用吧!(在杀毒、加解密、系统...)下面我和大家一起学习一些,Debug的用法,虽然,现在好的软件越来越多了,但是有些,我们只需动手,用Debug就可解决,且快而好!
Debug-PC (2009-09-10, WORD, 19KB, 下载4次)

http://www.pudn.com/Download/item/id/906592.html

[汇编语言] 4

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6
This is downloaded from the Internet, a computer program to achieve additional, subtraction, multiplication, with the exception of the calculation. Procedures acceptable to the hexadecimal number is 16. Implementation, to be directly in the file name to keep up with the calculation of expression, such as under the implementation of the outcome of the command prompt as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 c c: \ masm> js 12/3 6 (2009-06-24, Asm, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/819357.html

[汇编语言] CNBricks

编了个简单的游戏,模仿经典游戏俄罗斯方块。左右方向键控制方块的水平位置,上方向键旋转方块,END键水平翻转之。有简单的积分功能,并能根据得分多少调整游戏难度,即方块下落速度。
编了个simple games, to imitate the classic game Tetris. Arrow keys to control the box around the horizontal position, rotate the arrow keys on the box, END key level of turnover. A simple integral function, and can adjust according to how many games scoring more difficult, that is, the whereabouts of the speed box. (2008-12-13, Asm, 64KB, 下载4次)

http://www.pudn.com/Download/item/id/603990.html

[汇编语言] wendu

在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值?BR> [18B20源程序加上位机温度显示应用程序包(1).rar] - 用c写的18b20驱动程序 功能:实现对DS18B20的读取 原理:单总线协议 注意:单总线协议对延时要求比较严格,此程序中采用的是11.0592M的晶振,如果使用其他的晶 [最佳直线应用程序.rar] - 用于传感器线性度计算的小程序,供大家 共享和学习.
In the computer control system, using a digital PID controller, digital PID control algorithms are usually divided into position and incremental control algorithm. Because computer control is a control sample, it can only be based on sampling time deviations values? BR (2008-07-15, Asm, 1KB, 下载82次)

http://www.pudn.com/Download/item/id/511172.html

[汇编语言] asm

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 注:本程序在dos中或windows98中运行。 
This is downloaded from the Internet a computer program that can realize add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression, such as in the command prompt implementation of results are as follows: c: masm (2008-05-27, Asm, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/475145.html

[汇编语言] shiyanxitongkaifa

现场电子技术应用中包含了硬件(HW)、硬件加软件(HW+SW)、固件(FW)3个层次。这3个层次也可以说是现代电子技术应用的3人发展阶段。自1997年以来,电子技术应用又增加了一个新的层次——片上系统(SOC)层次。SOC技术概念和应用技术层次的出现,标志着现代电子技术应用进入了SOC阶段。
Field application of electronic technology includes hardware (HW), the hardware plus software (HW+ SW), firmware (FW) 3 level. This three-level can also be said that the application of modern electronic technology 3 stage of development. Since 1997, the application of electronics technology has added a new level- System-on-Chip (SOC) levels. SOC technology and application of the concept of the emergence of the technical level, marking the modern electronic technology applications into the SOC phase. (2008-05-25, C/C++, 406KB, 下载42次)

http://www.pudn.com/Download/item/id/472579.html

[汇编语言] sine_fir

熟悉dsp开发环境ccs之FIR算法实验.工程文件sine_fir.prj,工程由六个文件组成,其中fir_coff.inc是系数文件,包括由Matlab产生的滤波头系数和正弦加噪信号系数,fir_filter.inc是滤波过程的计算,vx54xnt.inc为DSP芯片的初始化,54xdsp.lib为库文件,fir_flt.asm为主程序,fir_flt.cmd为存储器配置文件
Dsp familiar development environment of the FIR algorithm ccs experiment. Project file sine_fir.prj, works composed by the six documents, which is the coefficient fir_coff.inc documents, including Matlab generated by the first filter coefficient and coefficient of sinusoidal noise signal, fir_filter.inc filtering process is calculated, vx54xnt.inc for the DSP chip initialization, 54xdsp.lib for the library file, fir_flt.asm-based procedures, fir_flt.cmd for the memory configuration file (2008-05-10, Asm, 9KB, 下载7次)

http://www.pudn.com/Download/item/id/458523.html

[汇编语言] nRF9e5

nrf9e5通讯程序,在无线通讯立做的最好醒酒就是送到家发送到非开赛的经费在所设计的系统中,读写器中的射频模块与有源标签中的射频模块电路类似,只是为了更有效地传输射频信号,采用单端连接的50Ω阻抗天线,需要在芯片天线连接引脚和天线之间加一个匹配网络,如图
nRF9E5 the communication process, in the wireless communications legislation to do the best hangover is to start at home is sent to the non-funding in the design of the system, the radio frequency reader module with active tags in the RF module circuit similar, but in order to more effective transmission of RF signals, single-ended 50Ω impedance antenna connection, the need to connect pin chip antenna and an antenna matching network in between, as shown in Figure (2008-04-16, Asm, 1746KB, 下载201次)

http://www.pudn.com/Download/item/id/438859.html

[汇编语言] Calculatorassembly

文件名:main.asm 完成对从键盘输入的0-9的数的存入 完成对从键盘输入回车、"ESC"键及“+”,“-”,“*”,“/”键的分析及对加、减、乘、除过程的调用。 完成对从键盘输入错误数据的分析 程序在编写过程中使用了宏,模块。供汇编程序初学者及爱好者参考。
File Name : main.asm completion of the keyboard input from 0-9 for the completion of deposit from the keyboard input round, "ESC" key and "","-","*","/" bond analysis and right, plus or minus, multiplication, addition to the calling process. Completed right from the keyboard input error data analysis procedures in the preparation process used in the Acer module. Compilation procedures for beginners and enthusiasts reference. (2007-02-06, Asm, 8KB, 下载10次)

http://www.pudn.com/Download/item/id/248350.html

[汇编语言] sizeyunshuan

这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6
This is downloaded from the Internet from a computer program can achieve, plus or minus, by, in addition to the calculation. The program is acceptable to the 16-band number. Implementation required in the file name directly to keep up with the formulas, such as the command prompt implementation of the results is as follows : c : \ can (2006-05-06, TEXT, 3KB, 下载7次)

http://www.pudn.com/Download/item/id/180896.html

[汇编语言] EDAbss

很好用 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态
is useful because the design is the control of traffic lights, first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red light north-south. For a period of time to state four, several things turn green blinking yellow light, a few seconds delay, the North and the South is still red. The last cycle to a state. 2. Two-color LED is a red LED tube core and a core package of green together, the common negative side. When the red is added to I-Greenpeace-Canada is low-level, (2005-12-02, Visual C++, 7KB, 下载14次)

http://www.pudn.com/Download/item/id/129369.html
总计:332