代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/462735/7197080
asm ad convert.asm
DBUF0 EQU 30H
TEMP EQU 40H
DIN BIT 0B0H
CLK BIT 0B1H
ORG 0000H
START: MOV R0,#DBUF0 ;显示缓冲器存放0AH,0DH,—,0XH,0XH
MOV @R0,#0AH ;串行静态显示“AD XX”XX表示0--F
INC
www.eeworm.com/read/460903/7238052
cpp f_convert.cpp
#include
#include"conio.h"
#include"head.h"
using namespace std;
//*********************************************************************************************************
//
www.eeworm.com/read/460903/7238059
obj f_convert.obj
www.eeworm.com/read/460801/7240529
c ad_convert.c
# include
# define N 128 /*定采样长度,如128点*/
int XDATA array(N); /*在存储器内定义长度为N的有符号整数数组*/
int AD (void)
{
uint ul,uh;
int u;
RC=0; /*低电平,进入转换模式*/
ul=XBYTE[0xff
www.eeworm.com/read/460741/7242288
cfg fdac_convert.cfg
-$A8
-$B-
-$C-
-$D-
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L-
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/460741/7242289
res fdac_convert.res
www.eeworm.com/read/460741/7242290
dpr fdac_convert.dpr
program fdac_convert;
uses
OneInstance in 'OneInstance.pas', Forms,
UnitConverter in 'UnitConverter.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'Cu
www.eeworm.com/read/460741/7242294
dof fdac_convert.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=0
D=0
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=0
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/454436/7390690
h convert_func.h
#ifndef _CNVFUNC_H
#define _CNVFUNC_H
#include "def_unix_types.h"
#include "core.h"
#include "m7def.h"
int isNull(char *num)
{
int i;
i = 0;
while(num[i])
{
if((num[i]>'0')&&(num[i]
www.eeworm.com/read/454436/7390700
h~ convert_func.h~
#ifndef _CNVFUNC_H
#define _CNVFUNC_H
#include "def_unix_types.h"
#include "core.h"
#include "m7def.h"
int isNull(char *num)
{
int i;
i = 0;
while(num[i])
{
if((num[i]>'0')&&(num[i]