码迷,mamicode.com
首页 >  
搜索关键字:gic    ( 726个结果
10关键路径_CriticalPath
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0 #d ...
分类:其他好文   时间:2017-10-08 15:34:51    阅读次数:110
Introduction and basic
##content: Levels of transformation: Problem, algorithm, program/language, runtime system, instruction set architecture, microarchitecture, logic, cir ...
分类:其他好文   时间:2017-10-07 18:44:41    阅读次数:155
HDU 5573 Binary Tree (构造)
Binary Tree Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1353 Accepted Submission(s): 796Speci ...
分类:其他好文   时间:2017-10-06 10:30:32    阅读次数:225
第9课 基于范围的for循环
1. 基于范围的for循环(range-based for) (1)语法:for(decl : coll){//statement} ①decl用于声明元素及类型,如int elem或auto elem(让编译器自动推导集合中元素的类型),但应该注意auto& elem和auto elem的区别,前 ...
分类:其他好文   时间:2017-10-05 20:52:22    阅读次数:226
第二次作业
产品 得到APP,最近知识付费很火热,其中代表性之一就是“得到”,平常自己不怎么用这个APP,借这次机会认识一下这个APP 第一部分 调研, 评测 下载软件并使用起来,描述最简单直观的个人第一次上手体验。 界面很舒服,主要功能简单明了,模块分布一看就懂。比较特别的地方是播放器做成了在底部像是广告页一 ...
分类:其他好文   时间:2017-10-03 18:13:19    阅读次数:147
ThinkPHP5.0 实现 app支付宝支付功能
前几天做项目,要求要用到支付宝接口,第一次做,弄了好几天 各种坑啊,简单写一下我做支付宝支付的过程,希望对也是第一次做支付宝支付的童鞋有帮助, 不懂的可以先去支付平台看一下支付宝支付的文档,我是下的demo看的,这个是用tp5.0做的,先上图: 至于支付接口的接口包文件自己下吧,这个我就不提供地址链 ...
分类:移动开发   时间:2017-09-29 21:10:57    阅读次数:386
ImageMagick 转换图片格式
[root@666 drawable-hdpi-v4]# convert ic_launcher.jpeg ic_launcher.png [root@666 drawable-hdpi-v4]# file ic_launcher.png ic_launcher.png: PNG image dat... ...
分类:其他好文   时间:2017-09-29 13:57:36    阅读次数:236
Latent Activity Trajectory (LAT)
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/funcZone_TKDE_Zheng.pdf Specifically, we introduce the concept of Latent Activity ...
分类:其他好文   时间:2017-09-27 23:17:05    阅读次数:210
洛谷 P2730 魔板 Magic Squares
P2730 魔板 Magic Squares P2730 魔板 Magic Squares P2730 魔板 Magic Squares 题目背景 在成功地发明了魔方之后,鲁比克先生发明了它的二维版本,称作魔板。这是一张有8个大小相同的格子的魔板: 1 2 3 4 8 7 6 5 题目描述 我们知道 ...
分类:其他好文   时间:2017-09-27 22:35:20    阅读次数:252
linux kernel的中断子系统之(七):GIC代码分析
一、前言GIC(Generic Interrupt Controller)是ARM公司提供的一个通用的中断控制器,其architecture specification目前有四个版本,V1~V4(V2最多支持8个ARM core,V3/V4支持更多的ARM core,主要用于ARM64服务器系统结构... ...
分类:系统相关   时间:2017-09-27 00:42:55    阅读次数:281
726条   上一页 1 ... 45 46 47 48 49 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!