C# ͼÏñËõ·Å
C# ÈçºÎʵÏÖÒÔÊó±êΪÖÐÐĵÄͼÏñËõ·Å
this.MouseWheel += new MouseEventHandler(Form1_MouseWheel);
void Form1_MouseWheel(object sender, MouseEventArgs e)
{
if(e.Delta>0)
this.pictruebox.Size = new Size(this.pictruebox.Size.Height + 50, this.pictruebox.Size.Width + 50);
else
this.pictruebox.Size = new Size(this.pictruebox.Size.Height - 50, this.pictruebox.Size.Width - 50);
}
ÎÒ˵µÄÊÇÒÔÊó±êΪÖÐÐÄ£¬ÏòÍⷢɢ»òÕßÏòÄÚÊÕËõµÄÄÇÖÖ
×ÔÒÑдԱ¡£drawing
×Ô¼º»ß£¬¿ØÖÆÍ¼Æ¬µÄλÖúʹóС£¬Ê¹ÆäÖÐÐÄʼÖÕÔÚÊó±êλÖÃÉÏ
http://cache.baidu.com/c?m=9f65cb4a8c8507ed4fece7631046893b4c4380146d96864968d4e414c42246181c3ab6bb223f4344829f272356b2495ee8fa2b70301e20bc86c88e41dbb9992938885067315ecc55578e59f9c45154b237e05dfede6df0ccf42592dec5a3d84325c044740c9780fa4d0164dd1e800345e4b1e94d022e17&p=b47e8416d9c40aff57ec93261305&user=baidu
»òÐíÕâ¸ö¿ÉÒÔ¿´¿´
Áô¸ö½ÅÓ¡£¬Ñ§Ï°Ò»Ï¡£
Ïà¹ØÎÊ´ð£º
//C ½Ó¿Ú
extern "C"
{
TESSDLL_API int __cdecl GetTessText(const char *imagefile, char *text);
}
//ÎÒÔÚC#ÖÐÉùÃ÷
//µ÷ÓÃC DLL Öеĺ¯Êý
[DllImport("OCRapi.dll&quo ......
ÔÚÊý¾Ý¿âÖÐÓÐÕÅ±í£¬ÓÐid,nameÁ½ÁУ¬id ÊÇÖ÷¼ü,ûÓÐÉèÖÃ×ÔÔöÊôÐÔ,ÔÚ³ÌÐòÖÐÈ¡³öÕâÕűí·ÅÈëdatatable£¬ÔÚÕâ¸ödatatableÖвåÈëÒ»Ìõ¼Ç¼£¬µ±¸üÐÂÊý¾Ý¿âʱÌáʾidÁв»ÄÜΪ¿Õ£¬ÇëÎʸÃÔõô½â¾ö£¿
¸øËüÒ»¸öÖµ£¡£¡Ö÷¼ü²»ÄÜΪ¿Õ ......
ÎÒÖ´ÐÐÒ»¸öinsertºóÂíÉÏÖ´ÐÐÒ»¸öselect£¬·¢¾õÊý¾Ý»¹Ã»¼Ó½øÈ¥£¬Èç¹ûµÈ1£¬2ÃëÔÙselectµÄ»°Êý¾Ý¾ÍÓÐÁË¡£
ÄÇÎÒÓ¦¸ÃʲôʱºòÔÙselectÄØ£¿²»¿ÉÄÜÿ´Î¶¼¼Ó¸ö¶¨Ê±Æ÷À´¸ã°É£¬¶àÂé·³£¿
commit
?????????????
°ÑÄ ......
¿ÉÄÜÒòΪ¹¤×÷µÄÔÒò ½Ó´¥Êý¾Ý¿âÕâ¿é±È½ÏÉÙ£¬Ö®Ç°¶¼ÊÇ×ö³ÌÐòÕâ¿é£¬Êý¾Ý¿âÕâ¿é¶¼ÓÐרÃŵÄÈËÀ´×ö ·Ö¹¤¶¼ºÜÃ÷ϸ ËùÒÔ¶ÔÊý¾Ý¿âÕâÒ»¿éÍêÈ«²»Á˽⡣ǰ¶Îʱ¼ä È¥ÃæÊÔÁ˼¸¼Ò¹«Ë¾ ¼¸ºõ¶¼ÊÇÔÚÊý¾Ý¿âÕâ¿é¹ÒµôµÄ Á¬¸ö¼òµ¥µÄSQ ......
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......