计算机毕业设计源码

上传人:时间****91 文档编号:144341204 上传时间:2022-08-27 格式:DOCX 页数:19 大小:20.17KB
收藏 版权申诉 举报 下载
计算机毕业设计源码_第1页
第1页 / 共19页
计算机毕业设计源码_第2页
第2页 / 共19页
计算机毕业设计源码_第3页
第3页 / 共19页
资源描述:

《计算机毕业设计源码》由会员分享,可在线阅读,更多相关《计算机毕业设计源码(19页珍藏版)》请在装配图网上搜索。

1、计算机毕业设计源码 篇一:本科计算机毕业论文设计附代码完整版编号本科生毕业设计会计信息生产社会化仿真系统Socialized accounting information production simulationsystem学 生 姓 名 专 业 学 号 指 导 教 师 学 院摘 要会计信息生产的社会化是当今社会发展的一个趋势,它从根本上处理了由经济信息生产的个体性所带来的很多问题,包含信息的失真,偷税漏税等。本系统就是依靠会计学相关理论,经过计算机网络和数据库技术,对会计信息生产的社会化进行仿真。本系统是基于WEB环境下的,包含4个模块,分别是企业创办模块、企业交易模块、查询模块、管理员管

2、理模块。能够实时在网上实现企业注册登记,实现两个企业间的在线交易,为交易做账、生成记账凭证等相关会计报表,有权限的基础查询。本论文着重叙述的是系统后台数据库及数据仓库的建立,分析及查询。系统后台数据库使用的是SQL Server 2021,因为该数据库功效强大,能够很方便的实现建库、建表、查询等功效;界面友好,易于管理相关的数据表格;其自带的Analysis Server 分析服务 插件,能够实时分析数据仓库,提取决议支持所需的信息。关键字:数据仓库 交易 企业创办AbstractThe socialization of accounting message production is a k

3、ind of trend in the development of current society, it has solved a great deal of problems fundamentally which brought by individual of economic information production, including information distorted, evade taxes, etc.This system can realize the socialization of accounting information using relevan

4、t theory of accounting and the methods of computer.This system is under WEB environment, including four models, they are models for enterprises establishment, enterprises trade, query, and administrator management. They can realize enterprises register on the net real-timely, realize the online trad

5、e between two enterprises, making relevant accounting statements, such as account bills, producing the accounting voucher, etc. for the trade, there is a basic inquiry with authority.What this thesis emphatically is the backstage supporters database of the system and the foundation, analyze and inqu

6、iry of the data warehouse. We use SQL Server 2021 as the systematic backstage supporters database, because this database is powerful, can realize the storehouse building, form building and inquiry conveniently. Its interface is friendly, apt to manage the relevant data form; Plug-in package that bri

7、ng by itself, can analyze the data warehouse in real time, draw necessary information to support decision.Key words: data warehousetradeenterprise establishment目录摘 要 . I ABSTRACT . II 第一章 绪论 . 1 1.1 引言 . 1 1.2 系统研究的目标意义 . 1 1.3 我国外研究现实状况及发展趋势 . 2 1.4 关键研究内容 . 2 第二章 需求分析和系统开发关键技术 . 4 2.1 需求分析 . 4 2.2

8、 开发工具介绍 . 4 2.3 数据仓库概述 . 5 2.4 多维数据模型星形模式 . 7 2.5 数据仓库和数据挖掘 . 8 第三章 系统中数据库的建立 . 9 3.1系统总体设计 . 9 3.1.1会计生产信息社会化模拟系统 . 9 3.2 E-R模型 . 13 3.3 企业创办模块功效介绍及数据库的设计 . 14 3.3.1 功效介绍 . 14 3.3.2 企业创办模块中数据库的设计 . 15 3.4 企业交易模块功效介绍及数据库的设计 . 17 3.4.1 会计模型假设和相关会计理论 . 17 3.4.2 企业交易模块功效介绍 . 18 3.4.3 交易模块的数据库设计 . 19 第四

9、章 仿真系统中数据仓库及数据挖掘的应用 . 23 4.1 仿真系统中企业交易模块数据仓库的设计 . 23 4.1.1 交易模块数据仓库的专题分析 . 23 4.1.2 数据源分析 . 23 4.1.3 交易模块的星形模式 . 24 4.1.4 交易模块的DTS包 . 26 4.2 仿真系统中数据挖掘的应用 . 29第五章 总结 . 31 5.1 该仿真系统中数据库及数据仓库的特点 . 31 5.2 数据库及数据仓库设计过程中的难点 . 31 5.3 数据库及数据仓库设计过程中不足 . 31 致谢 . 32 参考文件 . 33 附录 . 34篇二:毕业设计源代码#include#define u

10、char unsigned char#define uint unsigned intsbit closeDoor= P37; /关门控制订义sbit openDoor = P34; /开门控制订义sbit speaker = P25; /蜂鸣器定义sbit firstFloor = P20; /第一层按键呼叫sbit secondFloor = P21; /第一层按键呼叫sbit thirdFloor = P22; /第一层按键呼叫sbit fourthFloor = P23; /第一层按键呼叫sbit LED0 = P26; /方向指示LEDsbit LED1 = P00; /方向指示LE

11、Dsbit LED2 = P01; /方向指示LEDsbit LED3 = P02; /方向指示LEDsbit LED4 = P03; /方向指示LEDsbit LED5 = P04; /方向指示LEDsbit LED6 = P05; /方向指示LEDsbit LED7 = P06; /方向指示LEDsbit LED8 = P07; /方向指示LEDsbit LED9 = P27; /方向指示LEDuchar nowFloor=1;/电梯所在的层uchar Tab=0x41,0x7B,0xC2,0x52,0x78,0x54,0x44,0x73,0x40,0x50,0x60,0x4C,0xC5,

