代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/363482/9949498
c ex4-5.c
#include
#include
#define byte unsigned char
//中断服务程序
void keyinterrupt() interrupt 2
{
int t;
byte keycode,scancode,flag=0xff;
t=5000;
while(t--);
if(INT1==1)
www.eeworm.com/read/167826/9951385
c r591can.c
/*======================================================================*/
/* NAME: r591can.c */
/* INFO: CAN module for the PHYTEC training b
www.eeworm.com/read/363330/9958992
h host_811.h
////////////////////////////////////////////////////////////////////////////////
// File: host_811.h
//
// $Header: /USB/ez811/firmware/Emb_Host/host_811.h 6 5/14/02 8:37p Tpm $
// Copyright
www.eeworm.com/read/363254/9964028
lst key05r2.lst
KEY05R2.ASM Assembled with CASM 05/06/1998 18:19 PAGE 1
1 *****************************************************
2 *
www.eeworm.com/read/363254/9964029
asm key05r2.asm
.pagewidth !160
*****************************************************
* *
* 101 Key, IBM Keyboard Decoder for 68HC705J1A. *
*
www.eeworm.com/read/167506/9967314
cs c5-04.cs
//使用数组的示例
using System;
class DeclareArraysSample
{
public static void Main()
{
// 一维数组
int[] numbers = new int[5];
// 多维数组
string[,] names = new strin
www.eeworm.com/read/363073/9968851
cpp upgradelogic.cpp
#include "StdAfx.h"
#include "UpGradeLogic.h"
//构造函数
CUpGradeGameLogic::CUpGradeGameLogic(void)
{
m_iDaoCard = 0;
m_iStation[4]=500;
for (int i=0;i
www.eeworm.com/read/363072/9968949
cpp servermanage.cpp
#include "StdAfx.h"
#include "ServerManage.h"
//构造函数
CServerGameDesk::CServerGameDesk(void):CGameDesk(FULL_BEGIN)
{
//m_bQueryQuit=false;
m_bQueryQuit=true;//只要结束就退出
m_iEnableWatch=0;
www.eeworm.com/read/363072/9969029
cpp upgradelogic.cpp
#include "StdAfx.h"
#include "UpGradeLogic.h"
//构造函数
CUpGradeGameLogic::CUpGradeGameLogic(void)
{
m_iNTNum=0;
m_iNTHuaKind=UG_ERROR_HUA;
m_iStation[4]=500;
for (int i=0;i
www.eeworm.com/read/363012/9971650
cpp searchengine.cpp
// SearchEngine.cpp: implementation of the CSearchEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Chess.h"
#include "Search