会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hello.world!
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
下一页
2020年6月6日
C++实现队列
摘要:
阅读全文
posted @ 2020-06-06 07:50 hello.world!
阅读(196)
评论(0)
推荐(0)
2020年6月3日
一个简单的内存管理器
摘要: #include <iostream> using namespace std; /* * 内存管理器,分配大块内存供使用,最后集中回收 */ class AllocMem { private: enum {BlockSize = 2048};//buffer尺寸大小 struct Block {
阅读全文
posted @ 2020-06-03 19:36 hello.world!
阅读(314)
评论(0)
推荐(0)
C++读mnist数据
摘要: #include <iostream> #include <fstream> #include <string> #include <vector> using namespace std; int ReverseInt(int i) { unsigned char ch1, ch2, ch3, c
阅读全文
posted @ 2020-06-03 18:52 hello.world!
阅读(446)
评论(0)
推荐(0)
实验代码一:用来链表实现单向图
摘要: #include <iostream> #include <algorithm> #include "MnistFile.cpp" #include <cmath> using namespace std; const int synapseNums = 800; class Node { publ
阅读全文
posted @ 2020-06-03 18:50 hello.world!
阅读(321)
评论(0)
推荐(0)
2020年4月7日
Hadoop配置+centos6.5
摘要: 简介 hadoop解决问题: 海量数据的存储(HDFS) 海量数据的分析(MapReduce) 资源管理调度(YARN) 受Google三篇论文启发:GFS、MapReduce、BigTable Hadoop功能: 擅长海量离线日志分析 Hadoop如何解决海量数据的存储? 若干被称为Datanod
阅读全文
posted @ 2020-04-07 16:14 hello.world!
阅读(195)
评论(0)
推荐(0)
2020年4月5日
C++-实参和形参是同级指针
摘要:
阅读全文
posted @ 2020-04-05 12:40 hello.world!
阅读(186)
评论(0)
推荐(0)
emacs-latex用法
摘要:
阅读全文
posted @ 2020-04-05 11:09 hello.world!
阅读(289)
评论(0)
推荐(0)
orgmode-标签
摘要:
阅读全文
posted @ 2020-04-05 11:07 hello.world!
阅读(143)
评论(0)
推荐(0)
C++-类模板
摘要:
阅读全文
posted @ 2020-04-05 11:06 hello.world!
阅读(125)
评论(0)
推荐(0)
C++-结构、联合和枚举
摘要:
阅读全文
posted @ 2020-04-05 11:04 hello.world!
阅读(181)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页