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

[汇编语言] cgidemo

物联网仓储项目的温度传感器部分关键代码。
Audit of Some Key Codes of Temperature Sensor for Internet of Things Storage Project (2020-04-17, C/C++, 19KB, 下载1次)

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

[汇编语言] 187804算术表达式的语法分析器

编译原理课程设计,算数表达式,表达式,语法分析
Course Design of Compiling Principles, Bool Expressions (2019-05-09, C/C++, 2KB, 下载4次)

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

[汇编语言] demo

用于工业机器人的远程服务器的建立,并用于远程命令的操控
Establishment of remote server for industrial robots, and for remote command manipulation (2018-05-11, C/C++, 5889KB, 下载0次)

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

[汇编语言] BCD

用汇编语言实现3位BCD码计算器功能,机器语言,存在缺陷,内存不够。
3 BCD code calculator function in assembly language, machine language, there are defects, not enough memory. (2016-02-15, C/C++, 2KB, 下载1次)

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

[汇编语言] yunsuanqi

利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本原酸的运算器。
it is easy (2010-12-28, C/C++, 6KB, 下载2次)

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

[汇编语言] AD652zhuanhuan

利用V_F转换器AD652实现高精度A_D转换的方法,比较精准转换
V_F converter AD652 using high precision A_D conversion method, more accurate conversion (2010-10-09, C/C++, 3KB, 下载7次)

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

[汇编语言] gbc

经典模拟器gbc的源代码,语言为c,但一些地方使用的是x86汇编。
Classic emulator gbc source code language c, but some places are using x86 assembly. (2010-06-27, C/C++, 1013KB, 下载3次)

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

[汇编语言] 123

一个简单的能加减乘除的计算器代码 效果还是不错的
A simple addition and subtraction to multiplication and division of the calculator is still a good result code (2010-01-12, C/C++, 18KB, 下载3次)

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

[汇编语言] R8C11

瑞萨单片机相关寄存器的设置与代码!编程,C语言!仅供参考!
vkjsdhvkl dsjbv ldkbmdkb d (2010-01-10, C/C++, 170KB, 下载256次)

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

[汇编语言] GDT-100B

GDT-100调制器源代码,包括LCD显示,按键查询,PLL控制等功能
GDT-100 Television Modulator codes,include LCD display Keybaoard&PLL control...... (2010-01-08, C/C++, 134KB, 下载7次)

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

[汇编语言] count

計數器,boot到dos下可計數,reboot 後再boot可繼續計數
counter the number (2009-09-29, C/C++, 1KB, 下载6次)

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

[汇编语言] tushu

图书管理系统程序---简单的,很实用 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信
Library management system--- simple procedure, it is practical (2009-07-02, C/C++, 193KB, 下载8次)

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

[汇编语言] AT24C02externalmemoryreadandwriteoperation

对C51单片机的外接存储器AT24C02进行8比特位的读写操作,以及一个字节的读写操作
For C51 MCU AT24C02 external memory read and write operation (2009-06-19, C/C++, 1KB, 下载15次)

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

[汇编语言] 18b20shumaguan

利用DS18B20温度传感器采样温度,利用数码管动态显示
The use of temperature sensor DS18B20 sampling temperature, the use of digital control of dynamic display (2009-02-12, C/C++, 25KB, 下载3次)

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

[汇编语言] calculator

一个简单的加减乘除四则运算的计算器功能,使用C语言的程序代码
A simple addition and subtraction, multiplication and division arithmetic calculator functions, the use of C language code (2008-12-31, C/C++, 463KB, 下载2次)

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

[汇编语言] Simulator

一个可以模拟MIPS汇编语言在硬件上运行的模拟器。 该模拟器对于43条最常用的指令进行了实现。而且实现了端口通信,输入和输出中断。 对于数据传输的延时也进行了考虑。 为了让读者更好理解程序功能,附带了使用说明。
One can simulate the MIPS assembly language running on the hardware simulator. The simulator for the 43 most commonly used instructions to achieve. And achieved a port communication, input and output disruptions. Delay for data transmission have also been considered. In order to give readers a better understanding of program features, comes with instructions. (2008-11-24, C/C++, 328KB, 下载37次)

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

[汇编语言] PIC

通过调试的保险柜程序,包含通讯,中断,蜂鸣器,RS232通讯.
Safe through the debugging process, including communication, interruption, buzzer, RS232 communication. (2008-11-10, C/C++, 39KB, 下载30次)

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

[汇编语言] LEDs

LED显示器设计文档,毕业设计论文,学习实践文档
LED display design documents, graduation design papers, studying and practicing the document (2008-06-21, C/C++, 235KB, 下载14次)

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

[汇编语言] mul_unsign123

P18F4610的有符号16*16运算C结合汇编.很好的学习例子.MCC18编译器.
P18F4610 symbols of 16* 16 C combined operations compilation. A good example of learning. MCC18 compiler. (2006-01-09, C/C++, 1KB, 下载5次)

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

[汇编语言] casl

casl汇编器,翻译CASL书写的汇编程序.采用改进的两次汇编算法
casl assembler, translation CASL writing assembler. Improved algorithm for the compilation of the two (2005-10-01, C/C++, 236KB, 下载15次)

http://www.pudn.com/Download/item/id/116201.html
总计:146