freecplus开源框架,包含了数据库操作、socket、ftp服务器等。
☆44Jun 8, 2020Updated 6 years ago
Alternatives and similar repositories for freecplus
Users that are interested in freecplus are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 4 years ago
- 基于c++实现的一些基本工具类☆38Dec 1, 2024Updated last year
- A Notepad++ equivalent editor using only Qt framework.☆10Jan 28, 2021Updated 5 years ago
- A thread-safe multi database connection pool library, cloned from https://bitbucket.org/tildeslash/libzdb☆48Mar 9, 2022Updated 4 years ago
- Piston-Driven Pneumatically-Actuated Soft Robots: modeling and backstepping control☆14Aug 13, 2024Updated last year
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 以一个简单计算器为例,展示传统、MVC、MVP和MVVM几种模式在AWTK上的实现方法。☆12Jun 28, 2021Updated 5 years ago
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13May 14, 2014Updated 12 years ago
- Projeto e simulação de conversores chaveados (conversores estáticos), buck, boost, buck-boost, CCM, DCM, etc.☆14Jul 19, 2024Updated 2 years ago
- 使用CTk开发的一个简单程序,可作为简单的应用参考☆11Oct 14, 2018Updated 7 years ago
- Logging library for AVR microcontrollers☆10Apr 10, 2016Updated 10 years ago
- An interpreter in C for the language brainfuck.☆11Apr 12, 2023Updated 3 years ago
- 使用python实现《算法第四版》中的各种算法☆10Mar 13, 2017Updated 9 years ago
- This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to…☆11Jan 28, 2023Updated 3 years ago
- libDBConnector程序库使用C/C++语言开发,通过MySQL C API 和Oralce OCI方式访问MySQL和Oracle数据库,且程序库可以跨平台使用,保留统一访问接口,用户只需设置创建连接对象的参数,即可改变数据库连接,同时保证同一应用程序可同时访问M…☆12May 14, 2015Updated 11 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- Qt examples☆17Sep 20, 2020Updated 5 years ago
- A minimal unit testing framework for ANSI C.☆11Sep 20, 2014Updated 11 years ago
- C++ lock-free queue.☆14Jun 24, 2020Updated 6 years ago
- A C++ -based STIL parser.☆12Apr 29, 2021Updated 5 years ago
- Instant message☆13Oct 11, 2017Updated 8 years ago
- Active Vision Tracking of a Tendon-driven continuum robot by using efficient model-based Reinforcement Learning☆12Aug 25, 2023Updated 2 years ago
- Privacy-Preserving Multiple Tensor Factorization for Synthesizing Large-Scale Location Traces☆14Sep 14, 2021Updated 4 years ago
- This library enables you to use 1 Hardware Timer on RP2040-based board, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, to control up to …☆19Dec 5, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- This repository contains my work on 'Simulations of Cable-Driven flexible Manipulators' during the Tele-Internship at the Department of B…☆15Aug 18, 2020Updated 5 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- C++ Library for Atmel Atmega168/328/1280/2560. Supports general purpose algorithms, compression/decompression algorithms, datetime, ADC, …☆15Apr 2, 2015Updated 11 years ago
- C语言编译器,编译系统☆15Mar 29, 2022Updated 4 years ago
- Simulation and implementation of a Nonlinear Model Predictive Growth Control for Soft Growth Robots☆12Dec 23, 2023Updated 2 years ago
- Sigma-Delta Analog to Digital Converter in FPGA (VHDL)☆16Dec 19, 2017Updated 8 years ago
- Go仿写百度云盘,企业级分布式云存储系统☆25Aug 1, 2021Updated 4 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- C program and network programming series articles demo program☆15Mar 2, 2026Updated 4 months ago
- tool for converting vcd(value change dump) to ate pattern.☆11Oct 22, 2015Updated 10 years ago
- 又一个同时支持window/linux平台的EventLoop实现,包含IO事件/timer/异步事件的处理☆16May 13, 2018Updated 8 years ago
- 一个高性能高并发网络服务器框架☆12Dec 13, 2022Updated 3 years ago
- A simple bootloader example for AVR microcontrollers☆10Jul 21, 2018Updated 8 years ago
- Learning-based forward kinematics model for tendon-driven continuum robots☆15Oct 22, 2024Updated last year
- 北航2020软件工程(嵌入式方向)☆12Jun 4, 2020Updated 6 years ago