• 博客(0)
  • 资源 (7)

空空如也

matlab实现的图像非局部均值滤波

基于matlab实现的非局部均值滤波器,基于matlab实现的非局部均值滤波器

2018-07-11

自适应平滑滤波matlab

基于matlab实现的自适应平滑滤波器,基于matlab实现的自适应平滑滤波器

2018-07-11

自适应中值滤波matlab

基于matlab实现的自适应中值滤波器,基于matlab实现的自适应中值滤波器

2018-07-11

tensorflow svm

基于tensorflow1.8实现的线性支撑向量机,测试用例是自带的iris数据集

2018-07-10

VC远程桌面监控(C/S模式)

(1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。

2010-05-22

VC基于MFC模拟金山词霸

======================================================================= MICROSOFT FOUNDATION CLASS LIBRARY : KingCiBi ======================================================================== AppWizard has created this KingCiBi application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your KingCiBi application. KingCiBi.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.

2009-12-15

数据结构实验停车场管理

用栈和队列思想 typedef struct{ int num; int time ; }car_info;//定义结构体 保存车的信息 typedef struct{ car_info *top; car_info *base; int stacksize; }stack;//栈

2009-12-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除