会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FredGrit
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
82
83
84
85
86
87
88
89
90
···
120
下一页
2022年1月7日
C++ struct array with char * properties,convert int to unsigned long long
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <random> #include <unistd.h> #include <string.h> #include <exception> #include <t
阅读全文
posted @ 2022-01-07 19:05 FredGrit
阅读(43)
评论(0)
推荐(0)
2022年1月5日
c struct with char array property
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <string.h> using namespace std; static char *uuidValue=(char*
阅读全文
posted @ 2022-01-05 11:40 FredGrit
阅读(31)
评论(0)
推荐(0)
2022年1月4日
C++ get time in milliseconds precision
摘要: g++ -g -std=c++11 -I. h1.cpp -o h1 -luuid #include <iostream> #include <unistd.h> #include <ctime> #include <uuid/uuid.h> #include <string> #include <
阅读全文
posted @ 2022-01-04 15:22 FredGrit
阅读(116)
评论(0)
推荐(0)
2021年12月30日
C# macro function via #define __FILE__ __LINE__ ___FUNCTION__ __DATE__ __TIME__
摘要: #include <iostream> #include <uuid/uuid.h> #include <ctime> #include <unistd.h> #include <fstream> #include <sstream> static char *dtValue=(char*)mall
阅读全文
posted @ 2021-12-30 18:21 FredGrit
阅读(116)
评论(0)
推荐(0)
Ubuntu install opencv
摘要: sudo apt-get -y install libopencv-dev build-essential cmake libdc1394-22 libdc1394-22-dev libjpeg-dev libpngl2-dev libtiff5-dev libjasper-dev libavcod
阅读全文
posted @ 2021-12-30 12:11 FredGrit
阅读(45)
评论(0)
推荐(0)
2021年12月28日
C++ read and log linux command in physical file
摘要: #include <iostream> #include <chrono> #include <thread> #include <functional> #include <uuid/uuid.h> #include <cstdlib> #include <fstream> using names
阅读全文
posted @ 2021-12-28 19:06 FredGrit
阅读(36)
评论(0)
推荐(0)
C++ timer execute function in interval time span
摘要: #include <iostream> #include <chrono> #include <thread> #include <functional> #include <uuid/uuid.h> using namespace std; static char *dtValue=(char*)
阅读全文
posted @ 2021-12-28 18:49 FredGrit
阅读(65)
评论(0)
推荐(0)
C++ invoke other class function
摘要: //This is UtilityHelper.h #include <iostream> #include <uuid/uuid.h> #include <ctime> using namespace std; class UtilityHelper { public: static char *
阅读全文
posted @ 2021-12-28 11:48 FredGrit
阅读(53)
评论(0)
推荐(0)
C++ vector generated via rand() and print with fixed width
摘要: #include <iostream> #include <uuid/uuid.h> #include <sstream> #include <ctime> #include <unistd.h> #include <ostream> #include <fstream> #include <ist
阅读全文
posted @ 2021-12-28 11:24 FredGrit
阅读(31)
评论(0)
推荐(0)
2021年12月27日
c++ macro function
摘要: #include <iostream> using namespace std; #define PI 3.14 #define CircleArea(r){r*r*PI} void macroFunc8(); #define Multiply(x,y){x*y} void macroFunc9()
阅读全文
posted @ 2021-12-27 17:04 FredGrit
阅读(47)
评论(0)
推荐(0)
上一页
1
···
82
83
84
85
86
87
88
89
90
···
120
下一页
公告