代码搜索结果
找到约 10,000 项符合
Test 的代码
test.c
// 采用查询方式进行串口通讯的例子
// 采用这种方式的弊端:
// 1.如果对方没有发送数据,则本机无限等待,而不能做其它事情
// 2.如果对方发送数据而本机正做其它事情,那么有可能丢失数据。
// 因此实际上串口接收常采用中断方式,串口发送则不需要。
#include
extern void serial_init(void);
ex ...
test.lnp
"STARTUP.obj",
"serial.obj",
"test.obj"
TO "test"
test.lst
C51 COMPILER V7.50 TEST 11/12/2008 00:40:45 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
test.c
#include "zlg7290.h"
#include "reg52.h"
#include "VIIC_C51.h"
#include"ds18b20.h"
#define SubKey 0x01
#define SubCmdBuf 0x07
#define SubDpRam 0x10
#define uchar unsigned char
sbit P1_1=0x91
test.java
public class test {
}
test.cpp
// Test.cpp : implementation file
//
#include "stdafx.h"
#include "attendance.h"
#include "Test.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
test.h
#if !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_)
#define AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER