-
面部探测
先按顺序运行子程序一次,即从按钮1到12。
- 2023-02-20 18:00:04下载
- 积分:1
-
09Django初探
说明: go语言好资料学些web开发必备手册,请下载(golang web develop Django)
- 2020-06-21 13:40:01下载
- 积分:1
-
tinygo-master
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
- 2019-05-23 00:13:00下载
- 积分:1
-
lessgo-master
说明: Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。
此外它也博采众长,核心架构改写自echo v2,数据库内置为xorm,模板引擎内置为pongo2,其他某些功能模块改写自beego以及其他优秀开源项目。(Lessgo is a simple, stable, efficient and flexible web development framework written in Go language. Its project organization form is carefully designed to achieve front-end and back-end separation, system and business separation, perfect compatibility with MVC and MVVC and other development modes, which is very conducive to the development of enterprise application and API interface. Of course, the most notable thing is its breakthrough support for runtime routing reconstruction. Developers can easily enable/disable modules and operations, add/remove middleware and other functions in the Admin background. At the same time, it recommends functional programming based on Handler Func and Middleware Func, which makes development more flexible and interesting.)
- 2020-06-22 22:00:01下载
- 积分:1
-
魔兽争霸制图模型包
一些War3格式的3D模型 if you make a map with any of thease models you cannot share your map online!
- 2022-02-21 23:47:30下载
- 积分:1
-
图像识别云端后台程序GO语言源代码(linux服务器)
通过固定位置定时拍照,然后在云端对照片进行处理和识别,与标准图片进行比对,识别目标物的变动。
- 2022-03-23 12:33:47下载
- 积分:1
-
基于LABVIEW控制温室大棚
说明: 基于labview控制大棚温度,几篇论文尅看看(Control of greenhouse temperature based on LabVIEW)
- 2021-04-25 14:28:46下载
- 积分:1
-
面部探测
先按顺序运行子程序一次,即从按钮1到12。
- 2022-02-04 20:19:56下载
- 积分:1
-
DDS
quartus调用firIP核进行modelsim仿真代码,里面包含auk_dspip_lib_pkj代码,解决quartus找不到这个lib的问题。仿真以通过,可以放心使用。
- 2022-01-28 17:36:35下载
- 积分:1
-
go-microservices-master
简单的、高可用、高效的基于共享内存的分布式配置中心,集中式管理各类后台配置,配置修改实时推送,
且业务API相当简单(两行搞定,一个init+一个get,见readme),已轻量级支持Golang/C++/Java/Python等语言API
https://github.com/LeechanX/sona sona-master.zip
特点
sona配置中心采用了经典一中心(broker)多agent的分布式架构,基于共享内存下发、存储各节点所需配置,为业务提供KV方式访问(最新)配置
高度可用:agent即使挂掉也不影响已有业务读配置,而broker以keepalived组件保证其高可用
一致性:broker采用主备模式,仅主对外服务,正常情况下保证数据完全一致; 仅在主备切换时可能有短时间最新数据的延迟。总体而言实现了数据的最终一致性
实时更新:正常情况下,数据实时更新到各节点;仅在主备切换时刻,可能有短时间的数据延迟
API简单:无配置文件概念,故业务无需关心配置文件解析; 数据实时更新对业务完全透明,业务无需编写配置更新的回调函数
https://github.com/LeechanX/Sona/blob/master/tutorial/mem.md 共享内存设计 待download
- 2022-11-20 07:20:03下载
- 积分:1