Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - assembly
Search - assembly - List
DL : 0
这是一个出租车计价器的汇编语言源代码,喜欢的朋友就下载吧.-This is a Taximeter the assembly language source code, like a friend to download it.
Update : 2024-05-04 Size : 2048 Publisher : 袁宝淞

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran. -Matrix Transposition and MultiplicationIt is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
Update : 2024-05-04 Size : 74752 Publisher : Hong

C和汇编语言的混合编程实验基于S3C2410的-C and assembly language programming hybrid experiments based on the S3C2410
Update : 2024-05-04 Size : 161792 Publisher : mcl

DL : 0
High Level assembly language(HLA)软件-High Level assembly language (HLA) software
Update : 2024-05-04 Size : 5522432 Publisher : alan

8086_8088汇编语言指令集 学习的好东西-8086_8088 learning assembly language instruction set of the good things
Update : 2024-05-04 Size : 12288 Publisher : Arctic

Intel汇编语言程序设计(第四版)djvu格式,带阅读器-Intel Assembly Language Program Design (Fourth Edition) djvu format, with reader
Update : 2024-05-04 Size : 12355584 Publisher : muning

DL : 0
利用汇编语言编写,VHDL,实现PWM波形转换电压,直接导入单片机即可运行,产生波形输出实现转换电压的功能.-Prepared to use assembly language, VHDL, realize PWM waveform converter voltage, can be run directly into single-chip, resulting in the output waveform realize the function of voltage conversion.
Update : 2024-05-04 Size : 1064960 Publisher : yangfan

x86汇编程序。 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序.-x86 assembler. Keyboard input from a string, first showed it again and then as one of the lowercase letters converted to uppercase show, and then one of the uppercase letters converted to lowercase display, the last of which shows the exchange of upper and lower case letters. Show string function calls the use of macros, uppercase conversion, lowercase conversion and exchange of written subroutines case.
Update : 2024-05-04 Size : 552960 Publisher : 张海滨

Professional Assembly Language》是近期才拿到的,今后可能要由业务开发转为系统开发了,准备补充一下薄弱的知识。 拿到书后,真有相见恨晚的感觉,书虽然不厚,但讲解特别清楚,而且知识也比较新,解决了我很多疑惑。 -Professional Assembly Language is the latest to receive in the future may be from business development to system development, and ready to add a weak knowledge. Get the book, I have the feeling of Brief Encounter, the book is not thick, but on particularly clear, and relatively new knowledge to solve many of my doubts.
Update : 2024-05-04 Size : 1569792 Publisher :

我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve optimal scheduling operations so that the minimum time to complete the operation. The following is my code, I can not realize, Also can not find an error, please help me!
Update : 2024-05-04 Size : 11264 Publisher : WQQ

DL : 0
我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve optimal scheduling operations so that the minimum time to complete the operation. The following is my code, I can not realize, Also can not find an error, please help me!
Update : 2024-05-04 Size : 12288 Publisher : WQQ

SCM8051
DL : 0
8051单片机实践教程(asm51汇编语言与c51高级语言应用)1-8051 Practice Guide (asm51 assembly language with C51 high-level language applications) 1
Update : 2024-05-04 Size : 1785856 Publisher : 李明

ARM 汇编语言入门 CHM file format for new comer in ARM-ARM assembly language entry-CHM file format for new comer in ARM
Update : 2024-05-04 Size : 973824 Publisher : JUN LIU

模拟时钟汇编语言程序设计,适合8086学习汇编语言的学生学习,可修改直接做为自己微机原理课程设计-Analog clock assembly language programming, for learning 8086 assembly language students to learn to modify their computer directly as a principle of curriculum design
Update : 2024-05-04 Size : 115712 Publisher : xxq

用汇编语言实现的二进制,八进制,十进制,十六进制之间的转换-Using assembly language to achieve the binary, octal, decimal, hexadecimal conversion between
Update : 2024-05-04 Size : 1024 Publisher : 杨天

DL : 0
一个非常好的8086汇编语言菜单程序设计,适合课程设计的学生参考-A very good menu 8086 assembly language programming, curriculum design for student reference
Update : 2024-05-04 Size : 3072 Publisher : xxq

DL : 0
这个时钟是用汇编语言开发的,针对8086芯片而创造的。不仅可以作为时钟,而且可以当成是定时器,具有8个不同时间的定时,在定时时间到达后,就可以给相应的端口输出高电平-This clock is the development of assembly language for 8086 chip created. Not only can serve as a clock, but also as the timer, with eight different times from time to time, in the regular time, you can port to the appropriate output high
Update : 2024-05-04 Size : 12288 Publisher : 柳生

DL : 0
合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)-Merge sorting algorithm is used to realize sub-rule strategy to sort n elements of the algorithm. The basic idea is: the element will be sorted into roughly the same size of the 2 sub-assembly, respectively, to 2 sub-collection sort sequence will eventually lined the subset required by the merger of scheduling a collection of good order. Algorithm complexity is: O (nlogn)
Update : 2024-05-04 Size : 1024 Publisher : 忠波

SCMlcm1602
DL : 0
驱动LCM1602+DS1302的汇编代码-Driver LCM1602+ DS1302 assembly code
Update : 2024-05-04 Size : 14336 Publisher : lidezh

SCMWGP
DL : 0
汇编语言开发的BLDC驱动程序。 基于PIC18F1330单片机。 -Assembly language developed BLDC driver. PIC18F1330-based single-chip microcomputer.
Update : 2024-05-04 Size : 88064 Publisher : Sean Yu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.