登录
首页 » Visual C++ » ASK_Pro

ASK_Pro

于 2012-04-25 发布
0 310
下载积分: 1 下载次数: 1

代码说明:

说明:  基于MFC的调幅数字通信系统的仿真,界面等都是自己做的(Based on MFC am digital communication system simulation, oneself make interface, etc)

文件列表:

ASK_Pro
.......\ASK_Pro.aps,22520,2011-07-13
.......\ASK_Pro.clw,2302,2011-07-13
.......\ASK_Pro.cpp,2077,2011-07-05
.......\ASK_Pro.dsp,4309,2011-07-05
.......\ASK_Pro.dsw,539,2011-07-05
.......\ASK_Pro.h,1335,2011-07-05
.......\ASK_Pro.ncb,99328,2011-07-13
.......\ASK_Pro.opt,50688,2011-07-13
.......\ASK_Pro.plg,564,2011-07-07
.......\ASK_Pro.rc,6857,2011-07-07
.......\ASK_ProDlg.cpp,14105,2011-07-07
.......\ASK_ProDlg.h,2084,2011-07-07
.......\ChuangHanShu.cpp,1058,2011-07-05
.......\ChuangHanShu.h,1291,2011-07-05
.......\Debug
.......\.....\ASK_Pro.exe,122967,2011-07-07
.......\.....\ASK_Pro.ilk,241464,2011-07-07
.......\.....\ASK_Pro.obj,14077,2011-07-07
.......\.....\ASK_Pro.pch,5662584,2011-07-05
.......\.....\ASK_Pro.pdb,410624,2011-07-07
.......\.....\ASK_Pro.res,3556,2011-07-07
.......\.....\ASK_ProDlg.obj,52293,2011-07-07
.......\.....\SigTranmit.obj,26026,2011-07-07
.......\.....\SigTransmit.obj,26347,2011-07-07
.......\.....\StdAfx.obj,105570,2011-07-05
.......\.....\vc60.idb,230400,2011-07-07
.......\.....\vc60.pdb,372736,2011-07-07
.......\ReadMe.txt,3597,2011-07-05
.......\res

.......\...\ASK_Pro.rc2,399,2011-07-05
.......\resource.h,1788,2011-07-06
.......\SigTranmit.cpp,5872,2011-07-07
.......\SigTranmit.h,3274,2011-07-07
.......\StdAfx.cpp,209,2011-07-05
.......\StdAfx.h,1054,2011-07-05

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

发表评论

0 个回复

  • WinMain
    vc的代码,实现功能自己看。主要是界面,一些简单的编程。(youcanseebyyourself ,ok)
    2009-10-18 09:50:02下载
    积分:1
  • 8756456578
    VB图像标尺示例(获取图像像素),有需要的就下载吧。(VB image scale sample (image pixels), has the need to download it.)
    2013-08-17 01:16:27下载
    积分:1
  • MFCexp10_1
    这是任哲老师的程序案例,主要是MFC windows应用程序设计。有关MFC程序设计的程序,其中包含界面的设计和源代码的设计(the design of MFC,include the design of interface and source code)
    2012-02-29 10:10:49下载
    积分:1
  • beautifulbutton
    这是关于界面设计中的按钮美化的一些程序,这对美化界面很有帮助(This is the interface design on the button beautify some of the procedures, to beautify helpful interface)
    2007-01-04 18:37:23下载
    积分:1
  • shengaoceliang
    vb编写的测量身高的上位机控制界面,可实现测量数据接收保存(Measurements of vb control interface, the height of the upper machine can realize measurement data reception)
    2015-06-02 23:27:04下载
    积分:1
  • property_list_tang_demo
    ListCtrl控件和下拉框,编辑框等控件组合使用(ListCtrl controls and under pulls the frame, edits the frame and so on to control a combination to use )
    2004-07-13 11:35:27下载
    积分: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
  • calculator
    科学计算器的实现,包括常用的sin、cos、指数等,界面简单大方,代码亲自写的,很有交流学习的价值(Scientific calculator, including the commonly used sin, cos, index, the interface simple and generous, code to write, it is the exchange of learning the value of )
    2014-05-21 22:59:43下载
    积分:1
  • tubiaotuodong
    说明:  一个用vc编写的创建拖放时使用的图标源代码,可用鼠标进行图标的的拖动。(Vc prepared with the creation of a drag and drop the icon to use the source code, available dragging the mouse icon.)
    2010-04-23 10:46:25下载
    积分:1
  • Office2010-Style
    office 2010 style in vb
    2012-01-21 00:56:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载