会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云舰队七套件,突出重点,不信不成功,尊重他人命运
互联网思维与中国实际相结合是我朝开国之本,持续输出,不死不休
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
179
180
181
182
183
184
185
186
187
···
1357
下一页
2017年12月3日
获 Linux 支持的开源指令集 RISC-V 投身存储和 AI 领域
EETimes 消息,WD 宣布将在 RISC-V 处理器上实现标准化,并投资了一家初创公司 Esperanto Technologies —— 该公司主要采用开源指令集架构设计高级 SoC 和核心。从这两项举措来看,尽管 RISC-V 架构目前还不够成熟,但有望成为 ARM 和 x86 的可行替代
Read More
posted @ 2017-12-03 05:45 findumars
Views(1424)
Comments(0)
Diggs(0)
2017年12月2日
[C 语言]判断某文件是文件夹还是文件
#include <sys/stat.h> #include <stdio.h> int _tmain(int argc, _TCHAR* argv[]){char* fileName = "D:\\aa.txt"; struct _stat buf; int result; result = _s
Read More
posted @ 2017-12-02 06:59 findumars
Views(1106)
Comments(0)
Diggs(0)
大型项目使用Automake/Autoconf完成编译配置(标准的编译过程已经变成了简单的三部曲:configure/make/make install,)
使用过开源C/C++项目的同学们都知道,标准的编译过程已经变成了简单的三部曲:configure/make/make install, 使用起来很方便,不像平时自己写代码,要手写一堆复杂的Makefile,而且换个编译环境,Makefile还需要修改(Eclipse也是这样)。 这么好的东东当然要拿
Read More
posted @ 2017-12-02 06:42 findumars
Views(964)
Comments(0)
Diggs(0)
C++中placement new操作符
placement new是重载operator new的一个标准、全局的版本,它不能被自定义的版本代替(不像普通的operator new和operator delete能够被替换成用户自定义的版本)。 它的原型如下: void *operator new( size_t, void *p ) t
Read More
posted @ 2017-12-02 06:40 findumars
Views(383)
Comments(0)
Diggs(0)
Qt控件焦点切换
们日常切换控件,例如QQ登陆的账号和密码输入框就可以通过Tab键切换焦点。 图1 qq切换焦点 Qt中QWidget提供了一个静态方式实现该效果 其中也包含介绍使用 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 实现效果如下 图2 Tab切换焦点 主要部分源码 1 2
Read More
posted @ 2017-12-02 06:37 findumars
Views(16491)
Comments(0)
Diggs(0)
上一页
1
···
179
180
181
182
183
184
185
186
187
···
1357
下一页
公告