MonoGUI (黑白图形用户接口系统)是针对电子词典、高级计算器、电子手表、标签打印机、收款机、电子货签等具有黑白屏幕的小电子设备开发的专用GUI系统。本系统具有结构简单、使用容易、内存占用小、单线程、处理器负担轻等特点。虽然图形能力仅有黑与白,但其支持完整的中文显示处理功能(GB18030中2字节汉字,即旧GB13000标准),其Edit控件和中文输入法(包括九键输入法)功能上达到Windows和Android的输入法水平,且扩展容易。
**libyuv** is an open source project that includes YUV scaling and conversion functionality. * Scale YUV to prepare content for compression, with point, bilinear or box filter. * Convert to YUV from webcam formats for compression. * Convert to RGB formats for rendering/effects. * Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode. * Optimized for SSSE3/AVX2 on x86/x64. * Optimized for Neon on Arm. * Optimized for MSA on Mips. ### Development See [Getting started][1] fo
Civitas is an empire-building game written in Javascript with the help of the jQuery library.
Spring Boot 接口请求参数自动加解密
这是一个牛逼的全自动购票系统,该系统为 Spring Boot 编写的后端服务,就不需要天天顶着 12306 官网查询余票了,用起来很爽,保证不收集任何敏感信息,真的。QQ群:852214454
ZXing的精简版,优化扫码和生成二维码/条形码功能,让集成更简单。(扫码识别速度快如微信)
EasyPR是一个中文的开源车牌识别系统,其目标是成为一个简单、高效、准确的车牌识别引擎。相比于其他的车牌识别系统,EasyPR有如下特点:* 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到java等平台。* 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。* 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。
这是一个Material Design的控件,实现了类似Google inbox中带有多个子按钮的FloatingActionButton的效果
Android手机屏幕助手,用来替换NavigationBar虚拟导航按键。由于涉及到系统按键消息。 所以需要在源码环境下编译,需要系统签名,需要声明android:sharedUserId="android.uid.system"
使用SpringCloud与Docker实战微服务。QQ群:157525002(已满)、564840207,我的博客:http://www.itmuch.com,欢迎加入。配套代码:http://git.oschina.net/itmuch/spring-cloud-study
Spring Cloud 学习代码示例,为《使用Spring Cloud与Docker实战微服务》的配套代码。 书籍地址:http://git.oschina.net/itmuch/spring-cloud-book