上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页
摘要: 说到大数据处理可能大家都不会陌生,这是近年来非常火热的话题,各行各业都想借助大数据为自己助力,有了这个工具,就好像在飞机上看农田一般清晰,一目了然,也也就是业内人士常说的大数据提供了一个------上帝视角大数据的概念:1、指的是所涉及的资料量规模巨大到无法通过目前主流软件工具,在合理的时间... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(2839) 评论(0) 推荐(0) 编辑
摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(134) 评论(0) 推荐(0) 编辑
摘要: Image PerimetersTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 8632 Accepted: 5168DescriptionTechnicians in a pathology lab analyze digitiz... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 效果图:代码:// FindGravity.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include "cv.h" #include "highgui.h" #include #include #pragma comm... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(3072) 评论(0) 推荐(0) 编辑
摘要: 其实挺坑爹的一个题目:也不知道考察的重点是啥,大体思路是从2个人分开始算起,自己找到规律了,写代码实现。讨论帖:http://bbs.csdn.net/topics/391835433?page=1#post-400493630实现代码一:#include #include size_t apple... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.Intel Parallel Studio 环境下的并行程序设计书官方网站的详情页:http://www.wrox.com/WileyCDA/WroxTitle/Parallel-Programming-with-Intel-Parallel-Studio-XE.productCd-0470... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 讨论帖子:http://bbs.csdn.net/topics/391009829解决方案:#include #include #include #include #include #include #include #include #include #include #include using... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 2015过完年,我知道导师要出国了,自己也算是水了一个idea 的论文。希望研二能找个实习,早听说西安IBM这边有学长在里面实习过,2月底联系了一下简历就塞了过去。面试就在锦业一路软件园他们上班的地方,一去就给20分钟写了个汉诺塔。 void hanoi(int n , char ... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(325) 评论(0) 推荐(0) 编辑
摘要: // aiqiyitest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include using namespace std;int fun(int a,int b){ static int m =1,i=2; i+= m +1; m = i +a +b; ... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;int main(){ int pid; int num = 1; pid = fork(); if(pid > 0) { num ++; coutusing n... 阅读全文
posted @ 2017-11-17 22:26 wangyaning 阅读(365) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 36 下一页