E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Specialized
soj - 1014 -
Specialized
Four-Dig
题意:输出从十进制数2992到9999之间(包括两端)十进制表示、十二进制表示、十六进制表示时各位数字和相同的所有数的十进制表示。题目链接:http://soj.me/1014——>>直接做就好。#include usingnamespacestd; intmain() { for(inti=2992;i0) { sum+=temp%10; temp/=10; } temp=i; while(
SCNU_Jiechao
·
2013-02-19 01:00
适用于Asp.net的DbHelperSQL类
原文:http://duzou.tk/archives/49.htmlusingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
独-奏
·
2013-02-16 16:00
天气预报接口
usingSystem.Net; usingSystem.Collections.
Specialized
; WebClientwebClient=newWebClient(); stringurl="
lovenessless
·
2013-01-23 17:00
HDU1197:
Specialized
Four-Digit Numbers
ProblemDescriptionFindandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhexadecimal(base16)notationandalsoequalsthesumofit
libin56842
·
2013-01-14 10:00
C++
ACM
HDU
杭电
解题报告
C#获取本机IP(排除IPV6,仅获取IPV4)的方法
usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Net; usingSystem.Net.Sockets; usingSystem.Collections.
Specialized
jqrsdsy
·
2012-11-29 13:00
Specialized
Four-Dig
/* Constraints TimeLimit:1secs,MemoryLimit:32MB Description Findandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhexad
qiuchenl
·
2012-11-23 21:00
zoj 2406
Specialized
Four-Digit Numbers
Specialized
Four-Digit Numbers Time Limit: 2 Seconds Memory Limit: 65536
·
2012-10-05 16:00
number
c# - HybridDictionary in System.Collections.
Specialized
As we all know that Dcitinoary provide performance with some sacrifices/overhead on the space, normally the redundancy of space is needed because it has to decrease the amount of contenti
joe.bq.wang
·
2012-09-12 13:00
C#
C# - StringDictionary, the
Specialized
Dictionary optmized for String
There is an type that is called the StringDictionary, the namespace is System.Collections.
Specialized
joe.bq.wang
·
2012-09-04 14:00
C#
zoj2405 ------------
Specialized
Four-Digit Numbers
Findandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhexadecimal(base16)notationandalsoequalsthesumofitsdigitswhenreprese
zzukun
·
2012-08-20 17:00
equals
input
each
n2
output
Numbers
关于THREAD线程中CurrentCulture与CurrentUICulture的学习
人阅读评论(0)收藏举报using System;using System.Collections.Generic;using System.Text;using System.Collections.
Specialized
Joans
·
2012-08-13 11:00
数据挖掘的产品
OpenSource):RapidMiner4.2KNIME1.3.5Weka3.4.13 自动化数据挖掘软件(Self-Acting):KXENAnalyticFramework4.04 专门化的数据挖掘软件(
Specialized
waterBool
·
2012-08-02 16:47
数据
挖掘
数据挖掘的产品
OpenSource):RapidMiner4.2KNIME1.3.5Weka3.4.13自动化数据挖掘软件(Self-Acting):KXENAnalyticFramework4.04专门化的数据挖掘软件(
Specialized
waterBool
·
2012-08-02 16:47
数据
挖掘
[C#]调用字符串中定义的函数
2004/01/31/create-assembly-in-memory-and-run-it.aspxusingSystem; usingSpecialized=System.Collections.
Specialized
adream307
·
2012-07-22 01:00
NET下基于OO4O,FME,ODP.NET的Oracle Spatial空间数据读取操作
usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Reflection;usingSafe.FMEObjects;usingSystem.Collections.
Specialized
hsg77
·
2012-06-28 01:00
oracle
String
object
session
null
OO
Specialized
Four-Dig
数制的转换,有点无聊#include usingnamespacestd; intmain() { for(inti=2992;i<10000;i++) { intsum1; sum1=(i%10)+(i%100-i%10)/10+(i%1000-i%100)/100+(i-i%1000)/1000; intsum2; inta,b,c,d; a=(i%12); b=(i
chenhq1991
·
2012-06-08 23:00
c
asp.net下Oracle,SQL Server,Access万能数据库通用类
屏蔽底层数据库(Access,Sqlserver,Oracle)的经典代码usingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
zz_mm
·
2012-05-30 10:00
oracle
sql
数据库
server
asp.net
Access
dataset
关于THREAD线程中CurrentCulture与CurrentUICulture的学习
using System;using System.Collections.Generic;using System.Text;using System.Collections.
Specialized
;
cdefg198
·
2012-05-24 10:00
C# URL带中文参数的解决办法
publicstaticstringInitChineseUrl(stringchineseUrl) { Uriurl=newUri(chineseUrl); System.Collections.
Specialized
.NameValueCollectionnv
qq910894904
·
2012-05-06 19:00
String
C#
url
query
Scala and Java inner class
dependent types In scala, you can have abstract types, which will be instantiated/
specialized
joe.bq.wang
·
2012-04-07 21:00
C#键值对容器
NameValueCollection:默认key区分大小写 KeyedCollection:不是键值对容器,但是比键值对容器更好用,强烈推荐命名空间usingSystem.Collections.
Specialized
zhenyuanjie
·
2012-04-02 12:00
一个有用的UrlBuilder类
代码using System;using System.Web;using System.Collections.
Specialized
;namespace CraigLabs.Common {
晨曦之光
·
2012-03-09 12:00
用C# 来操作ORACLE 数据库
usingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Data;usingSystem.Data.OracleClient
caifox
·
2012-03-02 07:31
oracle
数据库
C#
职场
休闲
用C# 来操作ORACLE 数据库
usingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Data;usingSystem.Data.OracleClient
WnLn25
·
2012-02-28 15:00
oracle
exception
String
C#
Parameters
dataset
如何在eclipse中安装Eclipse SQL Explorer
It supports plugins with
specialized
functionality for ind
gongstring
·
2012-02-24 00:00
eclipse
使用Jquery向一个空白网页动态创建一个iframe,及嵌入页面,和向嵌入页面传参
usingSystem.Collections.Generic; usingSystem.Data; usingSystem.Diagnostics; usingSystem.Collections.
Specialized
lee576
·
2012-02-15 09:00
jquery
iframe
String
XHTML
null
variables
代码对象转文字描述,适合分类,类别对象
System.Runtime.Serialization; using System.Reflection; using System.Diagnostics; using System.Collections.
Specialized
·
2012-02-09 15:00
对象
关于C#集合
System.Collections.
Specialized
命名空间包含专用的和强类型的集合,例如,链
小海军
·
2012-01-17 13:00
字符串
安全性
命名
词典
空间
DbHelper.cs
usingSystem.Collections.Generic; usingSystem.Text; usingSystem.Collections; usingSystem.Collections.
Specialized
cdefg198
·
2012-01-08 13:00
asp.net 读取配置文件方法
方法1:复制代码代码如下:System.Collections.
Specialized
.NameValueCollectionnvc=(System.Collections.
Specialized
.NameValueCollection
·
2011-12-22 21:16
asp.net 防ddos(cc)攻击代码
010usingSystem; 011usingSystem.Web; 012usingSystem.Collections.Generic; 013usingSystem.Collections.
Specialized
sabic
·
2011-12-13 10:00
timer
String
object
System
Class
asp.net
IniHelper.cs
IniHelper.csusingSystem;usingSystem.Collections.Generic;usingSystem.Collections.
Specialized
;usingSystem.Text
dotnetGen
·
2011-12-05 11:00
获取enum的Description
using System; using System.Reflection; using System.ComponentModel; using System.Collections.
Specialized
·
2011-11-21 15:00
script
ManagementClass类|获取系统硬件配置(2)
usingSystem;usingSystem.Management;//还需要引用;usingSystem.Collections;usingSystem.Collections.
Specialized
·
2011-11-01 16:00
Class
选择输入日期控件源代码
using System; using System.Collections; using System.Collections.
Specialized
; using System.ComponentModel
webcode
·
2011-10-30 17:00
日期控件
一份访问SqlServer数据库的Helper类
SqlServer数据库的Helper类,增删改查都适用: </p> using System; using System.Collections; using System.Collections.
Specialized
webcode
·
2011-10-28 10:00
sqlserver
一份访问SqlServer数据库的Helper类
SqlServer数据库的Helper类,增删改查都适用: </p> using System; using System.Collections; using System.Collections.
Specialized
webcode
·
2011-10-28 10:00
sqlserver
一份访问SqlServer数据库的Helper类
SqlServer数据库的Helper类,增删改查都适用: </p> using System; using System.Collections; using System.Collections.
Specialized
linuxstuding
·
2011-10-28 10:00
sqlserver
一份访问SqlServer数据库的Helper类
SqlServer数据库的Helper类,增删改查都适用: </p> using System; using System.Collections; using System.Collections.
Specialized
linuxstuding
·
2011-10-28 10:00
sqlserver
一份访问SqlServer数据库的Helper类
SqlServer数据库的Helper类,增删改查都适用: </p> using System; using System.Collections; using System.Collections.
Specialized
webcode
·
2011-10-28 10:00
sqlserver
Linq处理Xml文档的封装
using System; using System.Collections.Generic; using System.Collections.
Specialized
; using System.Text
webcode
·
2011-10-21 08:00
LINQ
动软中DAL层用到的DbHelperSQL2.cs Codematic2Update/BaseClass/DbHelperSQL2.cs
usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Data;usingSystem.Data.SqlClient
GoodShot
·
2011-09-24 11:00
String
object
database
存储
Parameters
dataset
C#开发Socket示例
usingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
; usingSystem.Text; usingSystem.Threading
qiume
·
2011-09-14 13:00
thread
exception
socket
object
String
C#
SQLite数据库操作类
*******************************/ usingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
kingboy2008
·
2011-09-06 11:00
数据库
exception
sqlite
String
Parameters
dataset
ACM HDU 1197
Specialized
Four-Digit Numbers(简单进制转换)
Specialized
Four-Digit Numbers Time Limit: 2000/1000 MS (Java/Others) Memory
·
2011-08-01 22:00
number
zoj 2405
Specialized
Four-Digit Numbers
#include intmain() { intn,i,sum1,sum2,sum3; for(i=2992;i intmain() { printf("2992\n2993\n2994\n2995\n2996\n2997\n2998\n2999\n4470\n4471\n4472\n4473\n4474\n44" "75\n4970\n4971\n4972\n4973\n497
WGH_yesterday
·
2011-07-31 08:00
c
System
include
n2
Numbers
asp.net 动软生成的DbHelperOra
usingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Data;usingSystem.Data.OracleClient
cdsnaspnet
·
2011-07-28 17:00
Specialized
English(Audio and Videio)
1 , doubletalk Meaninglessspeechthatconsistsofnonsensesyllablesmixedwithintelligiblewords.It'soffenusedinspeechprocessingalgrithmslikeAECandAGC.2, echotail Thelengthoftimeoverwhichec
junllee
·
2011-07-25 17:00
processing
audio
c#多线程socket开发
主机已经强制性关闭一个链接”这个问题一直拖延了很久,现在解决了,贴出来希望能购有所参考 usingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
fengyarongaa
·
2011-07-25 15:00
thread
exception
String
socket
object
null
ASP.NET GBK读取QueryString
在ASP.Net中,Request.QueryString是System.Collections.
Specialized
.NameValueCollection类型,默认它是经过UTF-8解码的。
a497785609
·
2011-07-12 22:00
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他