Pinned Repositories
auto-click
获取屏幕固定位置像素的RGB值,判断是否需要在特定位置进行鼠标点击(确定按钮、继续播放按钮等),可用于刷存在随机暂停机制的网课
bayes-classifier-on-image-segmentation
基于贝叶斯决策的Nemo鱼像素点分类 An naive implementation of Bayes classifier and its application on image segmentation task
bayes_classifier_on_image_segmentation
Nothing yet.
camera_calibration
Camera calibration using OpenCV - 基于OpenCV的相机标定工具
demo
ga_rc_sbx
This is an implementation of genetic algorithms using real coding, simulated binary crossover and polynomial mutation. - 遗传算法、实数编码、仿二进制交叉、多项式变异
io_uring-reactor
一个基于io_uring实现的reactor
simulatedsender
UDP发送端,可指定要发送的文件和目的地ip:port,可调发包间隔和发包大小,测试用
virtual_file_system
A virtual file sytem based on a big file in the real file system.
word_count_multithread
A word count program based on multithread.
mookixiao's Repositories
mookixiao/io_uring-reactor
一个基于io_uring实现的reactor
mookixiao/word_count_multithread
A word count program based on multithread.
mookixiao/bayes_classifier_on_image_segmentation
Nothing yet.
mookixiao/camera_calibration
Camera calibration using OpenCV - 基于OpenCV的相机标定工具
mookixiao/simulatedsender
UDP发送端,可指定要发送的文件和目的地ip:port,可调发包间隔和发包大小,测试用
mookixiao/virtual_file_system
A virtual file sytem based on a big file in the real file system.
mookixiao/auto-click
获取屏幕固定位置像素的RGB值,判断是否需要在特定位置进行鼠标点击(确定按钮、继续播放按钮等),可用于刷存在随机暂停机制的网课
mookixiao/bayes-classifier-on-image-segmentation
基于贝叶斯决策的Nemo鱼像素点分类 An naive implementation of Bayes classifier and its application on image segmentation task
mookixiao/demo
mookixiao/ga_rc_sbx
This is an implementation of genetic algorithms using real coding, simulated binary crossover and polynomial mutation. - 遗传算法、实数编码、仿二进制交叉、多项式变异
mookixiao/git-learning-demo
mookixiao/mookixiao.github.io
My personal website.
mookixiao/per_cpu
编写一个驱动程序和一个多进程的应用程序。让上述用户进程通过ioctl方式,反复进入驱动程序,而驱动程序需要统计这些进程进入的次数。 驱动程序在被卸载时,需要输出总的进入次数。
mookixiao/rtty
Access your terminal from anywhere via the web.
mookixiao/udpreceiver
一个UDP接收端,可以在指定端口接收数据并保存成一个文件,测试用