代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/244945/12829453
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/244902/12837122
r43 display.r43
www.eeworm.com/read/143535/12866486
h picture_display.h
const rom uns8 set_screen[]=
{0x00,0x00,0x00,0x00,0x00,0x80,0x40,0x20,
0x20,0x40,0x80,0x00,0x80,0x40,0x20,0x20,
0x20,0x00,0x00,0xe0,0x20,0x20,0x20,0x20,
0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,
0
www.eeworm.com/read/330802/12867633
v osc_display.v
module osc_display(
clk,
cs,
datain,
RDADDR,
x_out,
y_out,
da_wrx,
da_wry
);
input clk;
input cs;
input [7:0] datain;
output reg [9:0] RDADDR;
www.eeworm.com/read/330802/12867635
bsf osc_display.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/143528/12867852
c_sym display.c_sym
www.eeworm.com/read/330333/12900720
c display_test.c
#include
#define BYTE unsigned char
#define WORD unsigned int
const BYTE DATA_7SEG[ ] ={0xc0,0xF9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};
BYTE led[4],min,sec,dms;
/
www.eeworm.com/read/243769/12918515
h display_count.h
#ifndef _DISPLAY_COUNT_H
#define _DISPLAY_COUNT_H
void display_count_init();
void display_count_update(const tByte);
#endif