代码搜索:adjustment
找到约 470 项符合「adjustment」的源代码
代码结果 470
www.eeworm.com/read/313156/13595021
h adjustment.h
// Adjustment.h: interface for the Adjustment class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADJUSTMENT_H__06C106CD_03DE_4D97_9AC0_21C9555CCE43_
www.eeworm.com/read/313156/13595024
cpp adjustment.cpp
// Adjustment.cpp: implementation of the Adjustment class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Adjustment.h"
#include "math.h
www.eeworm.com/read/102395/6233299
xpm adjustment.xpm
/* XPM */
static char *ADJUSTMENT[] = {
/* width height num_colors chars_per_pixel */
" 43 43 107 2",
/* colors */
".. c #000000",
".# c #040404",
".a c #101010",
".b c #101010",
www.eeworm.com/read/102395/6233372
xpm adjustment.xpm
/* XPM */
static char *ADJUSTMENT[] = {
/* width height num_colors chars_per_pixel */
" 43 43 107 2",
/* colors */
".. c #000000",
".# c #040404",
".a c #101010",
".b c #101010",
www.eeworm.com/read/485352/6559625
cpp adjustment.cpp
/////////////////////////////////////////////////////////////////////////
/************************************************************************/
/* 水准测量平常简易程序
www.eeworm.com/read/264231/11324981
png adjustment.png
www.eeworm.com/read/129125/14265287
class adjustment.class
www.eeworm.com/read/129125/14265294
java adjustment.java
public class Adjustment
extends Transaction
{
public Adjustment(String _descript, double _amount)
{
type = "Adjustment";
descript = _descript;
amount = _amount;
www.eeworm.com/read/224892/14564705
cs adjustment.cs
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using PhotoSprite.ColorSpace;
namespace PhotoSprite.ImageProcessing
{
///
///
www.eeworm.com/read/352914/7096492