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
usi
20. C# -- Base, this 关键字
using System; using System.Collections.Generic; using System.Linq;
usi
chenhao_asd
·
2015-05-15 16:15
关键字
C#
base
20. C# -- Base, this 关键字
using System; using System.Collections.Generic; using System.Linq;
usi
chenhao_asd
·
2015-05-15 16:15
C#
关键字
base
cocos 3.2游戏暂停功能
ifndef__AdventureKing__GamePauseUtils__ #define__AdventureKing__GamePauseUtils__ #include"cocos2d.h"
USI
themagickeyjianan
·
2015-05-12 18:00
C#连接数据库--VS中使用MYSQL connect Net 连接本地MYSQL
数据库对象】【在代码中写连接和查询的语句】[csharp]viewplaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;
usi
dchchenghao
·
2015-04-26 20:48
C#
C#封装的Sqlite访问类实例
usingSystem.Collections;usingSystem.Collections.Specialized;usingSystem.Data;usingSystem.Configuration;
usi
令狐不聪
·
2015-04-23 09:49
数据结构与算法——简易通讯录
要获取一行带有空格的字符串并将其赋值给一个string类变量,需先定义一个chartemp[1000]数组,然后gets(temp),然后stringstr=temp;下面是代码:#include #include #include
usi
Jason___Bourne
·
2015-04-18 19:00
数据结构
C++
单链表
通讯录
static之面向过程中的理解
staticintn;//静态全局变量 voidfunct() { n++; cout usingnamespacestd; staticintn;//静态全局变量 voidfunct() { n++; cout
usi
fk5431
·
2015-04-18 16:00
静态
局部变量
static
全局变量
编译器
BZOJ 2083 Poi2010 Intelligence test 链表
上撸一遍链表,更新这些B序列的当前元素即可时间复杂度是线性的不过为毛跑的这么慢==#include #include #include #include #include #defineM1001001
usi
PoPoQQQ
·
2015-04-17 14:00
链表
bzoj
BZOJ2083
Android Fresco图片处理库用法API英文原文文档4(Facebook开源Android图片库)
HttpURLConnection networkinglibrarybundledwithAndroid.Appsmayhavetheirownnetworklayertheymaywishtouseinstead.
Usi
jay100500
·
2015-04-13 15:00
Facebook
Fresco
一个简单的输入输出算法题
输入格式:共2行数据,每一行是以空格为分隔符的数组,第一个数是一个正整数n,表示数组元素的个数(2
usi
瑟荻
·
2015-04-11 10:08
c++
oj-算法
算法OJ
[省选前题目整理][BZOJ 2588][SPOJ COT]Count On a Tree(DFS序主席树)
details/44890489代码#include #include #include #include #include #defineMAXN110000 #defineMAXM2100000
usi
qpswwww
·
2015-04-10 21:00
分糖果
【格式要求】 程序首先读入一个整数N(2
usi
u013096666
·
2015-04-07 19:00
namespace的用法
;handle&gethandle();}]voidf1(){
usi
ybs183
·
2015-04-07 14:23
namespace
BZOJ 3916 Baltic 2014 friends Hash
define_CRT_SECURE_NO_WARNINGS #include #include #include #include #defineMAX2000010 #defineBASE23333
usi
jiangyuze831
·
2015-04-01 20:00
字符串
hash
bzoj
最大化平均值 【二分法】
#include #include #include #include #include #include #include #include
usi
u014427196
·
2015-03-27 18:00
BZOJ 2654 tree 二分+最小生成树
CODE#define_CRT_SECURE_NO_WARNINGS #include #include #include #include #defineMAX100010
usi
jiangyuze831
·
2015-03-27 17:00
最小生成树
二分
bzoj
POJ 2375 Cow Ski Area (强连通分量)
当强连通分量只有一个的时候,答案是0,而不是1.代码如下:#include #include #include #include #include #include #include #include #include
usi
u013013910
·
2015-03-12 19:00
编程
算法
ACM
强连通分量
Unity3d C# HttpWebRequest 异步下载文件
usingUnityEngine;usingSystem.Collections;usingSystem.Net;
usi
_Captain
·
2015-03-12 14:24
Unity
基础练习 01字串
#include #include
usi
Liukx940818
·
2015-03-11 12:00
位运算
蓝桥杯
基础练习
01字串
HDU 4455 Substrings 树状数组 + DP
#include #include #include #include #include #include #include #include #include #include #include
usi
u013738743
·
2015-03-10 11:00
dp
HDU
树状数组
Substrings
4455
JSON字符串反序列化对象,对象序列化json,json转化为dynamic
usingSystem.Linq; usingSystem.Text; usingSystem.Runtime.Serialization; usingSystem.Runtime.Serialization.Json;
usi
zhifeiya
·
2015-03-08 15:00
让s3c6410开发板支持WM-G-MR-09 Marvell8686 wifi 模块
后来我研究发现,如果买来
USI
的原厂WM-G-MR-09模块,价格只有25块RMB的样子,如果加上外围的电阻电容晶振和天线,成本不超过40块RMB,在万能板上根据
qiuchangyong
·
2015-03-07 01:00
从一个英文字符串中找出每个单词出现的频率
String s = "the instruction set of the Java virtual machine distinguishes its operand types
usi
aniyo
·
2015-03-06 14:00
HashMap Set 频率
用c#开发安卓程序 (xamarin.android)系列之二 简单的聊天程序
把代码放上,供大家一览usingSystem; usingAndroid.App; usingAndroid.Content; usingAndroid.Runtime;
usi
名山大川网络工作室
·
2015-03-03 14:00
用c#开发安卓程序 (xamarin.android)系列之二 简单的聊天程序
把代码放上,供大家一览usingSystem; usingAndroid.App; usingAndroid.Content; usingAndroid.Runtime;
usi
名山大川网络工作室
·
2015-03-03 14:00
Linq快速入门——Lambda表达式的前世今生
usingSystem;
usi
木宛城主
·
2015-03-02 19:00
Linq快速入门——Lambda表达式的前世今生
usingSystem;
usi
木宛城主
·
2015-03-02 19:00
NYOJ 73 比大小
测试数据组数不超过10组输出如果a>b则输出“a>b”,如果ab a 2
usi
Tiey
·
2015-03-01 22:00
Codeforces Round #293 (Div. 2)
#include #include #include #include #include #include #include #include #include #include #include
usi
u013654696
·
2015-02-27 17:00
codeforces
C#语音合成-Win7平台
新建一个控制台,添加引用:System.Speech,合成代码如下:usingSystem;usingSystem.Collections.Generic;
usi
dcx60
·
2015-02-24 21:33
C#
Codeforces 1A
都wronganswer了,第三遍修改成unsignedlonglong后Accepted#include #include #include #include #include #include
usi
minglotus
·
2015-02-12 09:00
BMP转jpg的c#代码
usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Linq;usingSystem.Windows.Forms;usingSystem.IO;
usi
wohewanglaojiji
·
2015-01-26 12:17
private
public
BZOJ 1185 HNOI2007 最小矩形覆盖 旋转卡壳
对其余三个点卡壳即可这旋转卡壳写的真叫一个卡壳--还好1A掉了--#include #include #include #include #include #defineM50500 #defineEPS1e-7
usi
PoPoQQQ
·
2015-01-23 15:00
凸包
bzoj
旋转卡壳
BZOJ1185
一些项目——给你n个整数,求他们中所有奇数的乘积。
SampleInput3123 42345 SampleOutput3 15代码#include
usi
blue_skyrim
·
2015-01-21 12:00
编程
C++
数据
计算机
cpp
寒假项目1-动态链表体验(示例)
*程序输出:输出动态链表 #include
usi
Liuchang54
·
2015-01-21 09:00
编程
C++
namespace
数据
iostream
Codeforces 286 div2 a
01/19 09:30 * @edited 2014/01/19 09:30 * @type brute * @note */ #include #include #include
usi
面码
·
2015-01-19 09:00
解决RDLC报表自带打印,弹出打印界面后,经常须按两次打印才执行
第二次点击才会真正的触发打印事件,查询:http://msdn.microsoft.com/zh-cn/library/ms252091(v=vs.100).aspx修改了里面几个地方,如下:using System;
usi
317057112
·
2015-01-16 14:55
打印
报表
ReportViewer
RDLC
解决RDLC报表自带打印,弹出打印界面后,经常须按两次打印才执行
第二次点击才会真正的触发打印事件,查询:http://msdn.microsoft.com/zh-cn/library/ms252091(v=vs.100).aspx修改了里面几个地方,如下:using System;
usi
317057112
·
2015-01-16 14:55
打印
报表
ReportViewer
RDLC
Codeforces Round #284 (Div. 2) a
12/26 11:51 * @edited 2014/12/18 11:51 * @type brute * @note */ #include #include #include
usi
面码
·
2014-12-26 11:00
BZOJ 3309 DZY Loves Math 莫比乌斯反演
*pk^bk那么0 #include #include #include #defineM10001000
usi
PoPoQQQ
·
2014-12-24 12:00
bzoj
莫比乌斯反演
BZOJ3309
【BZOJ】【P1453】【WC2005】【Dface双面棋盘】【题解】【线段树+并查集】
暴力合并暴力修改并查集,记录答案,并查集的合并比较恶心,我yy了很久……(请读者自行思考)我用并查集中的1..n表示上方,n+1..2n表示下方,合并时2n+1..4n用于右侧的上下方并查集Code:#include
usi
u012732945
·
2014-12-22 20:00
bzoj
Codeforces Round #283 (Div. 2) b
12/19 10:50 * @edited 2014/12/19 10:50 * @type brute * @note */ #include #include #include
usi
面码
·
2014-12-19 13:00
Codeforces Round #283 (Div. 2) a
12/18 17:45 * @edited 2014/12/18 17:45 * @type brute * @note */ #include #include #include
usi
面码
·
2014-12-18 18:00
boost::asio编程-域名解析
include"boost/asio.hpp" #include"boost/shared_ptr.hpp" #include"boost/thread.hpp" #include//使用字符串转换功能
usi
anda0109
·
2014-12-17 14:00
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Hat Enterprise Linux 5服务器上mysql启动报错:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (
usi
·
2014-12-06 15:00
localhost
C# UDP编程(通过类UdpClient实现收发)
2.控件布局程序的控件布局如下图3.程序代码程序的C#代码如下:using System;
usi
北风其凉
·
2014-12-03 19:00
C#
UDP
UdpClient
c_str()函数
代码示例:#include #include
usi
lanzhihui_10086
·
2014-12-02 16:00
C++
c
String
C++编程思想重点笔记(下)
#defineDEBUG(X)cout5&&(x)
usi
lanxuezaipiao
·
2014-12-02 09:00
C++
程序员
编程思想
笔记
智能指针
CucumberPeople 1.3.2 发布
on RubyMine ,and It includes all Cucumber Features you known,But It's OPEN AND FREE
USI
·
2014-11-30 12:00
ERP
树-左孩子右兄弟
*/ #include #include #include
usi
Moyiii
·
2014-11-26 21:00
数据结构
树
左孩子右兄弟
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他