虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

HEX-OUTPUT

  • 这是一个让单片机发出音乐的程序

    这是一个让单片机发出音乐的程序,包括几种简单的声响,警声,和几首音乐。 ..\TestSound.prj 项目文件 ..\TestSound.c 主程序文件 ..\Music.h 音乐驱动文件 ..\Music_data.h 几首音乐数据文件 ..\TestSound.hex 可供烧录的文件 ..\TestSound.asm 生成的汇编文件

    标签: 单片机 程序

    上传时间: 2015-08-12

    上传用户:ls530720646

  • 产生正弦波波形的一个顶层文件

    产生正弦波波形的一个顶层文件,还需要有波形的数据库,数据库为*.mif或者*.hex格式。可以根据个人需要自己建立。

    标签: 正弦波 波形

    上传时间: 2014-01-08

    上传用户:xinzhch

  • EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream

    EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is connected to the message window of the IDE, ie.

    标签: input standard EXAMPLE accepts

    上传时间: 2014-11-18

    上传用户:siguazgb

  • EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con

    EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connected to the message window of the IDE, ie.

    标签: input standard EXAMPLE accepts

    上传时间: 2014-01-13

    上传用户:小码农lz

  • /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F

    /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N. * * OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T. */

    标签: APPROXIMATE ALGORITHM THE SOLUTION

    上传时间: 2015-08-20

    上传用户:zhangliming420

  • DOS下的汇编程序

    DOS下的汇编程序,将ASM转换为HEX,程序内有语法说明,支持各种操作系统

    标签: DOS 汇编程序

    上传时间: 2015-08-22

    上传用户:hgy9473

  • ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

    ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same as that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form has 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you should output "83".

    标签: Description computers Problem binary

    上传时间: 2013-12-11

    上传用户:libenshu01

  • 本文简要介绍了集成电路MAX038的性能

    本文简要介绍了集成电路MAX038的性能,并给出了以MAX038波形产生器为核心具有四种输出波形的函数 信号发生器的设计方案。用这种方法设计的信号发生器具有结构简单、成本低、体积小等特点,很好地满足 了一般的实验要求。 关键词:集成电路 信号发生器 频率 Abstract:The performance ofIC_MAX038 was introduced briefly in this paper.At the sa/ne time,a signal generator design making with integrated circuit MAX038 is provided,which can produce four kinds of waveforms output.The signal generator was of characters such as simple structur,cheap expense,small volume and SO on.The signal generator contents the demand of general experiments very wel1. Key words:Integrated circuit Signal generator Frequency

    标签: MAX 038 集成电路 性能

    上传时间: 2013-12-12

    上传用户:四只眼

  • USB接口芯片D12在STC单片机上的驱动开发

    USB接口芯片D12在STC单片机上的驱动开发,定义ENDPOINT0,ENDPOINT1和ENDPOINT2为管理通道、中断模式和批模式。压缩包中包含头文件和C文件,在keil C8.2下编译使用,hex文件约7KB。

    标签: USB D12 STC 接口芯片

    上传时间: 2015-08-24

    上传用户:qwe1234

  • 王小平《遗传算法——理论、应用与软件实现》随书光盘

    王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 \Sources 遗传算法相关自由软件及代码

    标签: 算法 光盘 软件实现

    上传时间: 2013-12-14

    上传用户:sz_hjbf