文件名称:Score-Management-and-Analysis-System
- 所属分类:
- 教育/学校应用
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-10-19
- 文件大小:
- 511kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.目标:通过设计一个windows窗体应用程序,对SQL Server数据库文件当中数据的进行操作,实现学生及其考试信息的管理和分析。
2. 内容:利用VS2008创建一个Window窗体应用程序来对SQL Server数据库文件的操作,包括学生个人信息、考试信息、成绩信息的添加、删除和修改,同时能够对原始的数据进行简单加工,例如求取平均值、方差、频数分布等数据。
3.准备解决的问题:用户界面和数据库设计;数据库的连接和操作,对原始数据进行统计分析的实现。-first introduces the essential requirements of score management and analysis. Then design a middle school score management and analysis system. In addition to scores management, it still can manage statistical test scores frequency distribution, mean, standard etc.in the data. This system based on the .NET platform, adopted the C# and SQL Server Express Edition. In the process of implementing the system, it will mainly solve a few problems:
1. the connection of
2. get the data in the files, add ,delete or update data in the according to the certain rules
3. to get the averaged statistics, standard deviation etc. in the data file.
2. 内容:利用VS2008创建一个Window窗体应用程序来对SQL Server数据库文件的操作,包括学生个人信息、考试信息、成绩信息的添加、删除和修改,同时能够对原始的数据进行简单加工,例如求取平均值、方差、频数分布等数据。
3.准备解决的问题:用户界面和数据库设计;数据库的连接和操作,对原始数据进行统计分析的实现。-first introduces the essential requirements of score management and analysis. Then design a middle school score management and analysis system. In addition to scores management, it still can manage statistical test scores frequency distribution, mean, standard etc.in the data. This system based on the .NET platform, adopted the C# and SQL Server Express Edition. In the process of implementing the system, it will mainly solve a few problems:
1. the connection of
2. get the data in the files, add ,delete or update data in the according to the certain rules
3. to get the averaged statistics, standard deviation etc. in the data file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
成绩管理分析系统\cj\app.config
................\..\bin\Debug\cj.application
................\..\...\.....\cj.exe
................\..\...\.....\cj.exe.config
................\..\...\.....\cj.exe.manifest
................\..\...\.....\cj.pdb
................\..\...\.....\cj.vshost.application
................\..\...\.....\cj.vshost.exe
................\..\...\.....\cj.vshost.exe.config
................\..\...\.....\CJDatabase.mdf
................\..\...\.....\CJDatabase_log.ldf
................\..\cj.csproj
................\..\cj.csproj.user
................\..\CJDatabase.mdf
................\..\CJDatabaseDataSet.Designer.cs
................\..\CJDatabaseDataSet.xsc
................\..\CJDatabaseDataSet.xsd
................\..\CJDatabaseDataSet.xss
................\..\CJDatabase_log.LDF
................\..\cj_TemporaryKey.pfx
................\..\FormEveryQ.cs
................\..\FormEveryQ.Designer.cs
................\..\FormEveryQ.resx
................\..\FormExam.cs
................\..\FormExam.Designer.cs
................\..\FormExam.resx
................\..\FormMain.cs
................\..\FormMain.Designer.cs
................\..\FormMain.resx
................\..\FormPaper.cs
................\..\FormPaper.Designer.cs
................\..\FormPaper.resx
................\..\FormPaperResult.cs
................\..\FormPaperResult.Designer.cs
................\..\FormPaperResult.resx
................\..\FormQuestionValue.cs
................\..\FormQuestionValue.designer.cs
................\..\FormQuestionValue.resx
................\..\FormScore.cs
................\..\FormScore.Designer.cs
................\..\FormScore.resx
................\..\FormStatistics.cs
................\..\FormStatistics.Designer.cs
................\..\FormStatistics.resx
................\..\FormStudent.cs
................\..\FormStudent.Designer.cs
................\..\FormStudent.resx
................\..\obj\Debug\cj.application
................\..\...\.....\cj.csproj.FileListAbsolute.txt
................\..\...\.....\cj.csproj.GenerateResource.Cache
................\..\...\.....\cj.exe
................\..\...\.....\cj.exe.manifest
................\..\...\.....\cj.FormEveryQ.resources
................\..\...\.....\cj.FormExam.resources
................\..\...\.....\cj.FormMain.resources
................\..\...\.....\cj.FormPaper.resources
................\..\...\.....\cj.FormPaperResult.resources
................\..\...\.....\cj.FormQuestionValue.resources
................\..\...\.....\cj.FormScore.resources
................\..\...\.....\cj.FormStatistics.resources
................\..\...\.....\cj.FormStudent.resources
................\..\...\.....\cj.pdb
................\..\...\.....\cj.Properties.Resources.resources
................\..\...\.....\TempPE\CJDatabaseDataSet.Designer.cs.dll
................\..\Program.cs
................\..\...perties\AssemblyInfo.cs
................\..\..........\Resources.Designer.cs
................\..\..........\Resources.resx
................\..\..........\Settings.Designer.cs
................\..\..........\Settings.settings
................\cj.sln
................\cj.suo
................\..\obj\Debug\Refactor
................\..\...\.....\TempPE
................\..\bin\Debug
................\..\obj\Debug
................\..\bin
................\..\obj
................\..\Properties
................\cj
成绩管理分析系统