Linux--Introduction and Basic commands(Part one) ...
                            
                            
                                分类:
系统相关   时间:
2018-09-14 19:50:58   
                                阅读次数:
237
                             
                    
                        
                            
                            
                                    jchdl:Jianchang Constructed Hardware Description Library,使用Java语言开发的硬件描述库。(Java是商标不让用,那就用名字 :-) 一. 设计目标 1.设计目标 打通IC开发和Java生态,以Java生态的赋能IC开发。 2. 当前路径 当 ...
                            
                            
                                分类:
其他好文   时间:
2018-09-07 23:55:39   
                                阅读次数:
248
                             
                    
                        
                            
                            
                                    概念辨析-Description Language还是Description Library? Language的概念 Verilog, standardized as IEEE 1364, is a hardware description language (HDL) used to model ...
                            
                            
                                分类:
其他好文   时间:
2018-09-05 10:30:07   
                                阅读次数:
163
                             
                    
                        
                            
                            
                                    Verilog, standardized as IEEE 1364, is a hardware description language (HDL) used to model electronic systems. 引自wiki: https://en.wikipedia.org/wiki/V ...
                            
                            
                                分类:
其他好文   时间:
2018-09-05 10:27:21   
                                阅读次数:
188
                             
                    
                        
                            
                            
                                    后续开启RISC-V开发相关内容。 RISC-V开发推荐使用Chisel编程语言。Chisel即Constructing Hardware in a Scala Embedded Language: Chisel is an open-source hardware construction lan ...
                            
                            
                                分类:
其他好文   时间:
2018-09-04 23:29:13   
                                阅读次数:
537
                             
                    
                        
                            
                            
                                w命令 vmstat命令 top命令 sar命令 nload命令
                            
                            
                                分类:
其他好文   时间:
2018-08-26 01:23:09   
                                阅读次数:
263
                             
                    
                        
                            
                            
                                    今天给大家介绍下QT里面的日志系统,直接上代码 这样大家使用qDebug,qInfo,qCritical等打印信息就会分类输出到日志文件里面,方便查看 ...
                            
                            
                                分类:
其他好文   时间:
2018-08-21 12:16:43   
                                阅读次数:
466
                             
                    
                        
                            
                            
                                    前言 在上一篇文章里(http://blog.csdn.net/jason_wzn/article/details/53232022),简要介绍了Android RIL的架构。这一篇文章,就来看一看RILD(RIL Daemon)相关的内容。Android RIL在HAL(Hardware Abst ...
                            
                            
                                分类:
移动开发   时间:
2018-08-18 16:32:04   
                                阅读次数:
262
                             
                    
                        
                            
                            
                                    #include #include void MainWindow::getIPPath() { QString strIpAddress; QList ipAddressesList = QNetworkInterface::allAddresses(); // 获取第一个本主机的IPv4地址 i... ...
                            
                            
                                分类:
系统相关   时间:
2018-08-17 19:04:55   
                                阅读次数:
398
                             
                    
                        
                            
                            
                                    创建Android项目后,点击运行,发现模拟器无法启动,并且报错: emulator: ERROR: x86 emulation currently requires hardware acceleration! Emulator: Warning: Quick Boot / Snapshots n ...
                            
                            
                                分类:
移动开发   时间:
2018-08-17 12:54:16   
                                阅读次数:
1169