代码搜索:Position
找到约 10,000 项符合「Position」的源代码
代码结果 10,000
www.eeworm.com/read/379443/9197099
m position.m
% Program 6-2
% positon.m
%
% Positioning of the access terminals in the area of the radius r.
%
% Input arguments
% r : The radius r that an access point is an origin.
% n : The nu
www.eeworm.com/read/181089/9274720
cg position.cg
//
// simple vertex program transforms vertices to projection space and
// passes through color and texture
struct appdata {
float4 position : ATTRIB0;
float4 color : ATTRIB1;
floa
www.eeworm.com/read/178423/9399055
bmp position.bmp
www.eeworm.com/read/373491/9453944
cpp position.cpp
#include "position.h"
void Position::Reset()
{
Set(0, 0);
}
void Position::Set(int l, int c)
{
line = l;
col = c;
}
www.eeworm.com/read/373491/9453954
o position.o
www.eeworm.com/read/373491/9453959
h position.h
#ifndef POSITION_H
#define POSITION_H
#include "constant.h"
//位置记录类
class Position
{
public:
int line; //行号
int col; //列号
void Reset(); //清零
void Set(int l, int c); /
www.eeworm.com/read/373369/9460581
java position.java
//: typeinfo/Position.java
class Position {
private String title;
private Person person;
public Position(String jobTitle, Person employee) {
title = jobTitle;
person = employee;
www.eeworm.com/read/372507/9507164
h position.h
#ifndef Position_
#define Position_
class Position {
friend bool InputMaze();
friend void OutputPath();
friend bool FindPath();
public:
operator int() const {return row;}
www.eeworm.com/read/371205/9562057
js position.js
/**
* the positon contains top and left property
* @auther:shennan amushen@yahoo.com.cn
* @date:2008-1-6
*/
function Position(top,left){
this.top=parseFloat(top);
this.left=parseFloat
www.eeworm.com/read/371109/9566540