登录
首页 » C# » sim1204pfy

sim1204pfy

于 2019-05-09 发布
0 214
下载积分: 1 下载次数: 2

代码说明:

说明:  matlab实现全息成像!!!!!!!!!!(Holographic imaging based on MATLAB)

文件列表:

sim1204pfy.m, 5230 , 2018-10-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用opencv写的hog特征 opencv3.2
    主要用opencv写的hog特征,利用opencv自带的svm训练,去寻找图像中行人的数目,并用矩形表示出来(Mainly use the hog feature written by opencv, and use the SVM training provided by opencv to find the number of pedestrians in the image and represent it by rectangle)
    2020-06-23 02:40:01下载
    积分:1
  • Flash编辑器,类似网页文本编辑器
    一个Flash网页编辑器,类似网页文本编辑器,在Flash实现文本编辑器的功能,可对文本框文字进行简单的排版、字体样式定义、颜色设置等功能,fla源文件请在Flash8环境下打开。
    2022-03-20 16:25:03下载
    积分:1
  • 圆形区域水印嵌入
    说明:  图像的局部特征水印区域构造:圆形。以特征点为圆心构造水印嵌入区域。(Local features of the image Watermark region structure: round. Construct the watermark embedding area with the feature point as the center.)
    2020-02-27 17:56:27下载
    积分:1
  • Typora.app
    说明:  markdown 编辑器,可输出html、pdf等文件类型。(Markdown editor, which can output HTML, PDF and other file types.)
    2020-03-25 14:28:30下载
    积分:1
  • 3
    说明:  MATLAB语言在建筑抗震工程中的应用3(Application of MATLAB Language in Building Seismic Engineering 3)
    2020-06-23 20:20:02下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • c8051f38x_ds
    说明:  C8051F38X用户手册,C8051F38X开发必备(C8051F38X Use manual)
    2020-06-19 14:20:01下载
    积分:1
  • 用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下
    用HFSS仿真的微带天线,初学HFSS的朋友可以使用一下-using HFSS simulation microstrip antenna, beginner HFSS friends can use this
    2022-08-15 11:35:51下载
    积分:1
  • CPLEX中文教程
    说明:  介绍多编程语言的CPLEX软件,带您初步掌握CPLEX软件(This paper introduces the CPLEX software of multi programming language, which can help you master the CPLEX software.)
    2021-02-01 12:03:50下载
    积分:1
  • ntfs-syxtem-fbt
    检测每个盘的文件系统,比如fat还是ntfs并且显示出来,不错(Check the file system for each disk, such as fat or ntfs, and display it.)
    2018-12-01 11:01:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载