Skip to content
View zhoum2467807869's full-sized avatar
Block or Report

Block or report zhoum2467807869

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。

QML 22,549 2,307 Updated Jun 21, 2024

ArcGIS Tile Package Utilities

Python 108 27 Updated Jun 20, 2022

“外调助手”是一款基于安卓GIS组件UCMap ( 源码官网下载地址 http:https://www.creable.cn/kuibu/xiazai.asp ) 适用于林业、国土、管线以及各类POI点等行业的外业数据采集

Java 18 37 Updated Nov 6, 2018

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, m…

Python 60,704 7,571 Updated Jun 19, 2024

ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。

51,232 13,493 Updated Jun 21, 2024

用 Express 和 Vue3 搭建的 ChatGPT 演示网页

Vue 30,860 11,185 Updated Jun 19, 2024

Reverse engineered ChatGPT API

Python 28,016 4,501 Updated Aug 2, 2023

EC-11 rotary encoder library for Arduino. Moved to https://github.com/aleh/a21

C++ 22 2 Updated Apr 3, 2021

UCMapViewer是基于UCMap(OpenGL版)的通用地图开发框架,涵盖了各类GIS数据的展示、查询、编辑、分析等各项功能 ( http:https://www.creable.cn/kuibu/xiazai.asp ) ,开发者可根据自己的应用需求来定制修改

Java 12 7 Updated Jan 7, 2019

STM32F103RBT6 LL库开发

C 3 Updated Jan 20, 2020

ST公司的其中一款加速度传感器,硬件IIC通讯,Demo程序,工程基于STM32CubeIDE编写的

C 14 6 Updated Mar 27, 2020

raspberry pi rotary encoder reader code

C 23 13 Updated Feb 6, 2013

基于stm32f103的时间轮询框架工程

C 2 Updated Jul 13, 2020

计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍

11,213 2,732 Updated Jul 28, 2023

在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时方案。使用此库便可以给N个函数增加指定延时时间,异步非阻塞方式,数据结构简单,合作式调度方式。另:此代码已在很多实体项目…

C 17 8 Updated Nov 25, 2019

在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,while(1)是什么?在嵌入式设计模式里是怎么给while(1)定义的。《C嵌入式编程设计模式》一书中将while(1)称之为…

C 12 6 Updated Nov 25, 2019

在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的API接口就是常规的读数据包,读期望帧以及匹配期望帧,整段代码可用于普通的通信数据帧读取,也可以在单片机中用于shell组件的…

C 13 9 Updated Nov 25, 2019

这是一个嵌入式物联网开源项目。以一个无线传感控制网络项目为实际案例,开源了一些无线控制模块和传感器模块。

91 40 Updated Jan 29, 2021

北航2020软件工程(嵌入式方向)

CMake 12 3 Updated Jun 4, 2020

Source code for WPB ROS Robot

C++ 76 30 Updated Apr 30, 2024

zedboard上基于FPGA+ARM的人脸识别智能监控系统。关键词:linux,zedboard,arm,fpga,人脸检测,人脸识别。

C 49 21 Updated Jun 7, 2016

运放 主板 驱动

HTML 1 Updated Aug 16, 2017

Lipo Battery Charger with USB C Power Delivery Based on the STM32G0

C 314 97 Updated May 7, 2021

Write Linux kernel drivers from scratch and hacking

C 46 32 Updated Jun 17, 2024

Tool to calculate Temporal perceptual Information and Spatial perceptual Information of video bitstream. 本程序可以计算压缩码流的时间复杂度和空间复杂度信息

C 6 4 Updated Jan 25, 2022

开发笔记

C 45 15 Updated Apr 28, 2020

Reference implementation and documentation of a LoRa network node.

C 1,848 1,083 Updated Jun 17, 2024

基于STM32的项目代码和电路原理图

C 96 46 Updated Mar 8, 2019

硬件开发驱动库

C 3 4 Updated Mar 7, 2022

电子脚环项目 所有资料

C 6 13 Updated Apr 22, 2017
Next