CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - INT 1 - List
[
.net
]
ye
DL : 0
用2进制输出int型到文件.txt 用2进制输出int型到文件.txt-With 2-band output to a file int type. Txt output with 2-band int type to a file. Txt
Date
: 2026-01-07
Size
: 1kb
User
:
李剑
[
.net
]
Asprise-OCR-CSharp-Windows_Server_32bit-4.0
DL : 0
识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Date
: 2026-01-07
Size
: 6.18mb
User
:
似的
[
.net
]
SharePointTools
DL : 0
sharepoint的一组操作函数 public int SetLink(string URL, string webName) public void OpenWebSet() 用web服务打开sharepoint的一些列表,直接读写-sharepoint的一组操作函数
Date
: 2026-01-07
Size
: 1kb
User
:
王
[
.net
]
sm
DL : 0
统计int整形数的1的个数对于一个初学的人一个很好的参考-Statistics 1 int integer number of people for a beginner a good reference
Date
: 2026-01-07
Size
: 3kb
User
:
猪猪
[
.net
]
Jd_sql
DL : 0
C# SQL高效操作类源码 技术特点: 使用极其灵活可以非常方便快捷的操作数据库,是的sql2005操作起来方便程度超过Mysql, 最适合制作企业网站,开发效率极高,操作非常简单。 使用例子: Object[] str = { biaoti.Text, neirong.Text, DateTime.Now } Conn.Add("news", "biaoti,neirong,date", str) 修改: int id = System.Convert.ToInt32(myid.Text) Object[] str = { Request["biaoti"], Request["neirong"], DateTime.Now } Conn.Edit("news", "biaoti,neirong,date", str, " id=" id) 删除例子: int id = System.Convert.ToInt32(Request.QueryString["id"]) Conn.Delete("news", " id=" id) //注意这里 不用加 where Response.Redirect("Default.aspx") 列表例子: //输出分页 接收分页数 p = System.Convert.ToInt32(Request.QueryString["p"]) .................. 功能描述:增、删、改、查、类表分页,sql2005转Mysql操作习惯。 注意事项:最适合企业网站、论坛等网站使用。-C# SQL efficient operation class source Features: Extremely flexible and can be very easy to use and efficient operation of the database is up and ease of operation of sql2005 over Mysql, Most suitable for making corporate Web site, developed highly efficient operation is very simple. Use examples: Object [] str = {biaoti.Text, neirong.Text, DateTime.Now } Conn.Add ("news", "biaoti, neirong, date", str) Review: int id = System.Convert.ToInt32 (myid.Text) Object [] str = {Request ["biaoti"], Request ["neirong"], DateTime.Now } Conn.Edit ("news", "biaoti, neirong, date", str, "id =" id) Delete example: int id = System.Convert.ToInt32 (Request.QueryString ["id"]) Conn.Delete ("news", "id =" id) // Note that where no increase Response.Redirect ("Default.aspx") List of examples: // Output paging receiver sub-pa
Date
: 2026-01-07
Size
: 625kb
User
:
安然
[
.net
]
12
DL : 0
总结:递推求解的基本方法: 首先,确认:能否容易的得到简单情况首先,确认:能否容易的得到简单情况的最后,重点分析:当规模扩大到N时,如何枚举出所有的情况,并且要确保对于每一种子情况都能用已经得到的数据解决。-fitness int adfaja al la
Date
: 2026-01-07
Size
: 961kb
User
:
曹预建
[
.net
]
aspnetms
DL : 0
CodeGenerator 的特点: 1. 标记简结实用, 所有网页美工都能在一分钟内掌握. 而且不与HTML标准冲突, 模板页可用任何WYSIWYG工具编辑, 和编辑普通HTML网完全相同. 2. 标记只与表示层相关, 不包括任何业务逻辑, 丝毫不影响你应用多层结构. 3. 标记到后台被解析成了生成器对象, 完全面向对象, 不像绝大多数生成器要死嗑字符串. 4. 生成器对象使用DataSource属性取得数据, DataSource可以为 简单值类型(如 int, DateTIme), 也可以为简单数组(如 decimal[], string[]), 还可以为ADO.NET数据集(如DataTable), 甚至单个对象实体或对象集合或列表(如 SomeClassCollection, List), 所有数据源类型通吃! 哈哈, 比ASP.NET带的数据控件支持的类型还多. 5. 标记的Name直接与数据源的列名ColumnName或属性名PropertyName, 好处不言而喻了吧. 好好把这个研究一下,对用asp.net生成静态页面一定大有启发-CodeGenerator characteristics: 1. Marked Jane firm with all pages of art can be mastered in minutes and does not conflict with the HTML standard, template page available any WYSIWYG tools to edit and edit plain HTML network are identical. 2. Marked only with related layer, and does not include any business logic, and in no way affect the application of multi-layer structure. marked backstage builder object is parsed into fully object-oriented, unlike the vast majority of generators die nibbling string. 4 generator object using the DataSource property to obtain data, DataSource is a simple value type (such as int, DateTIme) can also be as simple array (such as decimal [], string []), also ADO.NET data sets (such as DataTable ), and even the set of entities or objects of a single object or a list (such as SomeClassCollection List), all-take-all type of data source, more than the type of data control supports ASP.NET with 5 Name tag directly with the data source column name ColumnName or
Date
: 2026-01-07
Size
: 11kb
User
:
sdfweio
[
.net
]
vcnetstringdemos
DL : 0
收集了一些VC.NET字符串的操作演示实例源码,比如对字符串进行连接,字符串比较,从字符串中存取字符,如何计算一个字符串的大小,如何使用VC快速格式化一个字符串,如何将Cstring类型的字符串转换成int型和float型,如何让字符串赋值给字符指针等技巧,很小的例子,都挺简单,适合初学者。-Collected some VC.NET string operation and demonstration source code examples, such as the connection string, string comparison, access to characters from a string, how to calculate the size of a string, how to use VC quick format a string How will Cstring types of string into int and float, how to make a string assigned to a character pointer and other techniques, small example, all kind of simple, suitable for beginners.
Date
: 2026-01-07
Size
: 42kb
User
:
崔凤磊
[
.net
]
draw
DL : 0
draw_create(Display *dpy, int screen, Window win, unsigned int w, unsigned int h) { Draw *draw = (Draw *)calloc(1, sizeof(Draw)) draw->dpy = dpy draw->screen = screen draw->win = win draw->w = w draw->h = h draw->drawable = XCreatePixmap(dpy, win, w, h, DefaultDepth(dpy, screen)) draw->gc = XCreateGC(dpy, win, 0, NULL)
Date
: 2026-01-07
Size
: 2kb
User
:
m
[
.net
]
Asp.NetFunctionCollection
DL : 0
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime() 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now 1.2 取当前年 int 年=currentTime.Year 1.3 取当前月 int 月=currentTime.Month 1.4 取当前日 int 日=currentTime.Day 1.5 取当前时 int 时=currentTime.Hour 1.6 取当前分 int 分=currentTime.Minute 1.7 取当前秒 int 秒=currentTime.Second 1.8 取当前毫秒 int 毫秒=currentTime.Millisecond (变量可用中文) -function collection in asp.net
Date
: 2026-01-07
Size
: 3kb
User
:
cheyx
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.