上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 154 下一页
摘要: 题目:给定一个数字,求出相应的罗马数字 算法: 从百度百科(http://baike.baidu.com/view/42061.htm?fr=aladdin#4)能够知道罗马数字组成的规则: 1. V 和 X 左边的小数字仅仅能用 I 2. L 和 C 左边的小数字仅仅能用 X 3. D 和 M 左 阅读全文
posted @ 2017-05-12 13:25 jhcelue 阅读(144) 评论(0) 推荐(0)
摘要: Maze Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 100000/100000 K (Java/Others) Total Submission(s): 901 Accepted Submission(s): 314 Problem D 阅读全文
posted @ 2017-05-12 11:50 jhcelue 阅读(166) 评论(0) 推荐(0)
摘要: 基本要素 前天好不easy成功给用户把数据全库导出,今天用户又告知导出的数据无法导入,首先就问用户有什么错误提示,给我的回答是就一个‘作业"SYSTEM"."SYS_IMPORT_FULL_03" 因致命错误于 xxxx elapsed 0 03:01:06 停止’,其它什么提示都没有,信息量太少了 阅读全文
posted @ 2017-05-12 10:31 jhcelue 阅读(4234) 评论(0) 推荐(0)
摘要: 当你循环输入的时候我们有几种方法 一:while(scanf("%d %d",&a,&b)!=EOF)//>0//==1 反正有非常多种,可是今天早上我用两个代码提交发现了问题 同样的算法可是第一个超时 #include<iostream> #include<stdio.h> #define max 阅读全文
posted @ 2017-05-12 09:54 jhcelue 阅读(211) 评论(0) 推荐(0)
摘要: 本系列文章由@浅墨_毛星云 出品,转载请注明出处。 文章链接: http://hpw123.net/a/C__/kongzhitaichengxu/2014/1117/120.html 作者:毛星云(浅墨) 微博:http://weibo.com/u/1723155442 邮箱: happylife 阅读全文
posted @ 2017-05-12 08:44 jhcelue 阅读(386) 评论(0) 推荐(0)
摘要: 方法一:Physics.Raycast 光线投射 1.static function Raycast (origin : Vector3, direction : Vector3, distance : float = Mathf.Infinity, layerMask : int = kDefau 阅读全文
posted @ 2017-05-12 08:04 jhcelue 阅读(416) 评论(1) 推荐(0)
摘要: 近期在做 压力測试工具,除了apache的ab測试工具外,发现webbentch工具也不错,这里简介下这两个工具。 一、webbentch安装: wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz tar zxvf we 阅读全文
posted @ 2017-05-11 21:59 jhcelue 阅读(337) 评论(0) 推荐(0)
摘要: 本文地址:http://blog.csdn.net/sushengmiyan/article/details/38815923 实例代码下载地址: http://download.csdn.net/detail/sushengmiyan/7817549 本文作者:sushengmiyan 临时完毕效 阅读全文
posted @ 2017-05-11 21:23 jhcelue 阅读(179) 评论(0) 推荐(0)
摘要: 主函数main.c #include "func.h" #define MAXSIZE 100 INT32 main( void ) { INT32 temp[MAXSIZE] = {NULL}, f = 0, OSM = 1; OSM = create_SL (temp); do { OSM = 阅读全文
posted @ 2017-05-11 20:44 jhcelue 阅读(290) 评论(0) 推荐(0)
摘要: Description Farmer John goes to Dollar Days at The Cow Store and discovers an unlimited number of tools on sale. During his first visit, the tools are 阅读全文
posted @ 2017-05-11 11:59 jhcelue 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 154 下一页