欢迎转载,转载时需保留作者信息,谢谢。 邮箱:tangzhongp@163.com 博客园地址:http://www.cnblogs.com/embedded-tzp Csdn博客地址:http://blog.csdn.net/xiayulewa 1.1. 应用,设备,总线,驱动关系,应用到驱动 为...
分类:
系统相关 时间:
2015-05-16 01:19:16
阅读次数:
309
读 Introduction to Data Mining 的笔记而已。数据挖掘简介 背景 It行业的发展使得数据的体量越来越大,我们希望从这些数据中提取出有用的信息。面对这些规模巨大而且本身属性不太传统的数据,传统的数据分析工具表示无能为力。于是乎,挑战带来了机遇,数据挖掘抓住了这个机会,直面了挑...
分类:
其他好文 时间:
2015-05-12 10:53:18
阅读次数:
215
首先来个简单版本1 /* given a pointer @ptr to the field @member embedded into type (usually2 * struct) @type, return pointer to the embedding instance of @t...
分类:
系统相关 时间:
2015-05-09 23:22:46
阅读次数:
168
第一步,安装VS2k5,安装完成后要安装VS2k5 SP1补丁(KB926601),否则后面的Platform Builder SP1无法安装。 第二步,安装Windows Embedded CE 6.0,官方下载地址为:http://www.microsoft.com/downloads/deta...
由于练习机模拟,误删了口令文件,所以不得不重建:
SQL> exit
从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断
开
...
分类:
其他好文 时间:
2015-05-08 16:41:28
阅读次数:
113
题意:在一个 n x m 的区域中,每个格子区域中,有 A, B 两种矿物,A 矿物只能够从右到左运输,B矿物只能够从下到上运输,运输的管子不能拐弯或者间断。要求收集到的 A,B 矿总量尽量大。
思路:如果在 [ i,j ] 格子选择 A 矿, 那么第 i 行的 [ 1,j ] 格子都要选择 A 矿。因为A 矿物只能够从右到左运输。
如果在 [ i,j ] 格子选择 B 矿, 那么第 j 列的 [ 1,i ] 格子都要选择 B 矿。因为B矿物只能够从下到上运输。
定义 A[i][...
分类:
其他好文 时间:
2015-05-07 19:00:20
阅读次数:
107
1.pom.xml文件配置(酌情修改)
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache...
分类:
编程语言 时间:
2015-05-07 18:57:16
阅读次数:
264
Soc ( System on Chip)Soc is anintegrated circuit(IC) that integrates all components of acomputeror otherelectronicsystem into a single chip. It may co...
分类:
其他好文 时间:
2015-05-07 00:35:53
阅读次数:
125
Cocos2d-x底层图形绘制是使用OpenGL ES协议的。OpenGL ES是什么呢?OpenGL ES(OpenGl for Embedded System)是OpenGL三维图形API的子集,针对手机、Pad和游戏主机等嵌入式设备而设计。该API由Khronos集团定义推广,Khronos是...
分类:
其他好文 时间:
2015-05-05 23:47:59
阅读次数:
339