资源列表
SVM 多分类
- 通过一对多,和多对一的方式,将二分类svm转化成多分类分类器(Through the way of one to many and many to one, the two classification SVM is transformed into a multi classification classifier)
unet-pytorch-master
- 使用Pytorch搭建U-Net,该模型可以对随机传入任意大小的图片进行图片分割,根据所训练的数据和标签得到索要分割的区域。(Using Python to build u-net, the model can segment random incoming pictures of any size, and get the region to be segmented according to the trained data and labels.)
guided-filter-code-v1
- 引导滤波器,何凯明的著名论文之一,非常好用(Guide filter, one of He Kaiming's famous papers, very easy to use)
ADDAboard
- Connection of ADDA with NEXYS4
CF方块透视自瞄DX绘制C++完整源码
- 辅助学习C++编程开发,对aimbot更好掌握(Assisted learning of C + + programming development, better understanding of aimbo)
PanDownload
- 破解百度网盘 解决下载烦恼(Crack Baidu online disk)
SocketAsyncServer
- SocketAsyncServer basic code
SocketAsyncClient
- SocketAsyncClient base code
CButtonST_Source
- CButton修改过的控件按钮资源,解决了之前前人代码中,存在内存泄漏的问题,使之按钮控件美化得更好看。
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。
STM32的ADC程序,已调试成功!
- 这是STM32的ADC数模转换程序,已调试成功!可以直接拿去用
vc_usb
- USB接口的VC++程序代码读取软件,能够找出USB接口,可进行数据通信,方便直接进行开放。