代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/159496/5583085
c draw.c
/*
** $Id: draw.c,v 1.25 2004/04/19 06:10:33 snig Exp $
**
** General drawing of GDI
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current maintai
www.eeworm.com/read/158793/5594925
c draw.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/158224/5597804
draw_tsp
function [user_stop]=draw_Pareto(traceInfo,best_one,pareto,Opt)
global city_loc;
n = size(best_one,2)-1;
xpoly(city_loc(best_one(1:n),1), city_loc(best_one(1:n),2), "lines",1);
user_stop = 0;
www.eeworm.com/read/156010/5616179
java draw.java
package line;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class draw extends Applet {
Point spoint;
Point points[];
int nump;
boolean drawing = false;
boolean
www.eeworm.com/read/154890/5632762
cc draw.cc
/*
* draw.cc
*/
#include
#include "draw.hh"
template void DrawPoint(Bitmap& bm,int x,int y,T color)
{
if (x=bm.AskHeight
www.eeworm.com/read/154890/5632764
hh draw.hh
/*********************************************************************
libvideogfx/graphics/draw/draw.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, farin@ti.uni-mannheim.de
www.eeworm.com/read/154890/5632922
cc draw.cc
/*
* draw.cc
*/
#include
#include "draw.hh"
template void DrawPoint(Bitmap& bm,int x,int y,T color)
{
if (x=bm.AskHeight
www.eeworm.com/read/154890/5632923
hh draw.hh
/*********************************************************************
libvideogfx/graphics/draw/draw.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, farin@ti.uni-mannheim.de
www.eeworm.com/read/475725/6776246
m draw.m
function draw(m,p,Chrom,Q)
% draw函数将误差最小的个体bestchrom输出图象
t = Chrom(1:m+1);
n = Chrom(m+2);
u = knotpara(t,p,n,m);
for i = 1:m-1
w = basicfun(n,p,t(i+1),u);
N(i,:) = w(1:n+1)';
end
www.eeworm.com/read/475512/6790592
clw draw.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDrawView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Draw.h"