代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/246309/12737247
gif line.gif
www.eeworm.com/read/246290/12742418
cs line.cs
using System;
using System.Drawing;
using Microsoft.DirectX;
using Microsoft.DirectX.DirectDraw;
namespace SpaceWar {
///
/// Summary description for Line.
///
publi
www.eeworm.com/read/145083/12754214
cmd line.cmd
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SARAM_P: origin = 8100h,
www.eeworm.com/read/145083/12754217
c line.c
#include "LF2407.h"
#include "math.h"
#include "stdio.h"
int N_x,N_y,Done_Flagx,Done_Flagy,Sx,Sy;
float Position_x,Position_y,x,y,K,mycos;
int Residue_x,Residue_y;//插补时的余数
int F=4000;
int t=2
www.eeworm.com/read/246020/12764461
jpg line.jpg
www.eeworm.com/read/332250/12770060
cpp line.cpp
// Line.cpp: implementation of the CLine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DocView.h"
#include "Line.h"
#ifdef _D
www.eeworm.com/read/332250/12770072
h line.h
// Line.h: interface for the CLine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LINE_H__8B41EDA1_BEEC_11D4_A58C_A06ECA87E571__INCLUDED_)
#def
www.eeworm.com/read/245742/12782637
cpp line.cpp
//Line.cpp
#include "stdafx.h"
#include "DrawShape.h"
#include "Draw.h"
#include "Line.h"
extern CDrawShapeView* gpCDrawShapeView;
extern BOOL IsRectCross(float minX, float minY, float maxX,
www.eeworm.com/read/245742/12782650
h line.h
//Line.h
#ifndef LINE_H
#define LINE_H
#include "Draw.h"
class CLine:public CDraw
{
protected:
//串行化声明宏
DECLARE_SERIAL(CLine)
float m_X1,m_Y1,m_X2,m_Y2; //实际坐标
public:
CL
www.eeworm.com/read/244965/12828389
cpp line.cpp
#include "stdafx.h"
#include "math.h"
#include "VCad.h"
#include "VCadDoc.h"
#include "VCadView.h"
#include "Entity.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_