代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/200388/15434318
m epiline.m
%EPILINE Draw epipolar lines
%
% h = epiline(F, p)
% h = epiline(F, p, ls)
%
% Draw epipolar lines in current figure based on points specified
% rowwise in p and on the fundamental matrix F. Optional
www.eeworm.com/read/358185/10194864
h display.h
/* $gpsd: display.h 3486 2006-09-21 00:58:22Z ckuethe $ */
void register_shell(Widget w);
void register_canvas(Widget w, GC gc);
void set_title(char *title);
void draw_graphics(struct gps_data_t *gps
www.eeworm.com/read/355348/10274586
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Painter.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#defi
www.eeworm.com/read/462949/7191284
h tft.h
#ifndef _TFT_H_
#define _TFT_H_
#include "stc_new_8051.h"
sbit TFT_RST =P0^0;
sbit TFT_CS =P1^1;
//sbit TFT_SDAT=P2^2; //使用STC的硬件SPI,屏蔽这里
//sbit TFT_SCLK=P2^3;
sbit TFT_CD =P1^2;
void
www.eeworm.com/read/462763/7196496
h oled.h
#define SPI
void oled_init(void);
void oled_clear(void);
void oled_draw_row(char, unsigned char *);
void oled_off(void);
void oled_on(void);
void oled_reset(void);
void oled_refresh(void);
void pu
www.eeworm.com/read/461240/7231252
m define_output_parameters_2d.m
disp('defining output parameters');
sampled_electric_fields = [];
sampled_magnetic_fields = [];
sampled_transient_E_planes = [];
sampled_frequency_E_planes = [];
% figure refresh rate
plotti
www.eeworm.com/read/461240/7231383
m define_output_parameters_2d.m
disp('defining output parameters');
sampled_electric_fields = [];
sampled_magnetic_fields = [];
sampled_transient_E_planes = [];
sampled_frequency_E_planes = [];
% figure refresh rate
plotti
www.eeworm.com/read/305607/13764462
bak nokia_5110.h.bak
/*
Nokia5110 pin description
PIN1 RST
PIN2 CE
PIN3 DC
PIN4 DIN
PIN5 CLK
PIN6 VCC
PIN7 BL(backlight)
PIN8 GND
*/
#ifndef __nokia_5110_h_
#define __nokia_5110_h_
#include
www.eeworm.com/read/305607/13764465
h nokia_5110.h
/*
Nokia5110 pin description
PIN1 RST
PIN2 CE
PIN3 DC
PIN4 DIN
PIN5 CLK
PIN6 VCC
PIN7 BL(backlight)
PIN8 GND
*/
#ifndef __nokia_5110_h_
#define __nokia_5110_h_
#include
www.eeworm.com/read/135582/5884308
cxx fl_scroll_area.cxx
//
// "$Id: fl_scroll_area.cxx,v 1.1.1.1 2003/08/07 21:18:41 jasonk Exp $"
//
// Scrolling routines for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//