代码搜索:Graphics
找到约 10,000 项符合「Graphics」的源代码
代码结果 10,000
www.eeworm.com/read/387828/8651761
h graphics.h
#ifndef __GRAPHICS__
#define __GRAPHICS__
#include "tl0324.h"
// --------------------------- Functions Declaration ---------------------------
// Display an image on LCD upleft corner
void di
www.eeworm.com/read/387826/8651830
c graphics.c
#include "ssd1815.h" // Include basic LCD driver
bit iPoint = 1; // Global variable for Turn on/off point
// Display a picture on the specific position of the Screen
void disp_image(uint8 code
www.eeworm.com/read/387826/8651841
h graphics.h
// --------------------- Header file for graphics.c ----------------------------
#ifndef __GRAPHICS__
#define __GRAPHICS__
// Information for drawing a rectangle
struct RectInfo
{
uint8 X0,Y0
www.eeworm.com/read/387823/8651937
c graphics.c
// --------------------- Graphic Library of LCD -------------------------------
bit iPoint = 1; // Global variable for Turn on/off point
// Display a picture on the specific position of the Scree
www.eeworm.com/read/387823/8651975
h graphics.h
// --------------------- Header file for graphics.c ----------------------------
#ifndef __GRAPHICS__
#define __GRAPHICS__
// Information for drawing a rectangle
struct RectInfo
{
uint8 X0,Y0
www.eeworm.com/read/288084/8652822
inc graphics.inc
; Graphical support routines
.bss
color ds.b 1
.code
// PLOT x, y
x_plot:
call #eval_expr
call #check_comma
push.w r14
call #eval_expr
pop.w r15
call #plot
jmp term
www.eeworm.com/read/430862/8721464
chm graphics.chm
www.eeworm.com/read/386700/8731546
c graphics.c
UINT32 DrawLine(INT16 x1, INT16 y1, INT16 x2, INT16 y2)
{
GRAPHIC_POINT_T begin;
GRAPHIC_POINT_T end;
begin.x = x1;
begin.y = y1;
end.x = x2;
end.y = y2;
UIS_
www.eeworm.com/read/386343/8752894
js graphics.js
(function(){
AdSenseGraphics.POS_TOP_LEFT_=0;AdSenseGraphics.POS_TOP_RIGHT_=1;AdSenseGraphics.POS_BOTTOM_LEFT_=2;AdSenseGraphics.POS_BOTTOM_RIGHT_=3;AdSenseGraphics.X_INTERCEPT_TOP_=0;AdSenseGraphics.
www.eeworm.com/read/429795/8788522
py graphics.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Urwid graphics widgets
# Copyright (C) 2004-2007 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify it under th