代码搜索:Point
找到约 10,000 项符合「Point」的源代码
代码结果 10,000
www.eeworm.com/read/285136/8866612
gif point.gif
www.eeworm.com/read/384203/8890724
wav point.wav
www.eeworm.com/read/384039/8904638
c point.c
//点
void pointxy(unsigned char x,unsigned char y,unsigned char bitdata)
{ unsigned char a1,p;
Lcd_CurrentX=x;
Lcd_CurrentY=y;
lcdpos();
p=(Lcd_CurrentY%8)&0x7;
a1=lcdrd()&Mask1[
www.eeworm.com/read/284713/8907411
java point.java
public class Point
{
public int x;
public int y;
public Point(int x, int y)
{
this.x = x;
this.y = y;
}
}
www.eeworm.com/read/284676/8910129
h point.h
//习题12.1中的point.h头文件
//POINT.H
class Point
{public:
Point(float=0,float=0);
void setPoint(float,float);
float getX() const {return x;}
float getY() const {return y;}
friend ostream &
www.eeworm.com/read/284676/8910137
cpp point.cpp
//习题12.1中的point.cpp文件
//POINT.CPP
Point::Point(float a,float b)
{x=a;y=b;}
void Point::setPoint(float a,float b)
{x=a;y=b;}
ostream & operator
www.eeworm.com/read/383547/8936771
cur point.cur
www.eeworm.com/read/383428/8948544
png point.png
www.eeworm.com/read/186071/8962165
h point.h
//*******************
//** point.h **
//*******************
#include
class Point{
public:
void Set(double ix,double iy) //接口
{
x=ix; y=iy;
}
double xOffset()
www.eeworm.com/read/427201/8966344
m point.m
function[EField, HField]=...
point1(Point,eta_,K,DipoleMoment,DipoleCenter)
%POINT Radiated/scattered field at a point of a dipole array
% or a single dipole. Gives exact near- and far-fie