自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(19)
  • 资源 (23)
  • 收藏
  • 关注

转载 ARM指令优化-Coding for NEON - Part 5: Rearranging Vectors

IntroductionWhen writing code for NEON, you may find that sometimes, the data in your registers are not quite in the correct format for your algorithm. You may need to rearrange the elements in yo

2012-08-23 15:46:09 3534

转载 ARM指令优化-Coding for NEON - Part 4: Shifting Left and Right

This article introduces the shifting operations provided by NEON, and shows how they can be used to convert image data between commonly used color depths. Previous articles in this series: Part 1: L

2012-08-23 15:42:36 1474

转载 ARM指令优化-Coding for NEON - Part 3: Matrix Multiplication

We have seen how to load and store data with NEON, and how to handle the leftovers resulting from vector processing. Let us move on to doing some useful data processing – multiplying matrices.

2012-08-23 15:40:20 4493

转载 ARM指令优化-Coding for NEON - Part 2: Dealing With Leftovers

In the first post on NEON about loads and stores we looked at transferring data between the NEON processing unit and memory. In this post, we deal with an often encountered problem: input data that

2012-08-23 15:38:36 1361

转载 ARM指令优化Coding for NEON - Part 2: Dealing With Leftovers

In the first post on NEON about loads and stores we looked at transferring data between the NEON processing unit and memory. In this post, we deal with an often encountered problem: input data that

2012-08-23 15:32:46 1360

转载 ARM指令优化-Coding for NEON - Part 1: Load and Stores

ARM's NEON technology is a 64/128-bit hybrid SIMD architecture designed to accelerate the performance of multimedia and signal processing applications, including video encoding and decoding, audio e

2012-08-23 15:24:57 2593

转载 Converting Between YUV and RGB

It is frequently necessary to convert between YUV pixel formats (used by the JPEG and MPEG compression methods) and RGB format (used by many hardware manufacturers.) The following formulas show how to

2012-08-22 10:06:58 961

原创 IELTS 网站收藏

http://www.51test.net/ielts/zt/http://bbs.for68.com/forum-171-184/topic-308773.htmlhttp://www.cnielts.com/ielts/14126.htmlhttp://www.xdfsky.com/thread-66064-1-1.htmlhttp://www.cnielts.com/ht

2012-08-18 14:14:10 1278