12、0x4A,0xC4,0xE4;bit first_Floor=0;/电梯呼叫层1bit second_Floor=0; /电梯呼叫层2bit third_Floor=0;/电梯呼叫层3bit fourth_Floor=0;/电梯呼叫层4void Delay(uint t)uchar i;while(t-)for(i=0;i1) if(nowFloor=4) /假如电梯在第4层 Downward(3); /向下走 nowFloor=3; if(third_Floor)/运动过程中碰到呼叫 Arrival ; third_Floor=0; if(nowFloor=3)/假如电梯在第3层 Downw

13、ard(3); /向下走nowFloor=2;if(second_Floor)/运动过程中碰到呼叫 Arrival ; second_Floor=0; if(nowFloor=2)/假如电梯在第2层 Downward(3);/向下走nowFloor=1;if(first_Floor)/运动过程中碰到呼叫 Arrival ; first_Floor=0; else/电梯就在第一层 Arrival ; first_Floor=0;篇三:计算机人才招聘系统(有源代码和完整文档、程序,要的baidu信息我)-毕业设计. . 装订线. . . 山东农业大学 毕 业 论 文 题目: 院 部 专业班级 届

14、次 学生姓名 学 号 指导老师 二O 八 年 六 月 十五 日基于.NET的计算机人才招聘系统Computer Professionals Online RecruitmentSystem Based on .NET专业计算机科学和技术Speciality Computer science and technology学生 孙磊Undergraduate Sun Lei指导老师徐洪丽Supervisor Xu Hongli山东农业大学二八年6月Shandong Agricultural UniversityJune, 2021基于.NET的计算机人才招聘系统2021级计算机科学和技术3班 孙磊

15、指导老师 徐洪丽摘要计算机科学和技术正在不停发展,大家的生活越来越“网络化”。在线招聘含有很强的信息指导性特征,采取ASP.NET开发网上求职招聘系统给web带来了全新的动态效果,含有愈加灵活和方便的交互性。在Internet中实现数据检索越来越轻易,能够立即、全方面地搜集、存放大量的人力资源信息和进行公布、浏览、搜索相关的信息。让企业、个人愈加方便地在网上开展人才洽谈等交流工作。本系统采取ASP.NET技术开发,面向网上进行求职和招聘的用户。应用SQL数据库技术,对网上招聘系统的信息进行科学的、规范化的管理。关键字ASP.NET;SQL Server;ADO.NET;在线招聘Computer

16、 Professionals Online Recruitment SystemBased on .NETSun LeiAbstractWith the computer science and technological development, peoples lives are more and more network. .Online recruiting has a strong guiding nature of the information, using ASP.NET to develop the web recruitment system bring a new dyn

17、amic effects, and more flexible and convenient interactive.Searching of information on line will be more easily, and you can comprehensively and timely to search the human resources,and you can publish, browse, search relevant information. It will be easier to enterprises and individuals in the Inte

18、rnet for their exchanging.The system uses ASP.NET technology to develop, and to be geared to the needs of enterprise and individual users.Taking advantage of SQL database technology, managing the information of the online recruitment system will be more scientific and standardized.Key wordsASP.NET;

19、SQL Server; ADO.NET ;Online recruitment目 录1 绪论 . 11.1 引言 . 11.2 我国外研究及发展现实状况 . 11.3 课题意义和关键研究内容 . 21.4 本文结构安排 . 22 包括的知识和技术基础 . 42.1 ASP.NET介绍 . 42.2 ASP.NET的安全性 . 42.3 ADO.NET介绍 . 52.4 SQLServer2021介绍 . 72.5 SQLServer2021安全性 . 82.6 统一建模语言UML介绍 . 93 系统需求分析和总体设计 . 113.1 系统需求分析 . 113.2 系统总体设计 . 134 数据

20、库设计及实现 . 154.1 数据库设计概述 . 154.2 概念结构设计 . 154.3 逻辑结构设计 . 174.4 物理设计 . 194.5 数据库的实施 . 194.6 数据库的运行及维护 . 195 系统功效模块设计和实现 . 215.1 系统实现的技术方法 . 215.2注册及登录模块的实现 . 215.3 管理员模块的设计和实现 . 235.4 个人用户模块的设计和实现 . 275.5 企业用户模块的设计和实现 . 315.6 新闻模块的设计和实现 . 335.7 系统测试 . 336 结论和展望 . 346.1 结论 . 346.2 展望 . 34参考文件 . 35致谢 . 3

21、6ContentsAbstract . II1 Introduction . 11.1 Introduction . 11.2 Research and development of domestic and foreign . 11.3 Significance and major topics Research . 21.4 This article structure . 22 The knowledge and technology infrastructure . 42.1 ASP.NET Introduction . 42.2 ASP.NET security . 42.3 ADO

22、.NET Introduction . 52.4 SQLServer2021 Introduction . 72.5 SQLServer2021 security . 82.6 Unified Modeling Language UML Introduction . 93 System requirements analysis and design . 113.1 System requirements analysis . 113.2 System Design . 134 Database Design and Implementation . 154.1 Database Design

23、 and Implementation . 154.2 The concept of structural design . 154.3 Logical Design . 174.4 Physical design . 194.5 The implementation of the database . 194.6 Operation and maintenance of the database . 195 System Design and Implementation of function modules . 215.1 System of technical methods . 21

24、5.2 Registration and sign in the realization of modules . 215.3 Manager module of the design and implementation . 235.4 Individual users Module Design and Implementation . 275.5 Business users design and implementation of the modules . 315.6 News module design and implementation . 335.7 System testing . 336 Conclusions and Prospect. 346.1 Conclusion . 346.2 Prospects . 34References . 35Thanks . 36

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!