登录
首页 » Visual C++ » Excel

Excel

于 2012-12-05 发布 文件大小:17635KB
0 180
下载积分: 1 下载次数: 26

代码说明:

  自己用VC++编写的操作Excel的程序,基于MFC,用于学生成绩的转换和计算,以及奖学金的评定。对于使用vc操作excel的朋友,可以直接使用或参考。(Own used VC++ codes for the Excel,basing on the MFC, using for the transfomaion and calculation of students grades, and the assessment of scholarship. To the friends who operate excel by vc++ codes,this can be used directly or by reference.)

文件列表:

Excel
.....\debug
.....\.....\Excel.exe,2396160,2012-09-14
.....\.....\Excel.ilk,5115644,2012-09-14
.....\.....\Excel.pdb,10423296,2012-09-14
.....\Excel
.....\.....\Debug
.....\.....\.....\BuildLog.htm,7592,2012-09-14
.....\.....\.....\Excel.exe.embed.manifest,146,2012-02-28
.....\.....\.....\Excel.exe.embed.manifest.res,212,2012-02-28
.....\.....\.....\Excel.exe.intermediate.manifest,145,2012-09-14
.....\.....\.....\Excel.obj,70413,2012-09-05
.....\.....\.....\Excel.pch,13434880,2012-02-28
.....\.....\.....\Excel.res,37136,2012-09-05
.....\.....\.....\excel9.obj,754011,2012-09-05
.....\.....\.....\ExcelDlg.obj,120811,2012-09-05
.....\.....\.....\mt.dep,65,2012-09-14
.....\.....\.....\MyExcel.obj,452184,2012-09-14
.....\.....\.....\stdafx.obj,334475,2012-02-28
.....\.....\.....\vc80.idb,871424,2012-09-14
.....\.....\.....\vc80.pdb,847872,2012-09-14
.....\.....\Excel.aps,59244,2012-09-05
.....\.....\Excel.cpp,3929,2012-09-05
.....\.....\Excel.h,1385,2012-09-05
.....\.....\Excel.rc,5614,2012-09-05
.....\.....\Excel.vcproj,5641,2012-08-29
.....\.....\Excel.vcproj.SuperDong-PC.SuperDong.user,1420,2012-11-13
.....\.....\excel9.cpp,147299,2012-09-04
.....\.....\excel9.h,39399,2010-01-04
.....\.....\ExcelDlg.cpp,4684,2012-02-22
.....\.....\ExcelDlg.h,1160,2012-02-16
.....\.....\MyExcel.cpp,15322,2012-09-14
.....\.....\MyExcel.h,1027,2012-09-05
.....\.....\Release
.....\.....\.......\BuildLog.htm,7368,2012-09-14
.....\.....\.......\Excel.exe.intermediate.manifest,145,2012-09-14
.....\.....\.......\Excel.obj,421137,2012-09-05
.....\.....\.......\Excel.pch,14352384,2012-08-29
.....\.....\.......\Excel.res,37136,2012-09-05
.....\.....\.......\excel9.obj,427352,2012-09-04
.....\.....\.......\ExcelDlg.obj,431631,2012-09-05
.....\.....\.......\mt.dep,65,2012-09-14
.....\.....\.......\MyExcel.obj,545226,2012-09-14
.....\.....\.......\stdafx.obj,1975205,2012-08-29
.....\.....\.......\vc80.idb,494592,2012-09-14
.....\.....\.......\vc80.pdb,847872,2012-09-14
.....\.....\res

.....\.....\...\Excel.rc2,361,2011-11-01
.....\.....\resource.h,1137,2012-02-17
.....\.....\stdafx.cpp,136,2011-11-01
.....\.....\stdafx.h,1545,2011-11-01
.....\Excel.ncb,20589568,2012-11-13
.....\Excel.sln,880,2011-11-01
.....\release
.....\.......\Excel.exe,262144,2012-09-14
.....\.......\Excel.pdb,4934656,2012-09-14

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

发表评论


0 个回复

  • ex10
    定义一个CStudent类,在该类定义中包括:一个数据成员score(分数)及两个静态数据成员total(总分)和学生人数count:成员函数STC(float s)设置分数,求总分,累计学生人数:静态成员函数Sum返回总分;静态成员函数Average求平均值。在main函数中,输入某班同学的成绩,并调用上述函数求全班学生的总分和平均分。(Define a CStudent class in the class definition, including: a data member score (Score) and two static data members total (total score) and the number of students count: the member function STC (float s) set score, find the total score, the cumulative Number of students: the static member function Sum return score static member function Average average. In the main function, enter the results of a class of students seeking the total score and the average score of students in the class and call the above function.)
    2012-12-04 21:00:34下载
    积分: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
  • main
    说明:  班级作业成绩管理系统,可以管理班级内同学的成绩信息,并筛选出不及格的同学。(Class operating performance management system, students can manage class performance within the information and filter out failing students.)
    2010-03-22 21:32:14下载
    积分:1
  • study
    学生信息管理系统。实现学生信息的增加,删除,管理等()
    2008-05-04 14:35:42下载
    积分:1
  • 812334
    详细完整的图书管理系统 功能全面 用C++ SQL 实现的 (Detailed and complete full-featured library management system using C++ SQL implementation)
    2011-05-30 00:17:00下载
    积分:1
  • Drawboard
    用MFC编写了一个简单的画板程序和学生信息管理系统,可实现简易作画以及学生信息的管理(With the MFC write a simple drawing board procedures and student information management system, enabling easy to paint and student information management)
    2020-07-03 06:40:02下载
    积分:1
  • studentallguanli
    学生信息管理系统(VC+SQL SERVER) 基于VC环境下编写的(Student Information Management System (VC+ SQL SERVER) based on the VC environment prepared)
    2020-07-03 07:20:02下载
    积分:1
  • sql-server-CPPxueshengchengjiguanli
    课程设计-学生成绩管理系统的设计,包括界面程序文档源码全套(The design of the curriculum design, student achievement management system, including interface source a full set of application documents)
    2014-12-11 22:54:50下载
    积分:1
  • Program-name
    点名程序可以帮助老师在课堂上进行随机点名,帮助老师更好的进行教学工作(Named program can help teachers in the classroom on a random name, to help teachers better job of teaching)
    2011-07-30 18:24:28下载
    积分:1
  • Straightcode
    直式程式码,将小学生除法式变为直式程式码。。(Straight code division will be primary and secondary school students into Straight-style code. .)
    2009-04-19 13:36:43下载
    积分:1
  • 696518资源总数
  • 104951会员总数
  • 8今日下载