自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zjuzl的博客

不积跬步,无以至千里

  • 博客(14)
  • 资源 (1)
  • 收藏
  • 关注

原创 SoC Notes

Cache Write Policy When a system writes data to cache, it must at some point write that data to the backing store as well. The timing of this write is controlled by what is k

2018-01-06 16:46:40 197

转载 Cryptography Techs

SHA-1Secure Hash Algorithm -1Cryptographic hash function160 bits (20 bytes, 40 digits in hex) -length hash value, known as message digestApplicationVerify integrity of file and mes

2018-01-06 16:45:16 259

转载 OpenCL & Parallel computing

https://www.fixstars.com/en/opencl/book/OpenCLProgrammingBook/contents/ Parallel programmingHW:grid computingCluster serverSymmetric multiprocessor system (SMP) - identical p

2018-01-06 16:43:40 330

原创 Image processing - feature extractor

Image FeatureExtractionEdgesSobel, robertsLoGCannyInterest pointHarrisSIFTDescriptorsSIFTSURFHOG LoG:  add Gaussian weights to local box to smooth,and r

2018-01-06 16:42:12 335

原创 Links to deep learning

GPU: https://www.nvidia.com/en-us/deep-learning-ai/education/ JS: http://cs.stanford.edu/people/karpathy/convnetjs/ Self-driving:http://selfdrivingcars.mit.edu/resources/ Research:

2018-01-06 16:22:01 244

原创 GLES Spec Notes

Basic Concept1.1GLES 1.1 - Chapter 2.6In the GL, geometricobjects are drawn by specifying a series of coordinate setsthat include vertices and optionally normals, texture coordinates,and c

2018-01-06 16:20:26 319

转载 HDR Display

HDR: high dynamicalrangehttp://www.androidauthority.com/what-is-a-hdr-display-757159/High BrightnessContrast= lightest tone/darkest tone. (by nits)TraditionalTVs offer brightness in th

2018-01-06 16:19:07 653

原创 GUI with 2D

Apple GUI designhttps://developer.apple.com/library/content/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007533-SW1 

2018-01-06 16:16:55 149

原创 OpenGL Programming Notes

Referencehttp://www.opengl-tutorial.org/beginners-tutorials/tutorial-2-the-first-triangle/https://developer.apple.com/library/content/documentation/GraphicsImaging/Conceptual/Ope

2018-01-06 16:09:41 332

转载 Vulkan Overview

What's VulkanVulkan is an API(Application Programming Interface) for graphics and compute hardware. To theprogrammer, Vulkan is a set of commands that allow the specification of shader

2018-01-06 16:06:28 441

原创 Android UI设置小技巧

从网络查询中整理:(1)设置取消navigation bar#adb pull /system/build.prop .#在 build.prop添加"qemu.hw.mainkeys = 1"#adb push build.prop /system注意build.prop被push回系统的时候文件属性可能改变,需要保持pull之前的状态,重启系统即可(2)adb

2016-11-15 16:35:26 472

转载 linux脚本批处理替换文件内容的方法

【转载】http://www.cnblogs.com/qq78292959/archive/2012/03/08/2385080.htmllinux批量替换文件内容3种方法(perl,sed,shell)方法1: 这两天在构建一个应用的使用用到了maven,由于project很大,足足有700多个 pom.xml文件,更郁闷的是在很多pom.xml文件里都单独指定了资源库的

2016-11-15 16:24:40 1636

转载 how to start and stop android service by using adb

[zz] http://stackoverflow.com/questions/7415997/how-to-start-and-stop-android-service-from-a-adb-shelladb install -r yourApkHere.apkadb uninstall com.some.package.nameadb shell a

2015-07-06 14:07:11 319

翻译 Linux kernel浮点计算支持

【link】http://yarchive.net/comp/linux/kernel_fp.html(1)Linux kernel默认不支持浮点计算。因为浮点相关寄存器(浮点计算上下文)在系统调用(进程切换)的过程中不会被保存,出于进程切换效率的考虑。(2)在X86上,kernel可以通过以下方式加入浮点计算: kernel_fpu_begin(); ... kernel_f

2015-07-02 10:37:22 1669

开源时频分析工具箱tftb-0.2

开源时频分析工具箱tftb-0.2,,可添加进matlib函数库。能够进行stft,wvd等多种时频分析方法! 共享开源世界。

2008-11-12

空空如也

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

TA关注的人

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