登录
首页 » Asm » Ne10-master

Ne10-master

于 2013-12-31 发布 文件大小:4013KB
0 144
下载积分: 1 下载次数: 19

代码说明:

  前一段时间找到的使用neon 指令进行数字运算 和图形处理的lib(Use neon instructions digital computing and graphics processing lib found some time ago)

文件列表:

Ne10-master
...........\.gitattributes,14,2013-11-20
...........\.gitignore,562,2013-11-20
...........\android
...........\.......\Android.mk,3551,2013-11-20
...........\.......\android_config.cmake,3912,2013-11-20
...........\.......\NE10Demo
...........\.......\........\AndroidManifest.xml,914,2013-11-20
...........\.......\........\assets
...........\.......\........\......\demo.html,5129,2013-11-20
...........\.......\........\......\main.js,4199,2013-11-20
...........\.......\........\jni
...........\.......\........\...\Android.mk,251,2013-11-20
...........\.......\........\...\CMakeLists.txt,3032,2013-11-20
...........\.......\........\...\NE10_test_demo.c,3177,2013-11-20
...........\.......\........\...\test_funcs.h,2439,2013-11-20
...........\.......\........\proguard-project.txt,781,2013-11-20
...........\.......\........\project.properties,563,2013-11-20
...........\.......\........\res
...........\.......\........\...\drawable-hdpi

...........\.......\........\...\drawable-mdpi

...........\.......\........\...\drawable-xhdpi

...........\.......\........\...\drawable-xxhdpi

...........\.......\........\...\layout
...........\.......\........\...\......\activity_main.xml,467,2013-11-20
...........\.......\........\...\menu
...........\.......\........\...\....\main.xml,253,2013-11-20
...........\.......\........\...\values
...........\.......\........\...\......\dimens.xml,212,2013-11-20
...........\.......\........\...\......\strings.xml,213,2013-11-20
...........\.......\........\...\......\styles.xml,679,2013-11-20
...........\.......\........\...\values-sw600dp
...........\.......\........\...\..............\dimens.xml,195,2013-11-20
...........\.......\........\...\values-sw720dp-land
...........\.......\........\...\...................\dimens.xml,268,2013-11-20
...........\.......\........\...\values-v11
...........\.......\........\...\..........\styles.xml,323,2013-11-20
...........\.......\........\...\values-v14
...........\.......\........\...\..........\styles.xml,380,2013-11-20
...........\.......\........\src
...........\.......\........\...\com
...........\.......\........\...\...\arm
...........\.......\........\...\...\...\ne10
...........\.......\........\...\...\...\....\demo
...........\.......\........\...\...\...\....\....\MainActivity.java,3244,2013-11-20
...........\CMakeLists.txt,3987,2013-11-20
...........\common
...........\......\factor.h,28995,2013-11-20
...........\......\macros.h,8382,2013-11-20
...........\......\NE10header.s,1864,2013-11-20
...........\......\NE10_mask_table.c,3628,2013-11-20
...........\......\NE10_mask_table.h,2355,2013-11-20
...........\......\versionheader.h,1933,2013-11-20
...........\......\versionheader.s,2000,2013-11-20
...........\doc
...........\...\CMakeBuilding.txt,7019,2013-11-20
...........\...\doxygen
...........\...\.......\doxygen.cfg,75650,2013-11-20
...........\...\.......\image





