代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/353896/10406905

m compdir.m

function [SD, dirType] = compdir(Z,H,gf,nvars,f); % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. %
www.eeworm.com/read/353746/10422429

h pango-types.h

/* Pango * pango-types.h: * * Copyright (C) 1999 Red Hat Software * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public
www.eeworm.com/read/161348/10422999

java tank.java

import java.awt.*; public class Tank{ // contral varibles private final int UP = 0; private final int DOWN = 1; private final int LEFT = 2; private final int RIGHT = 3; // Physical info
www.eeworm.com/read/353425/10448408

m frft2d.m

function [out] = frft2d(matrix,angles) % % computes 2-D FRFT of given matrix with given angles % % IN : matrix: matrix to be transformed % angles : angles of FrFT in x and y direction % for i =
www.eeworm.com/read/278837/10503137

c pb413.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PB413.C ** Project : PMSM **
www.eeworm.com/read/278837/10503202

h pb413.h

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PB413.H ** Project : PMSM **
www.eeworm.com/read/278399/10537689

cpp totacd.cpp

#include #include #include #include "common.h" #include "basic.h" #include "totacd.h" /* TOTACD(unsigned char**,unsigned char**,int,int,unsigned char**,int,i
www.eeworm.com/read/352460/10551389

m inout_20.m

%----------------------------------------------------------------------- %|*********************************************************************| %|* User Defined Data for 20 Story 5 Bay Build
www.eeworm.com/read/160009/10580092

cpp 2.cpp

/*--------------------------------------- 2.C -- 孙永胜 line Demo (c), 2004 ---------------------------------------*/ #include #include /// int a[1000000
www.eeworm.com/read/423119/10584605

cpp 3377.cpp

#include #define N 1000005 typedef struct { long direction; long point; }node; __int64 str[2][N] = {0}; __int64 sum[N] = {0}; __int64 over[N] = {0}; __int64 l[N] = {0};