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
prog
个人项目-数组求和(语言:C++)
prog
1详细要求:【第一版本程序
Prog
1要求:】+给定一个数组,实现数组元素求和;,具体要求:实现对一维数组(a[100])的所有元素相加运算。
刘雨恬
·
2016-03-06 20:00
作业2 - 个人项目
开发语言:C++开发工具:VisualC++源程序及结果如下:1.第一版本程序
Prog
1:+给定一个数组,实现数组元素求和;,具体要求:实现对一维数组(a[100])的所有元素相加运算。
叶月欣
·
2016-03-06 20:00
USACO 之 Section 1.5 (已解决)
define_CRT_SECURE_NO_WARNINGS 2#defineHOME 3#define_CRTDBG_MAP_ALLOC 4#include 5 6/* 7ID:Jming 8
PROG
JmingS
·
2016-03-06 19:00
第二次作业
第一版本程序
Prog
1:原始方法第二版本程序
Prog
2:c++调用文本文件;申请动态内存第三版本程序
Prog
3:在二的基础上限定数据范围github链接:https://github.com/yanrui666
严瑞
·
2016-03-05 14:00
c语言中命令行参数argc,argv[ ]
下面给出一个例子来理解这两个参数的用法:假设程序的名称为
prog
,当只输入
prog
,则由操作系统传来的参数为:argc=1,表示只有一程序名称。
进击的陡壁
·
2016-03-04 00:00
数论+dfs+复数除法剪枝 Secret Code hdu1111
这个坑人)满足复数除法的剪枝真的是强大啊枚举每一个ai,然后除复数B,这里剪枝,判断是否可以整除,复数的除法公式自己推/* ID:meixiny1
PROG
:test LANG:C++11 */ #include
meixiuxiudd
·
2016-03-03 00:00
数论
DFS
USACO 6.5.5 Checker Challenge 位运算+dfs
{ IDL:ymwbegi1
PROG
:checker LANG:PASCAL } var n,ans,s:longint; f:array[1..13]oflongint; procedureprint
qq_33229466
·
2016-03-02 21:00
USACO 6.5.4 The Clocks bfs
代码:{ ID:ymwbegi1
PROG
:clocks LANG:PASCAL } var w:array[1..9]oflongint; state:array[1..300000,1..9]oflongint
qq_33229466
·
2016-03-02 21:00
(2016春) 作业2:个人项目-数组求和
开发语言:C#或Java开发工具:VisualStudio2015(推荐)、VS2012或Eclipse详细要求:第一版本程序
Prog
1:+给定一个数组,实现数组元素求和;,具体要求:实现对一维数组(a
小林觉
·
2016-03-01 21:00
USACO 6.4.3 Wisconsin Squares dfs
直接dfs就好了,并不用什么优化,因为时限是5s……代码:{ ID:ymwbegi1
PROG
:wissqu LANG:PASCAL } const dl:array[1..5]oflongint=(
qq_33229466
·
2016-03-01 19:00
java基础50道编程题
程序分析: 兔子的规律为数列1,1,2,3,5,8,13,21.... public class
Prog
1{public static void main(String[] args){int n =
starskyhu
·
2016-03-01 17:00
USACO 6.4.2 Electric Fences 数学+暴力
代码:{ ID:ymwbegi1
PROG
:fenc
qq_33229466
·
2016-02-29 22:00
USACO 6.3.3 Cowcycles dfs+剪枝
代码:{ ID:ymwbegi1
PROG
:cowcycle LANG:PASC
qq_33229466
·
2016-02-26 19:00
USACO 6.2.1 Calf Flac manacher算法
代码:{ ID:ymwbegi1
PROG
:calfflac LANG:PASCAL } var s2:ansistring; r:char; s,s1:array[0..50000]ofchar;
qq_33229466
·
2016-02-24 19:00
Android Studio 错误 Duplicate files copied in APK META-INF/LICENSE.txt解决方案
android{ packagingOptions{ exclude'META-INF/LICENSE.txt' } }Mylogcat:logExecutionfailedfortask':
Prog
xiangzhihong8
·
2016-02-24 15:00
单调栈 Largest Submatrix of All 1’s poj3494
0,0,2,21111//同理为1111然后对于每个直方图求最大矩阵参照http://www.cnblogs.com/felixfang/p/3676193.html解法/* ID:meixiny1
PROG
meixiuxiudd
·
2016-02-22 22:00
栈
单调栈
`GLIBCXX_3.4.15' not found
今天在编译完一个小程序,运行时报错:
prog
1:/usr/lib64/libstdc++.so.6:version`GLIBCXX_3.4.15'notfound(requiredbyprog1) $strings
Mrknowledge
·
2016-02-22 15:00
USACO runaround
/* ID:kevin_s1
PROG
:runround LANG:C++ */ #include #include #include #include #include #include #include
gcczhongduan
·
2016-02-18 20:00
USACO 4.2.1 网络流 最高标号预流推进(HLLP)
/* ID:shenxyy1
PROG
:ditch LANG:C++ */ #include #include #include #include #include #defineFor(i,j,k)for
sxy_cnyali
·
2016-02-18 16:00
USACO 4.2.1 网络流 SAP
/* ID:shenxyy1
PROG
:ditch LANG:C++ */ #include #include #include #include #include #defineFor(i,j,k)for
sxy_cnyali
·
2016-02-17 17:00
cmd
-c -h -lrts500.lib -stack0x100 MEMORY { PAGE0:
PROG
:origin=0x100,len=0x1280/*8k-128word*/ PAGE0:VECT:
q123456789098
·
2016-02-16 11:00
USACO 4.2.1 网络流 Dinic
/* ID:shenxyy1
PROG
:ditch LANG:C++ */ #include #include #include #include #include #definemax(x,y)((x
sxy_cnyali
·
2016-02-16 00:00
usaco 3.3 Camelot
/* ID:huanruike
PROG
:camelot LANG:C++ */ #include #defineREP(i,a,b)for(inti=a;i>m>>n; MS0(fid)
__560
·
2016-02-14 11:00
USACO inflate
全然背包,转化为0/1背包dp[i,j]=max(dp[i-1,j],dp[i,j-minutes[i]]+points[i])/* ID:kevin_s1
PROG
:inflate LANG:C++
mengfanrong
·
2016-02-11 19:00
USACO 5.5.1 求矩形并的周长
这个过程还可以使用线段树优化,代码如下:/* ID:m1500293 LANG:C++
PROG
:picture */ #include #include #incl
xingxing1024
·
2016-02-10 16:00
USACO 5.5.2 字符串的最小表示法
这道题是最小表示法的一个应用,代码如下:/* ID:m1500293 LANG:C++
PROG
:hidden */ #include #include #include usingnamespacestd
xingxing1024
·
2016-02-10 16:00
USACO 5.4.2 以后在理解
这道题的意思是到现在理解的不太透彻,以后需要在看, 先把代码贴上吧/* ID:m1500293 LANG:C++
PROG
:charrec */ #include #include #include
xingxing1024
·
2016-02-08 17:00
codeforces AIM Tech Round (Div. 2)
/* ID:huanruike
PROG
:AIMTechRound(Div.2) LANG:C++ */ #include #defineREP(i,a,b)for(inti=a;i>d>>
__560
·
2016-02-06 00:00
USACO window area 漂浮法
这道题是求解几个矩形未被遮挡的面积问题,可以使用漂浮法来解决,什么事漂浮法请看这里http://www.nocow.cn/index.php/USACO/window,代码如下:/* ID:m1500293 LANG:C++
PROG
xingxing1024
·
2016-02-05 22:00
USACO bigborn 最大矩形
开始的最大方形的边长那么dp[i][j]=min(dp[i+1][j],dp[i][j+1],dp[i+1][j+1])+1, 初识dp[i][j]=0,代码如下:/* ID:m1500293 LANG:C++
PROG
xingxing1024
·
2016-02-05 22:00
Mysql 服务无法启动 服务没有报告任何错误
:\ProgramFiles\MySQL\MySQLServer5.6\bin 注意是追加,不要覆盖2.修改my-default.ini在其中修改或添加配置: [mysqld] basedir=C:\
Prog
GEEK小布
·
2016-02-05 17:00
python argparse模块解析命令行选项简单使用
/usr/bin/envpython #coding=utf-8 importargparse parser=argparse.ArgumentParser(
prog
="myprogram
星空守望者--jkmiao
·
2016-02-05 15:00
USACO milk4 枚举答案再检验
刚开始写了一个暴力的dfs超时了,最后看了下题解说是先枚举答案再判断,然后就写了双dfs,全部秒杀,代码如下:/* ID:m1500293 LANG:C++
PROG
:milk4 */ #include
xingxing1024
·
2016-02-03 22:00
USACO milk4 枚举答案再检验
刚开始写了一个暴力的dfs超时了,最后看了下题解说是先枚举答案再判断,然后就写了双dfs,全部秒杀,代码如下:/* ID:m1500293 LANG:C++
PROG
:milk4 */ #include
xingxing1024
·
2016-02-03 22:00
USACO snail
代码如下:/* ID:m1500293 LANG:C++
PROG
:snail */ #include #includ
xingxing1024
·
2016-02-02 17:00
USACO starry
代码如下:/* ID:m1500293 LANG:C++
PROG
:starry */ #include #include #include #inc
xingxing1024
·
2016-02-01 21:00
codeforces#341
/* ID:NotPassedCET4
PROG
:#341 LANG:C++ */ #include #defineREP(i,a,b)for(inti=a;i>n){ on=en=0;
__560
·
2016-02-01 03:00
USACO fc 构造凸包
代码如下:/* ID:m1500293 LANG:C++
PROG
:fc */ #include #include #include #include #include #include
xingxing1024
·
2016-01-31 16:00
dinic算法模板
/* ID:m1500293 LANG:C++
PROG
:ditch */ #include #include #include #include #include usingnamespacestd
xingxing1024
·
2016-01-31 10:00
USACO Frame Up 矩阵覆盖 拓扑排序
代码如下:/* ID:m1500293 LANG:C++
PROG
:frameup */ #include #include #include usingnamespacestd
xingxing1024
·
2016-01-29 23:00
USACO shuttle
代码如下:/* ID:m1500293 LANG:C++
PROG
:shuttle */ #include #include #include #include #include #
xingxing1024
·
2016-01-28 22:00
USACO 4.4 Shuttle Puzzle bfs
代码:{ ID:ymwbegi1
PROG
:shuttle LANG:PASCAL } var n
qq_33229466
·
2016-01-28 10:00
USACO 4.3 Letter Game 暴力
代码{ ID:ymwbegi1
PROG
:lgame LANG:PASCAL } const num:array['a'..'
qq_33229466
·
2016-01-28 10:00
rsync 相关参数
perms保持文件权限-P--partial保留那些因故没有完全传输的文件,以便加快随后的再次传输-r--recursiv递归目录-e--rsh=COMMAND指定使用rsh、ssh方式进行数据同步--
prog
jin626889
·
2016-01-27 16:15
rsync
rsync
USACO 4.3 Street Race
代码:{ ID:ymwbegi1
PROG
:race3 LANG:PASCAL } var x,i,s,t,e1,u1,tot,n:longint; a:array[1..50,0..50]oflongint
qq_33229466
·
2016-01-27 12:00
模块和包.pysvn
此模块儿提供操作SVN的API接口,但不能创建新的仓库,只能作用在现有仓库,常用于管理/查询/同步档案库,更加完整的API用法可以参考(http://pysvn.tigris.org/docs/pysvn_
prog
_ref.html
XmDevOPS
·
2016-01-27 10:00
poj 1177/USACO 5.5 Picture 线段树+离散化+扫描线
代码:{ ID:ymwbegi1
PROG
:picture LANG:PASCAL } var n,a1,i:longint; x1
qq_33229466
·
2016-01-25 11:00
比较好的网站
http://www.odi.ch/
prog
/design/newbies.php JavaAnti-Patterns
solar.xie
·
2016-01-20 19:00
python模块——optparse
2__author__=007 3__date__=16/1/19 4 5fromoptparseimportOptionParser 6 7 8#usage定义的是使用方法 9#%
prog
andr01la
·
2016-01-19 22:00
python模块——optparse
2__author__=007 3__date__=16/1/19 4 5fromoptparseimportOptionParser 6 7 8#usage定义的是使用方法 9#%
prog
andr01la
·
2016-01-19 22:00
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他