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
Sub Category
assembly language
SCSI-ASPI
ELanguage
Disk Tools
Speech/Voice recognition/combine
Editor
Anti-virus
MultiLanguage
MPI
source in ebook
Delphi VCL
OS Develop
MiddleWare
MacOS develop
LabView
e-language
python
Search - INT 1 - List
[
MultiLanguage
]
Article_src
DL : 0
AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustomAttributes(true).Length > 0) { object[] defaultValueAttribute = prop.GetCustomAttributes(typeof(DefaultValueAttribute), true) if (defaultValueAttribute != null) { DefaultValueAttribute dva = defaultValueAttribute[0] as DefaultValueAttribute if(dva != null) prop.SetValue(o, dva.Value, null) }
Date
: 2026-01-07
Size
: 4kb
User
:
wxh
[
MultiLanguage
]
StdMis
DL : 0
create database StdMis Go use StdMis Go If exists(select name from sysobjects where name="User" and type="U") Drop table User go create table T_User( UserName varchar(10) not null, Password varchar(6) not null, FullName varchar(10) not null, SID char(11) not null, Sex varchar(2) not null, Address varchar(100), Phone varchar(12), Email varchar(15), IDCard varchar(18), Degree varchar(6) ) go-If exists(select name from sysobjects where name="Score" and type="U") Drop table Score go create table Score( UserName varchar(10) not null, Subject varchar(15) not null, Score int ) go If exists(select name from sysobjects where name="Subject" and type="U") Drop table Subject go create table Subject( UserName varchar(10) not null, Subject varchar(15) not null, Term varchar(10) not null ) go
Date
: 2026-01-07
Size
: 190kb
User
:
赵亮
[
MultiLanguage
]
max_pro_seg
DL : 0
详细介绍了最大概率分词方法的理论和步骤, 帮大家轻松搞定简单的中文分词-the word to introduce the max propability int segmenting
Date
: 2026-01-07
Size
: 25kb
User
:
calvin
[
MultiLanguage
]
16F88_Interrupts
DL : 0
Visual programming Flowcode V5 16f88 int
Date
: 2026-01-07
Size
: 2kb
User
:
jawier130
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.