...........\...\.......\.....\FIRSparse.gif,9952,2013-11-20
...........\...\.......\.....\IIRLattice.gif,13216,2013-11-20
...........\...\.......\.....\ne10_library.png,18463,2013-11-20
...........\...\.......\.....\ne10_logo.png,12179,2013-11-20
...........\...\.......\.....\RFFT.gif,1932,2013-11-20
...........\...\.......\.....\RIFFT.gif,1939,2013-11-20
...........\...\Formatter.txt,1922,2013-11-20
...........\...\htm" target=_blank>LICENSE,12859,2013-11-20
...........\...\NOTICE,86,2013-11-20
...........\...\ReleaseNote.txt,8448,2013-11-20
...........\GNUlinux_config.cmake,1858,2013-11-20
...........\inc
...........\...\NE10.h,6280,2013-11-20
...........\...\NE10_dsp.h,23057,2013-11-20
...........\...\NE10_imgproc.h,4341,2013-11-20
...........\...\NE10_init.h,2278,2013-11-20
...........\...\NE10_macros.h,3574,2013-11-20
...........\...\NE10_math.h,97984,2013-11-20
...........\...\NE10_types.h,13429,2013-11-20
...........\ios
...........\...\CMakeLists.txt,2977,2013-11-20
...........\...\ios_config.cmake,3236,2013-11-20
...........\...\NE10Demo





...........\...\........\icon_pad1.png,2799,2013-11-20
...........\...\........\icon_pad2.png,5735,2013-11-20
...........\...\........\icon_phone1.png,2168,2013-11-20
...........\...\........\icon_phone2.png,4304,2013-11-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opengl produced by the bouncing ball every time a color change
    opengl制作的小球每弹跳一次更换一次颜色-opengl produced by the bouncing ball every time a color change
    2022-02-15 12:47:43下载
    积分:1
  • Strfind
    一个简单的汇编源程序。从键盘输入两个字符串:A串,例如’software’;B串,例如’school of software engineering’; 判断A在B中是否存在,如果存在,输出“FOUND”,反之,输出“NOT FOUND” (A simple assembler source. Two strings: A string is entered from the keyboard, such as ' software' B string, for example ' school of software engineering' judge of A in B exists, if it exists, the output " FOUND" , on the contrary, output " NOT FOUND" )
    2020-12-02 15:29:25下载
    积分:1
  • opengl framework for opengl development.
    opengl框架,适用于opengl开发。-opengl framework for opengl development.
    2022-02-09 21:56:57下载
    积分:1
  • dazuoye
    说明:  一个简单的虚拟校园漫游系统,可以实现一定的交互功能,但是十分的简单。(A simple virtual campus roaming system can achieve some interactive functions, but it is very simple.)
    2020-07-01 05:40:01下载
    积分:1
  • VisualHullFromMirrors-master
    说明:  三维重构代码,放进去图片就可以重构,简单便捷(three-dimensional reconstruction)
    2020-03-31 11:06:42下载
    积分:1
  • earth
    用Visual C++ 和openGL开发的地球旋转程序(Using Visual C++ and openGL procedures developed by the Earth' s rotation)
    2009-04-19 17:06:11下载
    积分:1
  • MultiSample
    一个来自opengl超级宝典上的示例.里面包括一个三维空间和一些圆环,小球.挺不错(opengl from a book on the Super examples. Includes a three-dimensional space and some circle small ball. quite good )
    2007-06-13 17:04:28下载
    积分:1
  • with vc and OpenGL 3D real
    用vc++和OpenGL实现三维地形实时动态显示-with vc and OpenGL 3D real-time dynamic display of terrain
    2022-04-11 07:37:49下载
    积分:1
  • WOpenGL
    基于VC及OpenGL实现的点云的读取,旋转,平移等简单功能的实现(input points)
    2010-12-14 00:05:40下载
    积分:1
  • fdfgsgdgsg
    sgfsghwsgrwegrsgsegewsgsdfgsgresrggsesgsgsfgs gfsgsglasfkjafgjsl;rgja;ljrtopajefoaja;jf al;j aj ; JFAPJF AJF L;J;Jl:Jl:FJA;OJ OA;J ;AJ L;AJFL:jFA;LJF;j ;jal;fjasfd;ljafawo;fja;whflawghwalhjfawlughjA;LJJLA;JAL;JFO;IALJWEFAWHFJ;AGLHIJAO;WFJ;Oji疾风;啊邻居发生;
    2022-03-20 20:08:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载