代码搜索结果

找到约 10,000 项符合 Image 的代码

image.txt

SqlConnection mycon=new SqlConnection("server=.;database=xbdzzw;uid=sa;pwd="); mycon.Open(); SqlCommand mycmd= new SqlCommand("select * from stocksurr where id=5",mycon); SqlDataReader

image.txt

SqlConnection mycon=new SqlConnection("server=.;database=xbdzzw;uid=sa;pwd="); mycon.Open(); SqlCommand mycmd= new SqlCommand("select * from stocksurr where id=5",mycon); SqlDataReader

image.h

#ifndef rimage #define rimage #include #include #include struct pixeltype { int x; int y; QRgb color; int r,g,b; }; struct floatpixel { fl

image.cpp

#include "image.h" #include void remplir(pixeltype &pixel,int type=1) { if(type==1) { int r,g,b; QColor inter(pixel.color); inter.getRgb(&r,&g,&b); pixel.r=r; pixel.g=g

image.java

// ======================================================================== // $Id: Image.java,v 1.8 2005/08/13 00:01:23 gregwilkins Exp $ // Copyright 1996-2004 Mort Bay Consulting Pty. Ltd. // -----

image.js

var ImageDialog = { preInit : function() { var url; tinyMCEPopup.requireLangPack(); if (url = tinyMCEPopup.getParam("external_image_list_url")) document.write('

image.java

//=========================================================================== //=-------------------------------------------------------------------------= //= Module history:

image.js

function loadText() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Source"; txtLang[1].innerHTML = "Title"; txtLang[2].innerHTML = "Spacing";