登录
首页 » Visual C++ » HammingWindow

HammingWindow

于 2013-04-24 发布 文件大小:233KB
0 275
下载积分: 1 下载次数: 224

代码说明:

  汉明窗代码,C代码,很有用的代码,我自己编写的,很好很强大!(Hamming window code, C code, very useful code, what I have written, very very powerful!)

文件列表:

HammingWindow
.............\Debug
.............\.....\HammingWindow.exe,208974,2013-03-06
.............\.....\HammingWindow.ilk,216908,2013-03-06
.............\.....\HammingWindow.pch,190392,2013-03-06
.............\.....\HammingWindow.pdb,476160,2013-03-06
.............\.....\HamWin.obj,4038,2013-03-06
.............\.....\vc60.idb,33792,2013-03-06
.............\.....\vc60.pdb,53248,2013-03-06
.............\ham.txt,3200,2013-03-06
.............\HammingWindow.dsp,4359,2013-03-06
.............\HammingWindow.dsw,551,2013-03-06
.............\HammingWindow.ncb,33792,2013-03-06
.............\HammingWindow.opt,48640,2013-03-06
.............\HammingWindow.plg,918,2013-03-06
.............\HamWin.c,747,2013-03-06

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

发表评论

0 个回复

  • VC.NETMFC
    VC.NET创建一个最简单的MFC程序,此为源码文件,真的是挺简单的MFC程序,想学习VC.NET环境的MFC编程,就要从最简单的MFC程序源码开始,难道不是么? (VC.NET create a simple MFC program, this is the source file, is really quite simple MFC program, want to learn VC.NET MFC programming environment, it is necessary from the most simple MFC program source code starts, does not it?)
    2013-07-08 15:05:35下载
    积分:1
  • 89600signal
    安捷伦89600系列软件的常用功能及界面设计,便于理解(Agilent 89600 Series software commonly used functions and interface design, easy to understand)
    2021-01-11 22:08:49下载
    积分:1
  • thirdshang
    实现一个界面,它能够非常完整的输出这样一个程序,我非常的喜欢他(The realization of an interface, it can be very complete output of such a procedure, I like him very much)
    2009-06-23 17:18:30下载
    积分:1
  • TimeTransform
    本程序得到当前系统时间,然后将其转化为4个字节十六进制表示的整数,这个整数表示从1970年1月1日0点0分0秒以来所经过的秒数,这种转换符合MFC规定的时间转换标准,便于嵌入式系统的时间存储与计算(This procedure has been the current system time, and then into four-byte hexadecimal integer, the integer that from at 00:00:00 on January 1, 1970 after the number of seconds since this conversion MFC time to comply with the provisions of the conversion standard time embedded systems to facilitate storage and computing)
    2008-12-22 20:33:30下载
    积分:1
  • VC_show
    说明:  用VC开发的界面程序,显示工业控制数据和状态信息(show the data and the status information of insustry control)
    2010-04-26 21:37:19下载
    积分:1
  • baw
    json c 0,9 Source code and documentation()
    2018-03-18 09:13:24下载
    积分:1
  • 免费的优秀图形控件VC
    这是VC 写的源码工业控件,在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的最多的控件中间最完美的(This is the source code to write VC industrial controls, can be directly applied to industrial display very good, absolutely no less than a century, dust control)
    2020-06-26 09:20:02下载
    积分:1
  • MMLUWS
    本代码允许你在程序运行时动态加载运行VB脚本控制窗体组件()
    2017-09-26 23:01:01下载
    积分:1
  • miltikedia
    C语言编程宝典,提供指针,数据库,VC,图像处理,多媒体学者应用,(C language programming treasure book, provides the pointer, the database VC, the image processing, the multimedia scholar application,)
    2018-08-06 13:15:31下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载