码迷,mamicode.com
首页 >  
搜索关键字:mach    ( 214个结果
iOS Framework 的生成和使用
首先讲下创建 1.创建IOS下的Cocoa Touch Framework如下图 2.选中Build Setting 搜索Mach-O Type修改成Staticb Library 3.支持bitcode 需要在TAGETS的Build setting中搜索Other C Flags,添加命令“-f ...
分类:移动开发   时间:2016-10-15 14:13:37    阅读次数:254
POJ2284 That Nice Euler Circuit (欧拉公式)(计算几何 线段相交问题)
That Nice Euler Circuit Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 1977 Accepted: 626 Description Little Joey invented a scrabble mach ...
分类:其他好文   时间:2016-10-12 22:00:12    阅读次数:263
ARM Linux 3.x的设备树(Device Tree)
1. ARM Device Tree起源 在过去的ARM Linux中,arch/arm/plat-xxx和arch/arm/mach-xxx中充斥着大量的垃圾代码,相当多数的代码只是在描述板级细节,而这些板级细节对于内核来讲,不过是垃圾,如板上的platform设备、resource、i2c_bo ...
分类:系统相关   时间:2016-09-27 13:11:52    阅读次数:186
移植最新内核3.4.2
一. 内核启动流程,据此配置内核(机器ID)1.1 修改Makefile1.2 选择默认配置 : make s3c2410_defconfig1.3 make uImage 步骤1:在UBOOT里: set machid 16a // smdk2440 mach-smdk2440.c或 set ma ...
分类:其他好文   时间:2016-09-03 18:04:33    阅读次数:207
linux支持的machine-types
在内核文件中arch/arm/tools/mach-types定义目前内核支持的板卡、芯片等: ##machine_is_xxx CONFIG_xxxx MACH_TYPE_xxx number at91sam9g10ek MACH_AT91sam9G10EK AT91SAM9G10EK 2159 ...
分类:系统相关   时间:2016-08-22 18:20:32    阅读次数:192
linux中MACHINE_START&END在9g10ek上实现
在linux的板卡初始化文件中有machine的相关定义 //arch/arm/mach-at91/board-sam9261ek.c MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK") /* Maintainer: Atmel */ .phys ...
分类:系统相关   时间:2016-08-22 18:10:02    阅读次数:217
驱动学习4-注册设备和驱动
(在内核文件include/linux/platform_device.h中,定义了platform_device结构体) 注册设备的步骤: 1.在内核文件arch/arm/mach-exynos/mach-itop4412.c中注册平台设备结构体platform_device s3c_device ...
分类:其他好文   时间:2016-08-07 18:27:16    阅读次数:113
linux kernel i2c底层代码跟踪
其实跟上次跟的平台总线有关 在arch/arm/mach-mx6/board-mx6q_sabresd.c 文件中 这里对3个i2c总线进行添加 看一下mx6q_sabresd_i2c_data 的原型 设置了i2c 比特率 进里面的代码: 里面是一个宏定义,很显然,这可能是另外一个人写的代码,里面 ...
分类:系统相关   时间:2016-08-02 01:04:38    阅读次数:350
An integration of deep learning and neuroscience
Recently, I have read a paper about the integration of deep learing and neuroscience, which elaborates the two recent developments emerged within mach ...
分类:其他好文   时间:2016-07-14 01:29:48    阅读次数:174
【精】Runloop 深入浅出,综合解答
Runloop 概述1、与下面知识相关:系统级:GCD,mach kernel,block,pthread应用层:NSTimer,UIEvent,自动释放池,NSObject(NSDelayedPerforming),NSObject(NSThreadPerformAddition),CADisplayLink,CATransition,CAAnimation,dispatch_get_main_...
分类:其他好文   时间:2016-06-30 12:55:34    阅读次数:490
214条   上一页 1 ... 6 7 8 9 10 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!