代码搜索结果
找到约 49 项符合
Multimeter 的代码
multimeter.prj
[ProjectManager]
Version=5.00
Path=F:\TestCode\
Title=MultiMeter
Series=78K0.PM
Device=uPD78F0397
Target=F:\TestCode\main.lmf
[Tools]
MakeFile=MultiMeter.mak
Debugger=d:\NECTools32\BIN\IDK032
multimeter.prj.bak
[ProjectManager]
Version=5.00
Path=F:\SoftCode\
Title=MultiMeter
Series=78K0.PM
Device=uPD78F0396
Target=main.lmf
[Tools]
MakeFile=MultiMeter.mak
Debugger=d:\NECTools32\BIN\SMK0H32.EXE
DebOp
multimeter.prw
[System]
System1=MultiMeter
[MultiMeter]
Project1=MultiMeter.prj
vxiiscpi.c
/* vxiiscpi.c
This example program measures AC voltage on a multimeter and
prints out the results */
#include
#include
void main()
{
INST dvm;
char strres[20]
formatio.c
/* formatio.c
This example program makes a multimeter mesurement with a comma
separated list passed with formatted I/O and prints the results
*/
#include
#include
vximdev.c
/* vximesdev.c
This example program measures AC voltage on a multimeter and
prints out the results */
#include
#include
void main()
{
INST dvm;
char strres[20
nonfmt.c
/* nonfmt.c
This example program measures AC voltage on a multimeter and
prints out the results*/
#include
#include
main()
{
INST dvm;
char strres[20];
nonfmt.bas
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' nonfmt.bas
' The following subroutine measures AC voltage on a
' multimeter and prints out the results.
'''''''''''''''''''''''''
locking.bas
' locking.bas
Sub Main ()
Dim dvm As Integer
Dim strres As String * 20
Dim actual As Long
' Install an error handler
On Error GoTo ErrorHandler
' Open the multimeter sessio
multimeter.mak
#
# Project manager generated MAKEFILE
#
TITLE = MultiMeter
DEVFILE = d:\NECTools32\DEV\DF0397.78K
PROJDIR = F:\TestCode
TOOLDIR = d:\NECTools32\BIN
WORKDIR = F:\TestCode
DEBUG =
ST = $(TO