Linux课程设计:Linux系统下多进程的创建与通信
☆15Mar 7, 2022Updated 4 years ago
Alternatives and similar repositories for Linux-Curriculum-Design
Users that are interested in Linux-Curriculum-Design are comparing it to the libraries listed below
Sorting:
- AT89C52单片机实验程序:发光二极管的亮灭、多个发光二极管分组循环交替亮灭、外部中断控制数码管循环显示0~9、定时器控制发光二极管的亮灭+简单输出连续矩形脉冲。☆11Mar 20, 2022Updated 3 years ago
- 2021年计算机保研记录☆13Mar 7, 2022Updated 3 years ago
- 手撸SVM实现二分类☆21Mar 7, 2022Updated 3 years ago
- 粒子群算法(PSO)的Python实现(求解多元函数的极值)☆23Mar 7, 2022Updated 3 years ago
- NCEPU-EDM(NCEPU和EDM分别是华北电力大学和教育数据挖掘的缩写)软件是专门为华北电力大学本科生所开发的一款简单软件,具有查询和数据挖掘两大功能模块。其中查询模块为学生提供成绩、课表、考试、GPA、培养方案、成绩总表以及综合测评等教务查询。同时该模块对学生的成绩…☆27Apr 5, 2022Updated 3 years ago
- 鸿蒙开发课程设计:基于JSoup的鸿蒙教务查询软件。☆17Mar 9, 2022Updated 3 years ago
- Implement the node2vec algorithm using Python☆29Mar 11, 2022Updated 3 years ago
- Implementation of Electric Load Forecasting Based on CNN.☆25Jun 23, 2022Updated 3 years ago
- Three implementations of FedAvg: numpy, pytorch and tensorflow federated.☆45Jun 28, 2022Updated 3 years ago
- PyTorch implementation of SCAFFOLD (Stochastic Controlled Averaging for Federated Learning, ICML 2020).☆70Jun 28, 2022Updated 3 years ago
- Implementation of cats-vs-dogs based on CNN.☆86Jul 30, 2022Updated 3 years ago
- PyTorch implementation of FedProx (Federated Optimization for Heterogeneous Networks, MLSys 2020).☆115Jun 28, 2022Updated 3 years ago
- PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).Datasets: CiteSeer, Cora, PubMed,…☆72Jun 11, 2023Updated 2 years ago
- PyTorch implementation of FedPer (Federated Learning with Personalization Layers).☆80Aug 6, 2022Updated 3 years ago
- 同济大学系统安全评估与应用安全实验课程设计(网络扫描系统,2023)A project of the System Security Assessment and Application Security Experimental Course at Tongji Univ…☆10Jun 2, 2024Updated last year
- 知识图谱问答☆14Mar 11, 2021Updated 4 years ago
- c++用面向对象方法实现的基于蚁群算法的寻路算法☆13Mar 28, 2022Updated 3 years ago
- 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。 3、识别原理:计算出了单选选择答案后,…☆15Oct 13, 2021Updated 4 years ago
- Implementation of Electric Load Forecasting Based on LSTM(BiLSTM). Including Univariate-SingleStep forecasting, Multivariate-SingleStep f…☆272Jul 1, 2022Updated 3 years ago
- ☆18Dec 9, 2021Updated 4 years ago
- Linux程序设计大作业 一个多线程的Socket通信的FTP服务器☆18Dec 18, 2018Updated 7 years ago
- PyTorch implementation of Per-FedAvg (Personalized Federated Learning: A Meta-Learning Approach).☆78Jan 20, 2024Updated 2 years ago
- 一个基于Netfilter、Netlink的Linux传输层状态检测防火墙,支持NAT,仅用于学习与交流(华中科技大学2021学年网络安全课程设计项目)☆57Oct 30, 2023Updated 2 years ago
- ACM MM 2023: Self-contrastive graph diffusion network☆17Aug 3, 2023Updated 2 years ago
- House rental portal is a webpage where house owners, clients, customers can exchange information effectively and inexpensively.Provides u…☆26May 23, 2023Updated 2 years ago
- Comparisons between KMeans, PCA, LDA, t-SNE on the MNIST dataset☆24Oct 27, 2017Updated 8 years ago
- 基于pyqt5和pyjwt实现的jwt加解密爆破一体化工具(ps:其实是水的python课设)☆37Jul 12, 2025Updated 7 months ago
- 机器学习检测恶意URL改进版☆26Aug 20, 2020Updated 5 years ago
- SEC分布式资产扫描系统☆12Dec 8, 2022Updated 3 years ago
- UML与可视化建模(在线实验库,2020 年春)☆33Mar 26, 2021Updated 4 years ago
- 图像处理课程的一个课程设计,基于深度学习的细胞数目识别与计数☆38Dec 30, 2018Updated 7 years ago
- 北京理工大学程序设计小学期 Linux下即时通讯文件传输聊天软件☆44Aug 6, 2017Updated 8 years ago
- 毕业设计-房屋租赁系统☆52Aug 4, 2024Updated last year
- 爬取新版正方教务管理系统,并获取相关课表、成绩等信息。☆43Sep 26, 2018Updated 7 years ago
- A PyTorch implementation of learning shapelets from the paper Grabocka et al., „Learning Time-Series Shapelets“.☆68Mar 3, 2022Updated 4 years ago
- 金融反欺诈预测系统,技术 涉及Vue3、Flask、XGBoost等。本项目提供了完整的Web系统,系统功能包括信贷数据分析、信贷欺诈数据检测、用户历史预测记录、用户数据管理等。项目整体并不复杂,适合新手练手学习机器学习与Web系统的结合。☆64Aug 31, 2022Updated 3 years ago
- ZJU 2020年短学期Linux程序设计课程大作业,用C语言实现了一个shell程序的基本功能,还包括管道,重定向,后台执行等功能☆52Jul 8, 2021Updated 4 years ago
- Hexo themes Magic change for SPFK☆62May 29, 2018Updated 7 years ago
- 华中科技大学2019网络安全课程设计(基于netfilter的防火墙系统)☆65Oct 30, 2019Updated 6 years ago