代码搜索:defining
找到约 2,258 项符合「defining」的源代码
代码结果 2,258
www.eeworm.com/read/380289/9154049
h defining.h
#define SLEEP_IN 50
#define SLEEP_ONE 1000
#define ADDRESS_SIZE 6
#define PAGE_SIZE 0x0100
#define BLANK 0xff
#define PAGE_BYTE 0x10
#define NOT_MOT MAXBYTE
#define NUM_PAGE1 0
www.eeworm.com/read/218882/14903878
h defining.h
#define SLEEP_IN 50
#define SLEEP_ONE 1000
#define ADDRESS_SIZE 6
#define PAGE_SIZE 0x0100
#define BLANK 0xff
#define PAGE_BYTE 0x10
#define NOT_MOT MAXBYTE
#define NUM_PAGE1 0
www.eeworm.com/read/275731/4172272
txt usage_defining_database.txt
/* LiteSQL - Documentation
*
* By Tero Laitinen
*
* See LICENSE for copyright information. */
/* \file documentation.txt
Manual */
/** \page usage_defining_database Defining Database
\sec
www.eeworm.com/read/275831/10794268
rb 06 - defining a virtual attribute.rb
class Arc
attr_accessor :radians
def degrees
@radians * 180 / Math::PI
end
def degrees=(degrees)
@radians = degrees * Math::PI / 180
end
end
arc = Arc.new
arc.degrees = 180
arc.ra
www.eeworm.com/read/127245/14366345
chm analysing requirements and defining solutions architecture.chm
www.eeworm.com/read/127767/14336322
txt e188. defining and exporting a remote object.txt
1. Define the remote interface.
import java.rmi.*;
public interface RObject extends Remote {
void aMethod() throws RemoteException;
}
2. Define the remote object impl
www.eeworm.com/read/461240/7231275
m define_geometry_2d.m
disp('defining the problem geometry');
rectangles = [];
circles = [];
www.eeworm.com/read/461240/7231406
m define_geometry_2d.m
disp('defining the problem geometry');
rectangles = [];
circles = [];