代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/453160/7425152
c utils.c
/****************************************************************************
# Spcaview: Spca5xx Grabber #
# Copyright (C) 2004 2005 Michel Xhaard
www.eeworm.com/read/452485/7439249
cpp imload.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/452209/7445609
ps impath.ps
% Copyright (C) 1992, 1996 Aladdin Enterprises. All rights reserved.
%
% This file is part of Aladdin Ghostscript.
%
% Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No au
www.eeworm.com/read/452050/7450649
cpp 3526538_tle.cpp
#include
#include
char str[2][5] = {
"/\\",
"/__\\"
};
char getChar(int i, int j, int length) {
if (length == 2) {
return str[i][j];
}
int half = length / 2;