登录
首页 » C++ » RFM_now

RFM_now

于 2021-02-04 发布 文件大小:2063KB
0 380
下载积分: 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 个回复

  • sdkkts
    //需求分析:写一个成绩管理系统。其中的一个功能是实现成绩录入。要求能根据课程名称在系统里找到学生和课程信息;在结果区域中添加成绩。 //规则:要求对输入成绩的操作要有有效性检验。成绩只接受大于0且小于100的数字;同一记录不能反复提交;当点击“提交”,告知用户操作是否成功,并给出相应信息;课程名下拉列表中的课程列表根据数据库中的课程表,自动生成。 (/ / Demand analysis: to write a performance management system. A function is to achieve results entry. Requirements depending on the course name to find the students and course information in the system results added in the results area. / / Rules: to have a validation of the operation of the input results. Results will only accept greater than 0 and less than 100 figures the same record can not be repeatedly submitted When you click on "Submit" to inform the user whether the operation successfully, and gives the appropriate information list of courses under the course name in the drop-down list in the database curriculum, automatically generated.)
    2012-04-16 16:10:35下载
    积分:1
  • sushe
    考查点:线性结构、文件操作 注意:必须使用文件存储数据,不得使用数据库管理系统。 任务:通过此系统可以实现如下功能: 录入: 可以录入宿舍情况,包括宿舍号、可容纳学生数、已容纳学生数、男生/女生宿舍等信息; 可以录入学生住宿情况,包括学号、姓名、性别、宿舍号等信息。 其他信息可以自行设计。 分配宿舍:为每一个学生分配入一个未住满的宿舍。能否提供一个智能分配算法?推荐选择?批量分配?鼓励创新。(Check point: linear structure, file operations Note: you must use the file to store data, can not use management system. Mission: through this system can realize the following functions: Entry: Can enter the dormitory, including dorm number, can accommodate students number, already accommodate students number, boy/girl s dormitory information Can enter the student accommodation, including student id, name, gender, dormitory, etc. Other information can be designed. Dormitory: for each student assigned into a dormitory is not full. Can you provide a smart allocation algorithm? Recommended choice? Batch distributed? Encourage innovation. )
    2016-03-04 18:14:21下载
    积分:1
  • TSGLXT
    图书租借管理系统 图书管理系统,功能强大可以完成诸多功能。(Books lease management system library management system, powerful can do many other features.)
    2015-06-09 16:49:42下载
    积分:1
  • wzxxglxt
    这个是基于vb的物资信息管理系统,是一篇很好的课程设计,希望对大家能有所帮助!(Vb this is based on material information management system, is a very good curriculum design, in the hope that we can help!)
    2008-12-28 21:00:14下载
    积分:1
  • CPPpersonal-book-management-code
    最简单的个人图书管理系统。可以实现图书名、作者名、出版社、阅读状态等内容的输入和显示。具有最简单的搜索功能,以及将搜索结果保存至一个txt文档等。适合C++初学者。(The most simple personal library management system. Can book name, author name, publisher, read the status of the input and display content. With the most simple search function, and save the search results to a txt documents. Suitable C++ beginners.)
    2013-11-26 03:47:40下载
    积分:1
  • xueshengxinxiwenjian
    统计学生成绩,保存各科成绩到结构体中,并显示出结构体中的内容(A system to deal with student s grades .then save the grades to the struct)
    2012-10-26 21:45:42下载
    积分:1
  • myJ2EE
    J2EE学生事务管理系统,请自行根据里面的hibernate进行数据库的建立(J2EE student affairs management system, establish a database according to their own conduct inside hibernate)
    2014-01-02 15:12:29下载
    积分:1
  • qt-student
    利用QT工具结合sqlite数据库完成的简易学生信息管理系统,具有增删改查,首页、末页、上页、下页、显示全部信息等功能。(QT sqlite database using tools to complete a simple combination of student information management system, with additions and deletions to search, home page, last page, the page, next page, displays all the information and other functions.)
    2010-11-29 16:13:54下载
    积分:1
  • MyStu
    一个简单的学籍管理系统,我和同学共同完成,仅供参考。(A simple enrollment management system, my classmates and I have completed, for reference only.)
    2011-08-21 10:20:05下载
    积分:1
  • JDK
    CJ00336命题公式范式生成算法研究与程序设计毕业设计毕业论文全套设计 (CJ00336 propositional formula Algorithm Paradigm Research and Design of a full set of Design Graduation Thesis)
    2009-10-12 14:26:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载