搜索结果

找到约 950 项符合 input-output 的查询结果

汇编语言 Test program to loop on Successive Approximation A-to-D conversion. Allows digital codes and resul

Test program to loop on Successive Approximation A-to-D conversion. Allows digital codes and resulting DAC output to be viewed on scope.
https://www.eeworm.com/dl/644/181086.html
下载: 96
查看: 1057

其他 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Se

8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins.
https://www.eeworm.com/dl/534/182105.html
下载: 96
查看: 1136

书籍源码 The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers,

The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers, CRC Press, 1993, contains an FDTD code and output files in Appendix B. The same code and output files are contained in this directory.
https://www.eeworm.com/dl/532/183155.html
下载: 193
查看: 1117

单片机开发 利用Atmel ATMega8 的定时器功能和PWM功能

利用Atmel ATMega8 的定时器功能和PWM功能,制作频率发生器。 有LCD显示,并可实时调节ATMega8的各个相关的寄存器内容。 支持红外遥控器输入。 ..\频率发生器.prj ......主芯片项目文件 ..\频率发生器.c ......主芯片主程序 ..\频率发生器.asm ......主芯片汇编文件(自动生成) ..\频率发生器.hex ......可供烧录的文件 .. ...
https://www.eeworm.com/dl/648/183246.html
下载: 48
查看: 1058

matlab例程 PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)

PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
https://www.eeworm.com/dl/665/183308.html
下载: 60
查看: 1035

数值算法/人工智能 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 numbe ...
https://www.eeworm.com/dl/518/187749.html
下载: 26
查看: 1426

技术管理 本文简要介绍了集成电路MAX038的性能

本文简要介绍了集成电路MAX038的性能,并给出了以MAX038波形产生器为核心具有四种输出波形的函数 信号发生器的设计方案。用这种方法设计的信号发生器具有结构简单、成本低、体积小等特点,很好地满足 了一般的实验要求。 关键词:集成电路 信号发生器 频率 Abstract:The performance ofIC_MAX038 was introduced briefly i ...
https://www.eeworm.com/dl/642/188141.html
下载: 196
查看: 1056

SQL Server This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurr ...
https://www.eeworm.com/dl/689/189553.html
下载: 100
查看: 1050

Java编程 带进度条的文件上传(java+ajax源码) 在写代码的时候

带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我 ...
https://www.eeworm.com/dl/633/191331.html
下载: 83
查看: 1048

微处理器开发 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据

这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工 ...
https://www.eeworm.com/dl/655/192051.html
下载: 99
查看: 1050