public class SoftwareEngineer {
private String name;
private String role;
private String[] languageSpoken;
public SoftwareEngineer() {
this.name = "me";
this.role = "Software Engineer";
this.languageSpoken = new String[] {"zh_CN", "en_US"};
}
}
Focusing
Pinned Loading
-
NoMaster_CS_AutoLearn
NoMaster_CS_AutoLearn Public为不考虑读研的 CS/非科班学生撰写的本科就业指南:细分为后端,前端,算法,测开四个方向。本教程专注于直接就业的路径规划,不适用于有读研计划的受众。
-
-
Face-recognition-sign-in
Face-recognition-sign-in Public一个基础的完全基于Python的人脸识别签到系统,后期会用sql来换上数据库,以及做出前端后端部分
Python 8
-
gpt4FreeTelegramBot
gpt4FreeTelegramBot PublicA FREE GPT-4 Telegram Bot built on g4f package. 一个基于 g4f 的免费 GPT-4 Telegram 机器人搭建教程
Python 3
-
Four-category-garbage-bin-neural-network-recognition
Four-category-garbage-bin-neural-network-recognition Public基于 K210 和 mobilenet_0.75 的四分类神经网络识别垃圾桶,实测实现96.9%的识别准确度
Python 4
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.