代码搜索:Graphics

找到约 10,000 项符合「Graphics」的源代码

代码结果 10,000
www.eeworm.com/read/200272/15436017

txt r函数.txt

函数名: raise 功 能: 向正在执行的程序发送一个信号 用 法: int raise(int sig); 程序例: #include int main(void) { int a, b; a = 10; b = 0; if (b == 0) /* preempt divide by zero erro
www.eeworm.com/read/200272/15436024

txt g函数.txt

函数名: gcvt 功 能: 把浮点数转换成字符串 用 法: char *gcvt(double value, int ndigit, char *buf); 程序例: #include #include int main(void) { char str[25]; double num; int si
www.eeworm.com/read/200183/15438858

pas xsgl.pas

unit xsgl; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DBCtrls, StdCtrls, Mask, ExtCtrls, Buttons, Grids, DBGrids; type Txs
www.eeworm.com/read/200114/15441052

nfo avrfreaks.nfo

!!!!!!! !!!!!! !!!!!!! !!!!!!!!!!!! !!!!!!!!! !!!!!! !!!!!!! !!!!!!!!!!!!!!! !!!!!!!!!! !!!!!!! !!!!!! !!!!!!!!!!!!!!!!! !!
www.eeworm.com/read/113884/15444991

pas unit1.pas

unit Unit1; interface uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls; type TOKRightDlg = class(TForm) OKBtn: TButton; CancelBtn: TButt
www.eeworm.com/read/113697/15450888

htm fs.htm

www.eeworm.com/read/113697/15450918

htm fg.htm

www.eeworm.com/read/113441/15456222

txt 如何对象素点着色java.txt

import java.awt.*; import java.awt.event.*; import javax.swing.*; public class PixelSpot extends Canvas implements MouseListener{ static int width=400, height=400; Color colo
www.eeworm.com/read/113016/15459522

java gameoverscreen.java

// Copyright 2003 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR ANY
www.eeworm.com/read/101297/15461219

++cc++-+

作者:star2002 日期:2000-8-18 8:36:41 C/C++语言提供了十分丰富的图形函数,图形函数文件为<mark>Graphics</mark>.h,使用图形函数前须先将屏幕设置为图形模式,C/C++语言提供了下面的函数:   void far initgraph(int far *GD,int far *GM,char *P);   其中,GD和GM分别表示图形驱动程序和图形模式,P指图形驱 ...