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
POJ3126 Prime Path
ACprogram:#include #include #include #include #include #include
usi
kg_second
·
2012-10-23 19:00
传教士与野人问题
#include #include
usi
keynumber
·
2012-10-23 15:00
struct
n2
c/c++_找出100到200之间的全部素数并输出
输入描述: *问题描述:找出100到200之间的全部素数并输出 *程序输出: *问题分析: *算法设计: */ #include #include #include
usi
a191030148
·
2012-10-22 16:00
c
算法
vc++
include
计算两点间距离
10月18 日*版本号:v1.0**输入描述:无*问题描述:利用两点间距离公式求距离*程序输出:“距离:”*问题分析:无*算法设计:利用距离公式*/ 程序代码: #include #include
usi
xubenxismile
·
2012-10-22 11:00
关于计算定期还款额度的程序
*完成日期:2012年10月19日 *版本号:v1.0 * *输入描述:无 *问题描述: *程序输出:略 *问题分析:无 *程序设计:略 */ #include #include
usi
liujielycn
·
2012-10-19 11:00
vector小结
=aa.end();p++) cout #include
usi
kg_second
·
2012-10-18 20:00
String
vector
iterator
System
insert
设计程序验证”向零取整“语法规则
完成日期:2012年10月18日 *版本号:v1.0 *输入描述:无 *问题描述:设计一程序理解“向零取整”语法规则 *程序输出: *问题分析: *算法设计: */ #include
usi
qiuxuewei2012
·
2012-10-18 17:00
Sorting It All Out poj1094
#include #include #include
usi
HELLO_THERE
·
2012-10-16 18:00
c
存储
ini
sorting
service httpd restart 报警
[确定]正在启动httpd:httpd:Couldnotreliablydeterminetheserver'sfullyqualifieddomainname,
usi
自由人jeep
·
2012-10-15 20:18
server
service
domain
报警
determine
HDU 1754 I Hate It
在每个测试的第一行,有两个正整数N和M(0 #include #include #include
usi
ultimater
·
2012-10-12 18:00
tree
测试
query
input
Build
output
hdu 1213
我们一般的都是在合并完成后扫描整个父亲数组,发现几个father[i]==i,就判断有多少个树,从而需要多少个桌子这只是个模板题,没什么说的,看代码#include #include #include #include
usi
s986450042
·
2012-10-06 11:00
C++
c
url
poj 3411 搜索+剪枝
防止impossible时与目的地不连通而产生无限循环,有m条边,对于每条边,最多存放在m个环中,故为m*m #include #include #include #include #include
usi
Jackyguo1992
·
2012-10-03 23:00
C++ 函数模板创建
"stdafx.h" #include <vector> #include <algorithm> #include <string>
usi
li379395535
·
2012-10-02 23:00
C++
函数模板
C#制作的模拟水波的程序
usingSystem.Drawing; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Drawing.Imaging;
usi
dangdaa
·
2012-09-30 20:00
uva-10167 - Birthday Cake
#include #include
usi
rowanhaoa
·
2012-09-24 11:00
list
output
ashx文件
ashx获取context.Request.QueryString[]post方式传递过去,ashx获取context.Request.Form[] .ashx必须包含IsReusable,如下:
usi
txf2004
·
2012-09-17 20:00
文件
ashx文件
ashx获取context.Request.QueryString[]post方式传递过去,ashx获取context.Request.Form[] .ashx必须包含IsReusable,如下:
usi
wsql
·
2012-09-17 20:00
文件
基础备忘:STL基本范例
例1#include//包含头文件 #include
usi
generalhking
·
2012-09-16 21:00
AForge.NET otsu 二值化(C#)
usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;
usi
rocky69
·
2012-09-16 08:00
object
C#
filter
null
Class
button
hdu 2883 kebab
将所有的到达时间和结束时间按升序排序,得到x #include #include #include #include #include #include #include #include #include #include
usi
Wings_of_Liberty
·
2012-09-15 10:00
c
网络
ini
GridView 通用分页
GridViewPager.ascx前台: 首页 上一页 下一页 尾页 GridViewPager.ascx后台:usingSystem;usingSystem.Data;
usi
GoodShot
·
2012-09-15 02:00
Web
object
server
Class
asp
LINQ
委托与事件
2.委托变量的赋值方式可以使用=,这样就有可能把之前的委托指向覆盖usingSystem;
usi
zhanglan478950
·
2012-09-14 11:00
计算机英语搜索
Addition 加法校正abort [ə'bɔ:t] vi.流产;夭折:在SIGABORT中,结束进程的信号ACM AssociationforComputingMachinery [ə,sə
usi
'eiʃən
gjsisi
·
2012-09-10 15:00
sql
System
Access
authorization
interface
output
C#--第2周实验--任务7--编写一个控制台应用--判断S所指的字符串是否回文(即顺读和逆读相同的字符串)
即顺读和逆读相同的字符串)*作者:雷恒鑫*完成日期:2012年09月09日*版本号:V1.0*对任务及求解方法的描述部分*输入描述:*问题描述:*程序输出:*程序头部的注释结束*/ usingSystem;
usi
leihengxin
·
2012-09-09 09:00
c
String
Class
任务
[C# 网络编程系列 UDP编程 下
广播程序的实现代码: usingSystem; usingSystem.Net; usingSystem.Net.Sockets; usingSystem.Text; usingSystem.Threading;
usi
wangyizhi58
·
2012-09-06 16:00
thread
编程
网络
object
C#
textbox
C#学习8
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Windows;
usi
Cambridgeacm
·
2012-09-06 10:00
c
object
C#
button
WPF
CAM
二维数组中的查找
算法代码:#include #include #include
usi
lxmky
·
2012-09-02 20:00
算法
null
扩展
zoj 3633 Alice's present
离线做法:#include #include #include #include #include
usi
HyogaHyoga
·
2012-08-29 10:00
hdu1068
#include #include #include #include #include #include #include #include #include #include #include
usi
nash142857
·
2012-08-25 18:00
excel导入导出操作类 利用泛型 反射 导入excel
usingSystem.Data.OleDb;usingSystem.Reflection;usingSystem.Data.Linq.Mapping;usingSystem.Windows.Forms;
usi
ibmfahsion
·
2012-08-17 21:00
#include与寻找函数的实现
fun.hintmyAdd(int,int);fun.cpp#include"fun.h" intmyAdd(inta,intb) { returna+b; }main.cpp#include
usi
QQ575787460
·
2012-08-16 14:00
c
编译器
fun
C#简单窗体聊天程序
TcpListener、TcpClient以及NetworkStream的使用,直接看图上代码:usingSystem; usingSystem.Drawing; usingSystem.Collections;
usi
wangqiuyun
·
2012-08-15 17:00
thread
object
C#
服务器
聊天
button
如何在C#中得到SQL自增字段的值(SQL语句)
usingSystem.Data.SqlClient;namespaceADO.NET详解{ classProgram { staticvoidMain(string[]args) {
usi
myjieli
·
2012-08-06 16:43
C#
sql语句
SQL自增字段
hdu 3061 最大流最小割
代码:#include #include #include #include #include
usi
azheng51714
·
2012-08-06 12:00
c
struct
SAP
使用using自动释放资源
usingSystem.Data.SqlClient;namespaceADO.NET详解{ classProgram { staticvoidMain(string[]args) {
usi
myjieli
·
2012-08-02 10:48
使用using自动释放资源
C#播放flash动画即swf文件
shockwaveFlashObject,拖到窗体上即可使用usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel;
usi
hzy3774
·
2012-07-31 22:00
Flash
旅行商
Input第一行:一个正整数N,1 #include #include #include
usi
java-mans
·
2012-07-31 22:00
asp.net 图片批量上传预览,在Silverlight页面中读取并滚动显示
单张图片最大10M 2、支持jpg,png格式 图片预览: 1 2 3 4 5 6 usingSystem;
usi
taomanman
·
2012-07-27 13:00
String
object
Class
asp.net
div
silverlight
HDU 1232 畅通工程
每个测试用例的第1行给出两个正整数,分别是城镇数目N( #include #defineMAX1005
usi
ultimater
·
2012-07-24 23:00
[C#]调用字符串中定义的函数
create-assembly-in-memory-and-run-it.aspxusingSystem; usingSpecialized=System.Collections.Specialized; usingReflection=System.Reflection;
usi
adream307
·
2012-07-22 01:00
Visual Studio 2005中的快捷键与小技巧整理(VS 2008、2010同样受用)
Ente-全屏显示Shift+Alt+F10-有三种作用:1.在实现接口时,按下,可打开用于实现接口的选项;2.在修改一个变量、方法、类等等时,打开重命名选项;3.在写完一个未using的对象时,打开
usi
onelight1997
·
2012-07-20 13:00
SQLite源码编译使用
staticchar*create_settinginfo_table_cmd="createtablesetting_data(Option,DefaultValue,
Usi
songjinshi
·
2012-07-11 18:00
LayoutAwarePage.cs
usingWindows.Foundation; usingWindows.Foundation.Collections; usingWindows.System; usingWindows.UI.Core;
usi
shuixin536
·
2012-07-06 15:00
c++怎么读取文件中的中文字符串的几种方法
改成你要打开的文件 streambuf*old_buffer=cin.rdbuf(ifs.rdbuf()); stringread; while(cin>>read)//逐词读取方法一 cout #include
usi
swqqcs
·
2012-07-01 16:00
ios
C++
c
String
buffer
Mysql ERROR 1045 (28000): Access denied for user
ERROR1045(28000):Accessdeniedforuser'root'@'localhost'(
usi
ChenQi
·
2012-06-23 16:00
mysql
poj 3117 World Cup
#include #include
usi
yzl_rex
·
2012-06-09 10:00
DB2常用命令
db2 get dbm cfg 5.写数据库管理程序配置 db2 update dbm cfg using 参数名 参数值 6.读数据库的配置 db2 connect to o_yd user db2
usi
lhc1986
·
2012-06-08 15:00
db2
常用命令
多线程编程(2):线程的同步 .
线程不同步引出的问题下面做一个假设,假设有100张票,由两个线程来实现一个售票程序,每次线程运行时首先检查是否还有票未售出,如果有就按照票号从小到大的顺序售出票号最小的票,程序的代码如下:
usi
shiwaxinbin
·
2012-06-05 13:00
thread
多线程
编程
object
Semaphore
Random
C#基础
flex rsl datavisualisation.swc 报错
编译路径下面librarypath 将datavisualization.swf调到framework.swf下面就解决了 参考:http://www.alrightythen.de/blog/2008/01/
usi
deeplyloving
·
2012-05-24 18:00
Flex
c++
#include intmain() {//std::cout
usi
xuzengqiang
·
2012-05-17 22:00
C++
vector
String
编译器
fun
output
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他