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

[汇编语言] HDB3-

用汇编语言对HDB3码进行编码,并可以用示波器进行观察。
The HDB3 code is encoded in assembly language and can be viewed with an oscilloscope. (2016-10-22, Visual Basic, 2KB, 下载1次)

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

[汇编语言] liushuideng

用汇编写的流水灯,实现一秒亮一个流水灯,亮完一排后,蜂鸣器就开始叫
Written with the compilation of water lights, realize one seconds on a water lamp, bright finish in a row, the buzzer began calling (2012-12-09, Visual Basic, 3KB, 下载5次)

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

[汇编语言] IBM-PC

第一部分主要阐述和讨论了80X86汇编语言程序设计的基础知识。如;数据格式及其转换,8086CPU中寄存器的结构及使用,存储器的分段,指令和操作数的寻址方式,80X86的指令系统,汇编语言程序格式及伪指令,汇编语言程序设计上机实践等。第二部分主要是汇编语言程序设计的基本原理、方法和技巧。内容包括一个完整的源程序的编写过程——顺序、分支、循环和子程序等的基本结构形式以及程序设计,输入、输出和中断程序设计,高级宏汇编语言技术,BIOS及DOS中断。
The first part described and discussed the basics of 80X86 assembly language programming. Such as the structure and use of data format conversion 8086CPU in the register, the memory segment, instruction and operand addressing modes, 80X86 instruction set, assembly language programming format directive, the assembler language programming Computer Practicals and so on. The second part of the basic principles of assembly language programming, methods and techniques. Include a complete source of the preparation process- sequence, branch, loop and subroutine such as the basic structure and program design, input, output and interrupt programming, high-level macro assembler language technology, BIOS and DOS interrupts. (2012-07-18, Visual Basic, 40KB, 下载5次)

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

[汇编语言] calc

计算器 有数字按键 + - * / 都有
Public sym, tmp Public Sub Cl_Click() txt = "" Form1.sym = "" Form1.tmp = "" End Sub Public Sub cmd_Click(Index As Integer) If InStr(1, txt, "=") <> 0 Then txt = "" txt = txt & Index End Sub Public Sub pt_Click() txt = txt & "." End Sub Private Sub Form_Load() sym = "" End Sub Public Sub oth_Click(Index As Integer) Form1.equ_Click Form1.sym = oth(Index).Caption If Replace(txt, vbCrLf, "") <> txt Then txt = Form1.tmp Else End If txt = txt & vbCrLf & Form1.sym End Sub Public Sub equ_Click() Select Case Form1.sym Case "+" Form1.tmp = Val(txt)+ Val(Mid(txt, (InStr(1, txt, Form1.sym)+ 1))) txt = txt & vbCrLf & "=" & Form1.tmp Case "-" Form1.tmp = Val(txt)- Val(Mid(txt, (InStr(1, txt, Form1.sym)+ 1))) txt = txt & vbCrLf & "=" & Form1.tmp Case "*" Form1.tmp = Val(txt)* Val(Mid(txt, (InStr(1, txt, Form1.sym)+ 1))) txt = txt & vbCrLf & "=" & Form1.tmp Case "/" Form1.tmp = Val(txt)/Val(Mid(txt, ( (2010-12-14, Visual Basic, 8KB, 下载7次)

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

[汇编语言] VB_PLC_Comm

vb与松下plc fp1进行通讯,可以进行单点控制,和数据寄存器控制
vb and Matsushita plc fp1 communication, can be a single point of control, and data registers control (2010-01-28, Visual Basic, 8KB, 下载64次)

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

[汇编语言] cheng

此代码包括了乘法表、函数、数值交换、1to9的排列、检查、计算器等功能,用最简单的实例解说了复杂的功能
This code includes the multiplication table, function, value exchange, 1to9 alignment, inspection, calculator and other functions, using the simplest example of a complex function of interpretation (2010-01-21, Visual Basic, 7KB, 下载2次)

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

[汇编语言] BBH_jp

是磁条读写器的主芯片程序,单片机51系列 用汇编语言编写
Magnetic stripe reader is the main chip procedures, single-chip microcomputer 51 with the compilation of languages (2009-06-22, Visual Basic, 12KB, 下载5次)

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

[汇编语言] RavStarter

瑞星2007版升级起子VB源代码,瑞星2007的升级器,思想应该很有帮助!
Ruixing 2007 upgrade screwdriver VB source code, Ruixing upgrade, 2007, and thinking should be very helpful! (2008-09-11, Visual Basic, 785KB, 下载12次)

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

[汇编语言] cx

不错的VB关于CD播放器的源码~希望大家都来看看~
VB good on the CD player source ~ hope all of you take a look at ~ (2008-07-04, Visual Basic, 2KB, 下载1次)

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

[汇编语言] DIANNAO-USB

可以用于电脑上的USB端口的电源,这样可以在使用电脑疲劳时,用些按摩器以消除疲劳
can be used on a computer USB power, so the computer can use fatigue, spend more massage device to eliminate fatigue (2006-09-17, Visual Basic, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/214513.html
12
总计:30