代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/275202/10829405
m draw.m
function draw(s,O,c)
%draw(s,O,c) - draw a multivector.
% s: the multivector to be drawn.
% O: an offset by which to displace the multivector before drawing (optional)
% c: a color in which to dra
www.eeworm.com/read/419754/10839600
bmp draw.bmp
www.eeworm.com/read/274034/10890721
dsn draw.dsn
www.eeworm.com/read/274034/10890726
pwi draw.pwi
www.eeworm.com/read/274034/10890752
dsn draw.dsn
www.eeworm.com/read/274034/10890758
pwi draw.pwi
www.eeworm.com/read/273644/10908079
asm draw.asm
read_c equ 0h
key_rom equ 16h
up equ 48h
down equ 50h
right equ 4dh
left equ 4bh
block equ 0dbh
esc equ 1bh
video segment at 0b800h
wd_buff label word
v_buff db 25*80*2 dup(?)
video ends
www.eeworm.com/read/273093/10927579
m draw.m
function fig = draw()
% 手画光滑曲线图形界面
% 先用Range确定大致范围;然后用ginput用鼠标单击大致数据点;最后用Draw it画图。
% 本程序采用样条拟合
% By L. J. Hu, 2000
% This is the machine-generated representation of a Handle Graphics object
www.eeworm.com/read/418767/10928085
c draw.c
/* File: draw.c */
#include
int main(int argc, char *argv[])
{
int i;
int oldmode;
int mode = G320x200x256;
int width, height, colors;
//获得当前的模式
oldmode = vga_getcurrent
www.eeworm.com/read/470834/6900920