代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/157669/11673623
cpp testaes.cpp
// TestAes.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Aes1.h"
#include
#include
#include
#include
www.eeworm.com/read/157655/11676416
c gb.c
/** VGB: portable GameBoy emulator ***************************/
/** **/
/** GB.c **/
/**
www.eeworm.com/read/157652/11678030
asm asmz80.asm
.486p
model flat
_DATA segment dword public use32 'DATA'
_regAF dw 0
_regBC dw 0
_regDE dw 0
_regHL dw 0
_regSP dw 0
_regPC dw 0
memVal dw 0
_nFlag db 0
_imeFlag db 0
clkLeft
www.eeworm.com/read/157502/11698661
cpp pointtrans.cpp
/**************************************************************************
* 文件名:PointTrans.cpp
*
* 图像点运算API函数库:
*
* LinerTrans() - 图像线性变换
* WindowTrans() - 图像窗口变换
* GrayStretch
www.eeworm.com/read/260820/11700920
c demo.c
#include "STC12C2052.H"
typedef unsigned char BYTE;
sbit SDO=P1^5;
sbit SCLK=P1^7;
void BrushOut(BYTE nDots,BYTE dr,BYTE dg,BYTE db)
{ BYTE i,j,mask;
// SDO,SCLK为数据和移位输出口,位变量,nDots为灯的个
www.eeworm.com/read/347084/11702028
cpp comm.cpp
#include
#include "comm.h"
#include
int IsAllSame(const unsigned char* abIn,int nLength)
{
for(int i=1;i
www.eeworm.com/read/260774/11702300
h ucos.h
/*
******************************************************************************
* uCOS
* Microcomputer Real-Time Multitasking Operating System
*
www.eeworm.com/read/260726/11705770
asm tenbit.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Project: Interfacing PICs
; Source File Name: TENBIT.ASM
; Devised by: MPB
; Date: 27-6-05
; Status: Working
;
;;;;;;
www.eeworm.com/read/260726/11705783
sdi tenbit.sdi
,,,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
,,,;
,,,; Project: Interfacing PICs
,,,; Source File Name: TENBIT.ASM
,,,; Devised by:
www.eeworm.com/read/260707/11707106
plm ptrap.plm
PTRAP: do;
$include(PTRAP.DCL)
declare P1 byte at (90h) register;
Writeln: procedure(Ptr) public;
declare Ptr word;
declare B based Ptr byte auxiliary;
declare I byte;
do whil