码迷,mamicode.com
首页 >  
搜索关键字:study    ( 1969个结果
Hello QT
1、下载安装: sudo apt-get install qt4-dev-tools 2、hello.cpp 目录:./qt_study/hellocode: 3、编译: 进入上述目录:qmake -project // 生成hello.pro文件 qmake -hello // 生成Makefil ...
分类:其他好文   时间:2017-04-23 19:29:41    阅读次数:153
"《 Serial Drivers 》by Alessandro Rubini" 学习笔记
Introduction to "serial device driver" (My study note) 膜拜大神的作品. Standing on the shoulder of the gaints. ——题记 用什么眼光去看待串口设备 当谈到软件对于串口的抽象实现的时候,人们第一反应可能是设 ...
分类:其他好文   时间:2017-04-23 12:36:16    阅读次数:257
The study for the template
/*冒泡排序.cpp---studyforthetemplate*/#include<iostream>usingnamespacestd;template<typenameElementType>//关键/*ElementTypemax(ElementTypea,ElementTypeb){ returna>b?a:b;}*/voidSortBuble(ElementType*a,intsize){//fromlittletobig; intwork=0; Elem..
分类:其他好文   时间:2017-04-20 21:51:47    阅读次数:146
Android Study 之 初识ButterKnife(8.5.1)及简单运用
LZ-Says:突然间不知道说什么好,祝大家编码无bug吧~ 前言话说,Android开发的兄弟们都知道,每次初始化控件,设置相应的事件,写的那点过程多而且恶心。我们先一块回顾下不堪的曾经~那些年。。...
分类:移动开发   时间:2017-04-17 21:16:19    阅读次数:742
8进程的切换和系统的一般执行过程
王康 + 原创作品转载请注明出处 + 《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000 1,进程切换关键代码switch to分析 1, 因为有这些不同的进程,所以就需要不同的进程调度策略: 以下为系统调用来配置系统调... ...
分类:系统相关   时间:2017-04-16 14:24:01    阅读次数:320
网易云课堂-----Linux内核分析-----期末主观题
王康 + 原创作品转载请注明出处 + 《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000 下面是对8个课题的总结 1. 图解分析汇编代码以及理解计算机是如何工作的 冯诺依曼体系结构的计算机,又叫存储程序计算机,从硬件的角... ...
分类:系统相关   时间:2017-04-16 13:59:00    阅读次数:274
Excel import
Case Study: Reading cell content from excel template for COM variant type VT_R4 or VT_R8 is always little tricky.Observation: Reading real value can b ...
分类:其他好文   时间:2017-04-11 16:02:22    阅读次数:206
《linux 内核分析》 第7周 可执行程序的装载
王一+《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-100002900 一、理解编译链接的过程和ELF可执行文件格式; 1、编译链接过程 汇编器编译成汇编代码 -x是将编译cpp输出文件,输出汇编文件 4.链接成可执行文件 静态链接成h ...
分类:系统相关   时间:2017-04-10 00:38:51    阅读次数:273
5207.java实验一
一。windows下命令行运行java的截图 二。idea调试断点的截图 3.代码托管链接 http://git.oschina.net/24ktyrant/JAVA-Study ...
分类:编程语言   时间:2017-04-09 10:49:17    阅读次数:153
今日文献更新
a case study on the communication and computation behaviors of real applications in noc based mpsocs : noc based mpsocsA FPGA partial reconfiguration ...
分类:其他好文   时间:2017-04-03 13:55:09    阅读次数:177
1969条   上一页 1 ... 73 74 75 76 77 ... 197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!