自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(33)
  • 资源 (5)
  • 收藏
  • 关注

转载 TensorFlow 1.0 重大功能及改善

TensorFlow 1.0 重大功能及改善XLA(实验版):初始版本的XLA,针对TensorFlow图(graph)的专用编译器,面向CPU和GPU。TensorFlow Debugger(tfdbg):命令行界面和API。添加了新的python 3 docker图像。使pip包兼容pypi。TensorFlow现在可以通过 [pip install tensorflo

2017-09-27 10:49:49 510

原创 ubantu 下pip的卸载

最近下载jupyter notebook老是下载不下来,原因是pip版本太低, 于是升级pip但是版本还是原来的版本,查看方法是pip -V,于是卸载了pip,命令是 sudo apt-get remove python-pip,版本于是就成最新的了,嘎嘎嘎

2017-09-25 20:06:53 9501

原创 opencv3笔记一 滑动条的创建与使用

不懂的知识点1、addweighted()函数void on_Trackbar(int, void*){ g_dAlphaValue = (double) g_nAlphaValueSlider/g_nMaxAlphaValue; g_dBetaValue = 1.0 - g_dAlphaValue; /* addWeighted这个函数的原型如下所示,可以看出这个

2017-09-22 20:38:11 927 1

原创 1045. Favorite Color Stripe (30)

1045. Favorite Color Stripe (30)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva is trying to make her own color

2017-09-17 10:20:01 293

原创 1030. Travel Plan (30)

1030. Travel Plan (30)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA traveler's map gives the distances between c

2017-09-16 21:46:02 220

原创 1107. Social Clusters (30)

1107. Social Clusters (30)时间限制1000 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueWhen register on a social network, you ar

2017-09-16 19:56:00 265

原创 1065. A+B and C (64bit) (20)

1065. A+B and C (64bit) (20)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者HOU, QimingGiven three integers A, B and C in [-2

2017-09-16 17:27:58 336

原创 1064. Complete Binary Search Tree (30)

1064. Complete Binary Search Tree (30)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA Binary Search Tree (BST) is

2017-09-16 17:05:47 324

原创 1059. Prime Factors (25)

1059. Prime Factors (25)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者HE, QinmingGiven any positive integer N, you are supp

2017-09-15 20:59:25 320

原创 1058. A+B in Hogwarts (20)

1058. A+B in Hogwarts (20)时间限制50 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIf you are a fan of Harry Potter, you would

2017-09-15 19:30:03 273

原创 1008. Elevator (20)

1008. Elevator (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThe highest building in our city has only one ele

2017-09-14 21:46:13 221

原创 1004. Counting Leaves (30)

1004. Counting Leaves (30)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA family hierarchy is usually presented by a

2017-09-14 21:37:17 224

原创 1029. Median (25)

1029. Median (25)时间限制1000 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven an increasing sequence S of N integers, the

2017-09-14 21:07:22 247

原创 1028. List Sorting (25)

1028. List Sorting (25)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueExcel can sort records according to any colum

2017-09-14 20:38:32 231

原创 1025. PAT Ranking (25)

1025. PAT Ranking (25)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueProgramming Ability Test (PAT) is organized by

2017-09-14 20:17:00 261

原创 1024. Palindromic Number (25)

1024. Palindromic Number (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA number that will be the same when it

2017-09-13 21:05:50 221

原创 1021. Deepest Root (25)

1021. Deepest Root (25)时间限制1500 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA graph which is connected and acyclic can b

2017-09-12 21:43:56 342

原创 1020. Tree Traversals (25)已知后序中序 层次遍历

1020. Tree Traversals (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueSuppose that all the keys in a binary tree

2017-09-12 20:56:02 289

原创 1017. Queueing at Bank (25)

1017. Queueing at Bank (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueSuppose a bank has K windows open for ser

2017-09-12 20:10:15 386

原创 1013. Battle Over Cities (25)

1013. Battle Over Cities (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIt is vitally important to have all the

2017-09-12 10:13:54 254

原创 1009. Product of Polynomials (25)

1009. Product of Polynomials (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time, you are supposed to find

2017-09-11 20:21:40 255

原创 1007. Maximum Subsequence Sum (25)

1007. Maximum Subsequence Sum (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a sequence of K integers { N

2017-09-11 19:46:21 225

原创 1006. Sign In and Sign Out (25)

1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the fi

2017-09-11 11:23:10 306

原创 1003. Emergency (25)

1003. Emergency (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAs an emergency rescue team leader of a city, yo

2017-09-11 10:50:14 253

原创 1002. A+B for Polynomials (25)

1002. A+B for Polynomials (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time, you are supposed to find A+

2017-09-10 20:54:23 248

原创 1035. Password (20)

1035. Password (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueTo prepare for PAT, the judge sometimes has to ge

2017-09-09 21:47:49 340

原创 1031. Hello World for U (20)

1031. Hello World for U (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven any string of N (>=5) characters,

2017-09-09 20:31:16 235

原创 1027. Colors in Mars (20)

1027. Colors in Mars (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YuePeople in Mars represent the colors in thei

2017-09-09 17:40:41 196

原创 1023. Have Fun with Numbers (20)

1023. Have Fun with Numbers (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueNotice that the number 123456789 is

2017-09-09 17:12:11 242

原创 1019. General Palindromic Number (20)

1019. General Palindromic Number (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA number that will be the same

2017-09-09 16:04:03 212

原创 1011. World Cup Betting

1011. World Cup Betting (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueWith the 2010 FIFA World Cup running, fo

2017-09-08 20:26:33 234

原创 1005. Spell It Right (20)

1005. Spell It Right (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven a non-negative integer N, your task i

2017-09-08 17:16:22 226

原创 1001. A+B Format (20)

1001. A+B Format (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueCalculate a + b and output the sum in standard

2017-09-08 16:43:40 332

city_info1.txt

spark sql操作hive表数据源,spark sql操作hive表数据源,spark sql操作hive表数据源,spark sql操作hive表数据源

2020-10-31

product_info1.txt

spark sql操作hive表数据源

2020-10-31

user_visit_action1.txt

spark sql操作hive表数据源,

2020-10-31

机器学习实战12章 新闻网站点击流中挖掘 kosarak.dat

kosarak.dat

2017-08-17

机器学习实战11章 Apriori算法 毒蘑菇 mushroom.dat

机器学习实战11章 Apriori算法 毒蘑菇 mushroom.dat

2017-08-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除