代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/13308/273568
h display.h
#include
#ifndef __DISPLAY_H__
#define __DISPLAY_H__
#define DataPort P0 //定义数据端口 程序中遇到DataPort 则用P0 替换
sbit LATCH1=P2^2;//定义锁存使能端口 段锁存
sbit LATCH2=P2^3;// 位锁存
e
www.eeworm.com/read/13400/275525
c display.c
#include
const uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
uchar led[6] ={1,2,3,4
www.eeworm.com/read/13400/275569
c display.c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0xc0,0xcf,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
uchar led[4],min,sec;
//
www.eeworm.com/read/13787/283399
c display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
www.eeworm.com/read/13787/283506
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
www.eeworm.com/read/13911/286879
m display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
www.eeworm.com/read/13911/286895
m display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a radial basis kernel object.
%
% display(ker);
%
% File : @rbf/display.m
%
% Date : Tuesday 12th
www.eeworm.com/read/13911/286944
m display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a polynomial kernel object.
%
% display(ker);
%
% File : @polynomial/display.m
%
% Date : Tuesday
www.eeworm.com/read/13911/286948
m display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a linear kernel object.
%
% display(ker);
%
% File : @linear/display.m
%
% Date : Tuesday 12th Se
www.eeworm.com/read/13931/288384
h display.h
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C) 200