码迷,mamicode.com
首页 >  
搜索关键字:mining embedded subt    ( 880个结果
交叉编译工具链介绍《Building Embedded Linux Systems》
1.前言 配置和编译一个合适的GNU工具链是相对复杂的并且需要很精细的操作,包括你需要对不同软件库之间的依赖关系、它们的各自的任务,不同软件库版本情况都有比较好的了解,编译工具链是一个乏味的工作。 2.制作之前需要了解的一些术语与名称 1)build:你编译你的工具链时所使用的编译系统。 2)hos ...
分类:系统相关   时间:2016-03-26 12:30:14    阅读次数:250
Qt for Embedded Linux
1、 Qt for Embedded Linux http://doc.qt.io/qt-5/embedded-linux.html 2、 Installing Qt for Embedded Linux http://doc.qt.io/qt-4.8/qt-embedded-install.htm
分类:系统相关   时间:2016-03-23 09:07:06    阅读次数:207
NSInteger 和 int 区别
#if __LP64__ || (TARGET_OS_EMBEDDED && !TARGET_OS_IPHONE) || TARGET_OS_WIN32 || NS_BUILD_32_LIKE_64 typedef long NSInteger; typedef unsigned long NSUI
分类:其他好文   时间:2016-03-20 19:38:57    阅读次数:196
programming terms
1. case-sensitive 2. embedded spaces
分类:其他好文   时间:2016-03-13 00:51:13    阅读次数:162
int和NSInterger的区别
1 #if __LP64__ || (TARGET_OS_EMBEDDED && !TARGET_OS_IPHONE) || TARGET_OS_WIN32 || NS_BUILD_32_LIKE_64 2 typedef long NSInteger; 3 typedef unsigned lon
分类:其他好文   时间:2016-03-12 11:43:02    阅读次数:171
Android开发之创建App Wiget和更新Widget内容
App WidgetsApp Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updat
分类:移动开发   时间:2016-03-12 11:42:30    阅读次数:551
C++_Eigen函数库用法笔记——Matrix and Vector Arithmetic
Addition and subtraction Scalar multiplication and division Transposition Matrix-matrix and matrix-vector multiplication Trace(求迹的和) Addition and subt
分类:编程语言   时间:2016-03-09 20:56:45    阅读次数:425
【转】EVC4(SP4) 微软的下载网址
eVC 4.0 http://download.microsoft.com/download/c/3/f/c3f8b58b-9753-4c2e-8b96-2dfe3476a2f7/eVC4.exe eMbedded Visual C++ 4.0 Service Pack 4 (SP4) http:/
分类:其他好文   时间:2016-03-08 23:21:01    阅读次数:203
EVC命令行编译
EVC命令行编译 D:/Program Files/Microsoft eMbedded C++ 4.0/Common/EVC/Bin/EVC.EXE /? Usage: EVC [myprj.vcp|mywksp.vcw] - load project/workspace [<filename>]
分类:其他好文   时间:2016-03-08 23:09:20    阅读次数:149
数据挖掘第一天
---恢复内容开始--- 在看了大话数据挖掘这本书前36页后,学到的知识。 数据挖掘(Data Mining)和数据库中的知识发现(KDD)互为别名。 数据挖掘的实例:啤酒与尿布、流量套餐用户群、套餐用户流失量原因、捆绑销售、零件维修费用的节制。 数据挖掘的概念:基于大量的、不完全的、有噪音的、模糊
分类:其他好文   时间:2016-02-26 21:59:22    阅读次数:191
880条   上一页 1 ... 46 47 48 49 50 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!