登录
首页 » C++ » RFM_now

RFM_now

于 2021-02-04 发布 文件大小:2063KB
0 146
下载积分: 1 下载次数: 35

代码说明:

  有理函数模型,是个人的毕业设计,没有想到传个代码还得放血~~(rational function model)

文件列表:

RFM_now
.......\1.xlsx,31148,2014-05-09
.......\backup.cpp,7743,2014-05-09
.......\control.txt,1955,2014-05-09
.......\c_coordinate.txt,492,2014-05-26
.......\C_test.txt,130,2014-05-26
.......\Debug
.......\.....\backup.obj,1191,2014-10-25
.......\.....\BuildLog.htm,7360,2014-05-26
.......\.....\CL.read.1.tlog,4476,2014-10-25
.......\.....\CL.write.1.tlog,502,2014-10-25
.......\.....\link.read.1.tlog,2,2014-10-25
.......\.....\link.write.1.tlog,2,2014-10-25
.......\.....\mt.dep,67,2014-05-26
.......\.....\rc.read.1.tlog,198,2014-10-25
.......\.....\rc.write.1.tlog,206,2014-10-25
.......\.....\RFM_test.exe.embed.manifest,663,2014-04-28
.......\.....\RFM_test.exe.embed.manifest.res,728,2014-10-25
.......\.....\RFM_test.exe.intermediate.manifest,621,2014-05-26
.......\.....\RFM_test.lastbuildstate,44,2014-10-25
.......\.....\RFM_test.log,2044,2014-10-25
.......\.....\RFM_test.pdb,846848,2014-05-26
.......\.....\RFM_test.unsuccessfulbuild,0,2014-10-25
.......\.....\RFM_test.vcxprojResolveAssemblyReference.cache,707,2014-10-25
.......\.....\RFM_test.write.1.tlog,0,2014-10-25
.......\.....\RFM_test_manifest.rc,206,2014-10-25
.......\.....\test.obj,357433,2014-10-25
.......\.....\vc100.idb,224256,2014-10-25
.......\.....\vc100.pdb,282624,2014-10-25
.......\.....\vc90.idb,257024,2014-05-26
.......\.....\vc90.pdb,233472,2014-05-26
.......\gck_c.txt,89,2014-05-12
.......\gck_r.txt,100,2014-05-12
.......\GCP.txt,3952,2014-05-01
.......\GCPNormalization.txt,4350,2014-05-26
.......\GCPtestNormalization.txt,1189,2014-05-26
.......\gcp_c.txt,327,2014-05-12
.......\gcp_r.txt,353,2014-05-12
.......\GCP_test.txt,532,2014-05-09
.......\image.txt,806,2014-05-09
.......\image_test.txt,213,2014-05-09
.......\IMGNormlization.txt,2151,2014-05-26
.......\ipch
.......\....\rfm_test-612c2dc9
.......\M1file.txt,7305,2014-05-09
.......\matrix.h,22198,2014-05-01
.......\Mfile.txt,44197,2014-05-26
.......\N1file.txt,7305,2014-05-09
.......\Nfile.txt,44215,2014-05-26
.......\RFM_test.ncb,1772544,2014-05-26
.......\RFM_test.sdf,5984256,2014-10-25
.......\RFM_test.sln,882,2014-10-25
.......\RFM_test.sln.old,881,2014-04-15
.......\RFM_test.vcproj,4040,2014-05-09
.......\RFM_test.vcproj.X6X8-20130717JM.Administrator.user,1427,2014-05-26
.......\RFM_test.vcxproj,5455,2014-10-25
.......\RFM_test.vcxproj.filters,1138,2014-10-25
.......\RFM_test.vcxproj.user,143,2014-10-25
.......\r_coordinate.txt,491,2014-05-26
.......\R_test.txt,133,2014-05-26
.......\test.cpp,15491,2014-05-26
.......\test.txt,2005,2014-05-06
.......\UpgradeLog.XML,1592,2014-10-25
.......\_UpgradeReport_Files
.......\....................\UpgradeReport.css,3348,2014-10-25
.......\....................\UpgradeReport.xslt,12505,2010-05-04
.......\....................\UpgradeReport_Minus.gif
.......\....................\UpgradeReport_Plus.gif
.......\截图.docx,167392,2014-05-09
.......\源数据3.xlsx,28107,2014-05-09

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

发表评论

0 个回复

  • Student
    学生宿舍管理系统,使用语言:c++学生宿舍管理课程设计,包含课程设计报告(Student hostel management system)
    2010-12-21 19:32:04下载
    积分:1
  • Eamanagementsystem
    教务管理系统,可以实现很多功能功能,查成绩,查课程等。(Educational administration management system, can achieve many functions function, check, check course grades )
    2011-05-23 17:08:18下载
    积分:1
  • 20060110092439556058
    中国文档中心-图书馆管理系统设计报告djij dhwoih doiwodiwojdi jwdoijw (China documentation center-library management system design report djij dhwoih doiwodiw ojdi jwdoijw)
    2007-06-10 15:06:56下载
    积分:1
  • project1
    设计一个简单的学生管理系统(StudentManager)。主要功能包括: 学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; 学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(Design a simple student management system (StudentManager). Key features include: Entry student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like Student information queries. According to school, name, age and sex inquiry student information. Note: query results may not be unique. Modify student information. Query based on student number to the designated student information, and then replaced with new content. Delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2015-05-30 18:36:20下载
    积分:1
  • 123
    多个语言的图书管理系统源代码。分别基于access或sql(Library management system source code in multiple languages. Based on access or sql)
    2012-07-16 14:19:36下载
    积分:1
  • csthc
    Accuracy can reach 98%, esprit algorithm signal frequency interference can be assessed LZ complexity is reflected in a time sequence.
    2017-08-08 21:11:11下载
    积分:1
  • Stdinf
    学生信息管理系统 C语言小程序 当年课设 拿来交流(Student Information Management System)
    2013-11-04 17:17:48下载
    积分:1
  • 200delphisql
    成绩管理系统中可以实现成绩的修改查询和添加,课程的修改查询和添加,主要是用SQL+DELPHI开发()
    2008-03-11 09:44:16下载
    积分:1
  • Stdinf
    学生信息管理系统 C语言小程序 当年课设 拿来交流(Student Information Management System)
    2013-11-04 17:17:48下载
    积分:1
  • vibrating-rotator-experiment
    用于高校学生 转子振动台轴跳动轨迹分析仿真实验。采用正交的具有相位差的两列正弦波来模拟传感器测到的X方向和Y方向的轴跳动。包括信号的时频分析,滤波处理,叠加还原和边界检验。参数可自定(For college students beat the rotor shaft vibration table trajectory analysis simulation. With orthogonal phase difference of two sine waves to simulate the sensor measured the X-axis direction and Y direction of beating. Including time-frequency analysis, filtering, reduction and border overlay test. Parameters can be customized)
    2011-05-07 14:40:41下载
    积分:1
  • 696524资源总数
  • 103848会员总数
  • 55今日下载