随笔 - 170  文章 - 0  评论 - 16  阅读 - 35387 
12 2021 档案
ubunt安装C语言手册,查看函数帮助
摘要:ubuntu 安装 c语言的库函数man手册 拷贝自: weixin_33787529 2018-06-30 08:03:00 420 收藏 1 文章标签: c/c++ 版权 安装 1、C语言库函数基本的帮助文档 sudo apt-get install manpages sudo apt-get 阅读全文
posted @ 2021-12-30 17:09 北京开发 阅读(82) 评论(0) 推荐(0) 编辑
c++指针存储
摘要:#include <stdio.h>#include <string.h>#include <iostream>#include <vector>#include <map> struct info_keep_level_data_top_stru_t{ char data_name[24]; in 阅读全文
posted @ 2021-12-18 09:23 北京开发 阅读(93) 评论(0) 推荐(0) 编辑
c++ map vector 例子
摘要:#include <stdio.h>#include <stdlib.h> #include <map>#include <vector>#include <iostream>using namespace std; struct m_info_url_hash_id_t { unsigned lo 阅读全文
posted @ 2021-12-02 19:09 北京开发 阅读(178) 评论(0) 推荐(0) 编辑
128位无符号加、减、乘计算
摘要:#include <stdio.h>#include <string.h>#include <stdlib.h>#include <vector>#include <iostream> typedef struct ubit256_t { unsigned int i1; unsigned int 阅读全文
posted @ 2021-12-02 19:04 北京开发 阅读(159) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示