tms320f2812 的ADC文件,希望对有的朋友有帮助!
上传时间: 2014-01-25
上传用户:13215175592
基于Visual Basic 2005制作的串口收发器,采用精简库,可运行在windows NT系列上,也可以运行在WinCE 5.0下(需安装.net库)
上传时间: 2013-12-17
上传用户:Zxcvbnm
Microsoft ATL Project Analysis
标签: Microsoft Analysis Project ATL
上传时间: 2014-01-13
上传用户:sclyutian
MC9S08QG8 Quick Start Examples,含ADC.C,KBI.GPIO.C等7个例程.
上传时间: 2014-07-03
上传用户:silenthink
Visual Basic 还有 VBA for OfficeXP/AutoCAD 的代码窗口都不支持鼠标滚轮,现在可以通过这个程序来解决了!使用上没什么特殊的地方,运行后会在托盘区看到图标,可以通过右键菜单选择退出。
标签: OfficeXP AutoCAD Visual Basic
上传时间: 2014-01-21
上传用户:GHF
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。
上传时间: 2015-10-05
上传用户:kytqcool
share trading application.My code samples chapt-4 to chapt-7 are from a book named java project which i bought from india.
标签: chapt application samples project
上传时间: 2015-10-06
上传用户:colinal
一个小巧的BASIC解释器的源代码,很小,可它的确做到了
上传时间: 2015-10-06
上传用户:gengxiaochao
Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about the Basic Compression Library, please read the manual (doc/manual.pdf) and, of course, the source code.
标签: Introduction Compression Geelnard Library
上传时间: 2015-10-06
上传用户:
许多非常有用的 Verilog 实例: ADC, FIFO, ADDER, MULTIPLIER 等
标签: MULTIPLIER Verilog ADDER FIFO
上传时间: 2015-10-06
上传用户:电子世界