代码搜索:Points
找到约 10,000 项符合「Points」的源代码
代码结果 10,000
www.eeworm.com/read/290742/8464600
dsp points.dsp
# Microsoft Developer Studio Project File - Name="points" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/290742/8464602
dsw points.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/290742/8464604
plg points.plg
Build Log
--------------------Configuration: points - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\carl\L
www.eeworm.com/read/290742/8464606
opt points.opt
www.eeworm.com/read/290742/8464608
cpp points.cpp
#include
#include
void myinit(void)
{
glClearColor(1.0,1.0,1.0,1.0);/*设置背景色*/
}
void DrawOnePoint(int x1,int y1)
{
glBegin(GL_POINTS);
glVertex2f(x1,y1);
www.eeworm.com/read/290742/8464610
ncb points.ncb
www.eeworm.com/read/185213/9049942
bas points.bas
REM points.bas
m= VAL (PROGRAMARG$ (1) )
IF m = 0 THEN m= 1
h= val (programarg$ (2) )
if h = 0 then mode m : else mode m, h
label init
d= SYSVARPTR
rem w= PEEK (d) + 256 * PEEK (d + 1)
www.eeworm.com/read/282090/9120876
cpp points.cpp
#include "stdafx.h"
#include "qe3.h"
#define MAX_POINTFILE 8192
static vec3_t s_pointvecs[MAX_POINTFILE];
static int s_num_points, s_check_point;
void Pointfile_Delete (void)
{
char n