原创 undefined reference to `__android_log_print'解决

arm-linux-androideabi-gcc ...  -llog .... -llog: 链接NDK库。

2012-08-17 08:21:44 5344

转载 android ndk中使用gprof

因为bionic的限制,gcc开启-pg参数后会提示找不到__gnu_mcount_nc。搜索之后发现richard.quirk已经做好了gprof的支持库:http://code.google.com/p/android-ndk-profiler/简单翻译下使用方法:将压缩包解压,然后在Android.mk中添加LOCAL_SRC_FILES

2012-08-16 15:50:31 4270

原创 California Mathmetics-G6-Ch12

Chapter Looking Ahead to Grade 7: Geometry and Measurementhypotenuseirrational numberPythagorean Theoremsurface area12-1: Estimating Square Rootsirrational number12-2: The Pythagorean Th

2012-08-03 14:45:02 1157

原创 California Mathmetics-G6-Ch11

Chapter 11: Measurement:Two- and Three-Dimensional Figurescircumferencecylinderpyramidvolume11-1: Area of ParallelogramsbaseheightThe area A of a parallelogram equals the product of it

2012-08-03 08:52:45 1465

原创 windows下搭建android NDK编译环境快速搭建

参考:http://www.cnblogs.com/luxiaofeng54/archive/2011/08/13/2136982.html1、Android 开发环境搭建:1)JDK;  2)Eclipse; 3) Android SDK; 4)安装 ADT;2、下载安装Android NDK:http://developer.android.com/3、下载安装cygwin

2012-08-02 16:41:40 1387

原创 California Mathmetics-G6-Ch10

Unit 5: Geometry and MeasurementFocus Use π, geometric properties, relationships, and formulas to model and analyze situations and solve problems.Chapter 10: Geometry: Polygonscomplementary angl

2012-08-02 12:41:39 1216

原创 California Mathmetics-G6-Ch9

Chapter 9: Probabilitycompound eventindependent eventprobabilitysample space9-1: Simple Eventsoutcomesimple eventprobabilityrandomcomplementary eventA simple event is one outcome

2012-08-01 16:53:53 1468

转载 Android 应用性能调试

概述创造愉快用户体验的关键是开发响应快捷的应用。借助Android* 软件开发套件(SDK)提供的组件,性能问题调试任务因为简单易用的性能分析工具而变得更简单了。在这篇文章中,我们将认识一些不同的工具,它们可排除故障和调试性能问题或小幅度提升已完成应用的性能。我们不会说得太细,只会概括介绍如何针对您的应用使用这些工具。我们将在Eclipse 中展示这些工具;您可以根据“ADT Plug

2012-08-01 14:51:26 896

原创 California Mathmetics-G6-Ch8

Unit 4: Statistics, Data Analysis, and ProbabilityFocus: Calculate and use statistical measures to describe data, analyze data and sampling processes for possible bias, and calculate probabilities.

2012-08-01 13:36:56 1650

转载 Android 内存使用hprof文件打开方法

与C++的内存不同,C++的内存泄露是由于分配了内存给某程序但是又没有回收造成的。Java的内存泄露则是引用了一些垃圾对象,意思就是说程序引用了某些对象,但是又从来没有使用过。Jave中的引用分为3种:强引用:引用为空的时候,Java的垃圾回收器会处理。一般来说自己写的程序大部分都是强引用。软引用:堆内存不够的时候,Java的垃圾回收器会处理这类引用。弱引用:Jave的垃圾回收器每

2012-08-01 10:17:40 33355

原创 天语W700 adb驱动解决

1. 下载Android SDK, 有Google提供的SDK的USB驱动;2. 打开usb_driver目录下的android_winusb.inf文件,添加android_winusb.inf%SingleAdbInterface% = USB_Install, USB\VID_24E3&PID_7000%CompositeAdbInterface% = USB_Install

2012-08-01 09:51:38 4461

flower-validate-

flowers_validation_00000-of-00005.tfrecord

2017-07-11

inception-resnet-v1-part0

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part24

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part3

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part2

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part1

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

torch7 package

torch GitHub上下载的安装包

2017-04-06

mini-cwmp tr-069 tr069

open source mini-cwmp for tr-069, for ARM and MIPS

2013-10-10

open-tr069

tr-069 cwmp CPE , 开源源码,自己看吧。google code 下的

2013-10-09

luci log webui

luci log webui LUA 语言的web server, dump from device.

2013-08-20

openwrt web ui log

openwrt web ui log LUA源码

2013-08-11

android sdk api 15

android sdk platform 目录下。android-15

2012-04-05

android sdk sources samples-3

android sdk sources sample目录,解压至sdk目录即可, 3部分

2012-04-05

android sdk sources samples

android sdk sources sample目录,解压至sdk目录即可

2012-04-05

android-sdk-source-sample

android sdk sources sample 目录,解压至sdk即可

2012-04-05

android-14 sdk

android sdk platform 目录下。android-14

2012-04-05

android-platform-tools

android platform-tools 目录包, rev.10

2012-04-05

Letter Recognition Using Holland-Style Adaptive Classifiers

Machine rule induction was examined on a difficult categorization problem by applying a Hollandstyle classifier system to a complex letter recognition task. A set of 20,000 unique letter images was generated by randomly distorting pixel images of the 26 uppercase letters from 20 different commercial fonts. The parent fonts represented a full range of character types including script, italic, serif, and Gothic. The features of each of the 20,000 characters were summarized in terms of 16 primitive numerical attributes. Our research focused on machine induction techniques for generating IF-THEN classifiers in which the IF part was a list of values for each of the 16 attributes and the THEN part was the correct category, i.e., one of the 26 letters of the alphabet. We examined the effects of different procedures for encoding attributes, deriving new rules, and apportioning credit among the rules. Binary and Gray-code attribute encodings that required exact matches for rule activation were compared with integer representations that employed fuzzy matching for rule activation. Random and genetic methods for rule creation were compared with instance-based generalization. The strength/specificity method for credit apportionment was compared with a procedure we call "accuracy/utility."

2012-02-05

system-C2.2-VC7-lib

system-C2.2-VC7-lib, VC2005编译的system C 2.2库文件

2011-10-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除