代码搜索结果
找到约 10,000 项符合
Image 的代码
image.c
/*#############################################################################
* 文件名:image.c
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
send_image
#!/usr/bin/kermit +
# usage: send_image FILE_NAME OFFSET
# e.g. send_image output.bin 1F00000
set line /dev/ttyS0
set speed 115200
set serial 8N1
set carrier-watch off
set handshake none
set flow-co
image.java
/*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2002 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the
image.ashx
using System.Web;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
public class ImageMaker : IHttpHandler
{
public
image.pyste
Include('OgreDataChunk.h')
image = Class('Ogre::Image', 'OgreImage.h')
exclude(image.getData)
set_policy(image.flipAroundX, return_value_policy(reference_existing_object))
set_policy(i
image.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 198 2",
" c Gray3",
". c #080808081010",
"X c #101010101010",
"o c #101018181818",
"O c #181818181818",
"+ c
image.xpm
/* XPM */
static const char *image_xpm[] = {
"17 15 9 1",
" c #7F7F7F",
". c #FFFFFF",
"X c #00B6FF",
"o c #BFBFBF",
"O c #FF6C00",
"+ c #000000",
"@ c #0000FF",
"# c #6CFF00",
"$ c #FFB691",
"
image.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 229 2",
" c #080800000000",
". c Gray3",
"X c #101010101010",
"o c #101010101818",
"O c #101018181818",
"+ c
image.java
/*
* Created on 2004-8-28
* Author: Xuefeng, Copyright (C) 2004, Xuefeng.
*/
package org.crystalblog.domain;
import org.crystalblog.exception.ValidateException;
/**
* Image object knows