资源列表

« 1 2 ... .23 .24 .25 .26 .27 2728.29 .30 .31 .32 .33 ... 3005 »

[汇编语言shiyan5

说明: 程序接收由用户键入的数N,根据给定的N值,计算Fibonacci数。 Fibonacci数的定义如下: FIB(1)=1 FIB(2)=1 FIB(N)=FIB(N-2)+FIB(N-1) N>=3-Typed by the user program receives the number N, according to the given value of N, calculate the Fibona
<linting> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言program

说明:I2C总线冲突程序,解决总线主机传输信息冲突问题-I2C Bus Collision procedures to address conflicts of the bus master to transmit information
<momo> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言tiaoshi3

说明:这是一个实现两个二元多次多项式相加的C语言程序,同时包括了详细的注解,是我期末的作业,当时分数不错-This is a realization of two binary polynomials times the sum of the C language program, and includes detailed notes, is the end of the operation was a good score
<七七然> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言5532

说明:cs5532的汇编程序,包括初试化,读取转换命令等-cs5532 assembly procedures, including first test, read the conversion orders
<zwh> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言BOXING1

说明:波形发生器,四种波形的产生,开关键选择,三角波,锯齿波,方波,正弦波-Waveform generator, four waveform generation, the key to open the selection, triangle, sawtooth, square wave, sine wave
<liu> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言1111111

说明:Cache控制器实验指令文件 新的实验系统的-Cache controller experimental instruction file new experiment system
<万静媛> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言equip

说明:displays equipment list connected to our pc
<chinni> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言SPIDAC

说明:ADF4111的SPI写寄存器的时序程序,按照此程序可以进行有关于ADF4111相关程序的开发,如产生某个频率。当然要实现某个功能还需自己扩展,该程序只是提供一个框架-ADF4111 the SPI write timing register program, according to this procedure can be carried out on the ADF4111-related program development
<蔡坤堤> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言ccc

说明:该程序是超声波的测距的程序。程序中介绍了如何通过汇编语言产生38KHz的超声波频率,以及如何接受反射回来的超声波,并进行相关计算,计算出距离。最后显示在七段数码管上-The program is ultrasonic ranging program. Describes how to program in assembly language generated 38KHz ultrasonic frequency, and how to
<蔡坤堤> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言bro

说明:simple program for the implementation on the PMW on the MCS-51mikrokotroller with assembly language
<angstrong> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言shutdown_asm

说明:在DOS下用汇编言语写的关机程序,涉及到DOS子例程和BIOS例程的调用有相应的说明.-In DOS assembly language program written off, sub-routines related to the DOS and the BIOS routine call corresponding instructions.
<liminjin> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[汇编语言K4

说明:在内存缓冲区BUF中存放着一组无符号的字数据,要求采用模块化程序设计技术,将这组数据由小到大排序并在显示器上显示。 题目分析:将任务划分成三个模块:主控模块、排序模块、显示模块。 各模块的命名及功能如下: (1)主控模块:命名为MAIN,功能为实现各个子模块的调用,在主模块内定义数据区。 (2)排序模块:命名为SORT,功能为实现将BUF缓冲区中的一组数据由小到大排序。 (3)显示模块:命名为OUTPUT,功能为实现
<> 在 2024-10-10 上传 | 大小:1024 | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 2728.29 .30 .31 .32 .33 ... 3005 »

源码中国 www.ymcn.org