Pinned Repositories
OpenVX-Registry
OpenVX API and Extension Registry.
android_resistive_touchscreen_guide
Android电阻屏驱动移植指导方案
android_usb_printer_demo
Transplant some Linux tools to Android. Use android to control USB printer. This implementation supports 10 USB-printer models by now.
android_USB_printer_guide
本手册通过指导将Linux系统上一些优秀的开源打印工具(如GhostScript、foo2zjs等)移植到Android平台,结合Android应用层的API接口(如IText、Canvas、PDFDocument等),实现Android设备控制USB打印机进行打印的功能。
blogs
caffe
Ristretto: Caffe-based approximation of convolutional neural networks.
ComputeLibrary
The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies.
Cpp-Primer
C++ Primer 5 answers
fftw3_for_android
Compile fftw3 for Android. Support for the lastest version of fftw3, the new api(>=21) of Android, and the lastest NDK_bundle.
linux3.4y-lab601
for nanopiT2 支持电阻触摸屏tsc2007 及允许修改线程调度策略
ylx-lance's Repositories
ylx-lance/android_USB_printer_guide
本手册通过指导将Linux系统上一些优秀的开源打印工具(如GhostScript、foo2zjs等)移植到Android平台,结合Android应用层的API接口(如IText、Canvas、PDFDocument等),实现Android设备控制USB打印机进行打印的功能。
ylx-lance/android_usb_printer_demo
Transplant some Linux tools to Android. Use android to control USB printer. This implementation supports 10 USB-printer models by now.
ylx-lance/android_resistive_touchscreen_guide
Android电阻屏驱动移植指导方案
ylx-lance/fftw3_for_android
Compile fftw3 for Android. Support for the lastest version of fftw3, the new api(>=21) of Android, and the lastest NDK_bundle.
ylx-lance/linux3.4y-lab601
for nanopiT2 支持电阻触摸屏tsc2007 及允许修改线程调度策略
ylx-lance/blogs
ylx-lance/caffe
Ristretto: Caffe-based approximation of convolutional neural networks.
ylx-lance/ComputeLibrary
The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies.
ylx-lance/Cpp-Primer
C++ Primer 5 answers
ylx-lance/NativeGL_demo
此程序为运行于android平台的OpenGL示例。使用native线程(pthread)实现EGL。避免了从android.opengl.GLSurfaceView进行JNI调用的开销,提高图形渲染性能。
ylx-lance/OpenGLES
OpenGLES学习系列博客的源代码
ylx-lance/OpenVX-Registry
OpenVX API and Extension Registry.
ylx-lance/TensorFlowAndroidMNIST
Tensorflow MNIST demo on Android
ylx-lance/translationCSAPP
为 CSAPP 视频课程提供字幕,翻译 PPT,Lab。