代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/244284/12875016
4b menu.4b
---------- Specify the method to displace: --------------
1. DIRECTION: 2 points (e.g. 2 atoms): primary and target
2. DIRECTION: or a vector
3. FINAL POSITION: in Cartesian coordinates
4
www.eeworm.com/read/330633/12877893
h xpbmclip.h
/*-----------------------------------------------------------------------
;
; XPBMCLIP - header file
;
;
;
; ****** XLIB - Mode X graphics library ****************
; ******
www.eeworm.com/read/244154/12880962
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/244154/12881019
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/330513/12884628
h floor.h
# ifndef _FLOOR_H
# define _FLOOR_H
# include "person.h"
class floors
{
int floorNumber;
bool up,down;
int np;
public:
floors();
void SetFloorNumber(int n){ floorNumber=n
www.eeworm.com/read/330445/12891741
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ActnMan, ActnColorMaps, ExtCtrls, Menus;
type
TForm1 = class(TForm)
www.eeworm.com/read/143081/12900525
java dbmanager.java
import java.sql.*;
import javax.swing.*;
import java.util.*;
//数据库操作类
public class DBManager {
//定义返回结果集
ResultSet rs;
//创建指定数据库的URL
String strurl = "jdbc:odbc:house";
//缺省构造方法
www.eeworm.com/read/143081/12900541
java~60~ dbmanager.java~60~
import java.sql.*;
import javax.swing.*;
import java.util.*;
//数据库操作类
public class DBManager {
//定义返回结果集
ResultSet rs;
//创建指定数据库的URL
String strurl = "jdbc:odbc:house";
//缺省构造方法
www.eeworm.com/read/243813/12914973
java imageanimation.java
// ImageAnimation.java: Display a sequence of images
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
public class ImageAnimation extends JApplet i