代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/159560/10639938

m torr_rct2p.m

% By Philip Torr 2002 % copyright Microsoft Corp. function [P1, P2] = torr_RCT2P(C,R,t) %next establish the four possible camera matrix pairs as points out in Maybank, Hartley & zisserman etc
www.eeworm.com/read/159200/10680956

cpp commwizarddlg.cpp

// CommWizardDlg.cpp : implementation file // #include "stdafx.h" #include "CommWizard.h" #include "CommWizardDlg.h" #include "SettingDlg.h" #include "fstream.h" #include "iostream.h" #inclu
www.eeworm.com/read/348596/10881790

txt 1630.txt

#include"iostream.h" struct point {int x,y;}; long cheng(point a,point b,point c) {return (b.x-a.x)*(c.y-a.y)-(b.y-a.y)*(c.x-a.x);} long dcheng(point a,point b,point c) {return (b.x-a.x)*(
www.eeworm.com/read/348596/10881835

txt 1548.txt

#include int x[1000], y[1000]; bool sign[1000]; int main() { int a, b, n, m, i, ans; while( 1 ) { n = 0; while( 1 )
www.eeworm.com/read/348596/10882062

txt 1307.txt

#include"stdio.h" bool left[13][13]; bool right[13][13]; bool up[13][13]; bool down[13][13]; int n,m,x1,x2,y1,y2; bool init() { int i,j,s; scanf("%d %d %d %d %d %d",&n,&m,&x1,&y1
www.eeworm.com/read/348596/10882074

txt 2075.txt

#include #include #include using namespace std; const int size = 1000; typedef double type; type e[size][size]; ////////////////////////////////////////////
www.eeworm.com/read/348596/10882137

txt 1047.txt

#include"iostream.h" #include"string.h" char w[100]; int m[100]; int sign[100]; int cheng(int n,int l) {int temp=0,i; for(i=l-1;i>=0;i--) {m[i]=w[i]*n+temp; temp=m[i]/10; m[i]=m[i]%
www.eeworm.com/read/348596/10882419

txt 3134.txt

Source Problem Id:3134 User Id:fzk Memory:40K Time:921MS Language:G++ Result:Accepted Source #include using namespace std; bool sign[1010]; int a[20]; int ans, best;
www.eeworm.com/read/348596/10882633

txt 2185.txt

#include char map[10000][80]; int n,m; bool sign[75][10000]; int main() { int i, j, n, m, k, h, l; bool key; scanf( "%d %d", &n, &m ); for( i=0; i
www.eeworm.com/read/348596/10882682

txt 1612.txt

#include"iostream.h" int dis[50][50],n; void init() { char c; int i,j,k; cin>>n; for(i=0;i