会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枫nian丶
博客园
首页
新随笔
联系
订阅
管理
2020年3月25日
11
摘要: #include <iostream>using namespace std;int main(){ char str[2][100]={0}; cin>>str[0]; cin>>str[1]; char output[9]={0}; for(int i=0;i<2;i++) { int j=0;
阅读全文
posted @ 2020-03-25 11:21 枫nian丶
阅读(69)
评论(0)
推荐(0)
2020年3月13日
11
摘要: Linux test-desktop 4.16.18-rt12 #1 SMP PREEMPT RT Mon Jan 13 15:57:50 CST 2020 x86_64 x86_64 x86_64 GNU/Linux
阅读全文
posted @ 2020-03-13 17:46 枫nian丶
阅读(68)
评论(0)
推荐(0)
time
摘要: m_dhd_thread = thread([this]{ do {// while (OpenDevices())// {// if (m_thread_kill)// {// break;// }// m_timer_sleep.Sleep(3000);// } printf("sleep te
阅读全文
posted @ 2020-03-13 10:37 枫nian丶
阅读(258)
评论(0)
推荐(0)
2020年3月12日
log
摘要: ///////////////////////////////////////////////////////#include <sys/time.h> #include <cstdio>#include <cstdlib>void recordData(char* buf){ static FIL
阅读全文
posted @ 2020-03-12 14:46 枫nian丶
阅读(135)
评论(0)
推荐(0)
公告