li-chengkun's Stars
tobeatraceur/Organized-LLM-Agents
Embodied and organized multi-LLM-agent teams supporting communication for >3 agents. Source codes for the paper "Embodied LLM Agents Learn to Cooperate in Organized Teams".
tobeatraceur/Linear-Control
Formation control algorithms for Vicon cars
tandf/iGEM-2018-Tsinghua-A-website
Website for iGEM 2018 Tsinghua-A
li-chengkun/P2P-network-communication-system
利用C#编写的网络通信软件,类似WeChat。
li-chengkun/Face-deformation-base-on-TPS
基于TPS变形和插值函数的人脸变形程序,可以将两张人脸合成一张。
li-chengkun/solve-maze
利用Qt编写的走迷宫程序,主要是关于路径搜索。此程序的搜索方法有宽度优先,深度优先,A*算法,贪婪算法。
li-chengkun/The-car-base-on-FPGA
利用FPGA开发的智能小车,分为两个部分,控制器部分和小车部分,通过蓝牙信号进行连接。
tobeatraceur/Phoneme-Classification
Using KNN, Bayes and perceptron by Matlab
tobeatraceur/Restaurant-Management-System
C++ project developed by Qt
tobeatraceur/Intelligent-Vehicle-App-Android
An Android app to interact with intelligent vehicle using BLE
tobeatraceur/Intelligent-Vehicle
Self-positioning, Manual moving, Navigation, Dynamic obstacle avoidance, Tracking lines, Fire-fighting
tobeatraceur/Cross-Fire
A rabbit crosses fire to find carrots using search algorithms: A*, greedy search, uniform cost search.