代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/304660/13790053
c glyphstring.c
/* Pango
* glyphstring.c:
*
* 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/492789/6409048
c check_common.c
/*
GNU fdisk - a clone of Linux fdisk.
Copyright (C) 2006
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms o
www.eeworm.com/read/119838/14820026
cpp camera.cpp
////////////////////////////////////////////////////////////////////////
//
// Camera.cpp
//
// Copyright (c) 2003 Nokia Mobile Phones Ltd. All rights reserved.
//
/////////////////////////////
www.eeworm.com/read/474875/6796965
m text_denoising.m
% test for denoising using the bandlet transform
%
% Copyright (c) 2007 Gabriel Peyre
path(path, 'toolbox/');
n = 256;
M = imread('D:\personal\matlab\work\aa\earth_013.GIF');
m=0;
v=0.1;
M0=imno
www.eeworm.com/read/195484/8150564
c glyphstring.c
/* Pango
* glyphstring.c:
*
* 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/193136/8251527
cpp tabarc.cpp
// tabarc.cpp: implementation of the TABArc class.
//
//////////////////////////////////////////////////////////////////////
#include "tabarc.h"
#include "ugk_errhandle.h"
#include "ugk_string.h"
#
www.eeworm.com/read/148154/12488868
dia
#!/bin/sh
for f in $@
do /usr/bin/convert -geometry 702x576 $f test.mpg
./show_dvb_image test.mpg 10
rm test.mpg
done
www.eeworm.com/read/236113/14031533
cpp ellipticequation.cpp
#include "EllipticEquation.h"
/**
* 计算二次项系数的函数的表达式。
*/
double _a_(const double * p)
{
if (p[0]*p[0] > p[1]*p[1])
return 4;
else
return 1;
}
/**
* 计算矩阵 Matrix 的单元刚度矩阵,未
www.eeworm.com/read/109381/15459604
h floppyios.h
#if !defined(FLOPPY_IOS_H__)
#define FLOPPY_IOS_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include
HANDLE OpenDisk(LPCTSTR filename);
BOOL GetDiskGeome