ImageVerifierCode 换一换
格式:DOCX , 页数:7 ,大小:19.43KB ,
资源ID:17764732      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/17764732.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(计算机毕业设计源码Word文档下载推荐.docx)为本站会员(b****6)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

计算机毕业设计源码Word文档下载推荐.docx

1、数据仓库 交易 企业创办Abstract The socialization of accounting message production is a kind 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.Thi

2、s system can realize the socialization of accounting information using relevant 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 c

3、an realize enterprises register on the net real-timely, realize the online trade 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 b

4、ackstage supporters database of the system and the foundation, analyze and inquiry of the data warehouse. We use SQL Server XX as the systematic backstage supporters database, because this database is powerful, can realize the storehouse building, form building and inquiry conveniently. Its interfac

5、e is friendly, apt to manage the relevant data form; Plug-in package that bring 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

6、 1.3 国内外研究现状及发展趋势 . 2 1.4 主要研究内容 . 2 第二章 需求分析和系统开发关键技术 . 4 2.1 需求分析 . 4 2.2 开发工具简介 . 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 企业交易模块功能介绍及数据库的设计 .

7、 17 3.4.1 会计模型假设以及相关会计理论 . 17 3.4.2 企业交易模块功能介绍 . 18 3.4.3 交易模块的数据库设计 . 19 第四章 仿真系统中数据仓库及数据挖掘的应用 . 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

8、.3 数据库及数据仓库设计过程中不足 . 31 致谢 . 32 参考文献 . 33 附录 . 34篇二:毕业设计源代码#include#define uchar unsigned char#define uint unsigned int sbit closeDoor= P37; /关门控制定义 sbit openDoor = P34; /开门控制定义sbit speaker = P25; /蜂鸣器定义 sbit firstFloor = P20; /第一层按键呼叫 sbit secondFloor = P21; /第一层按键呼叫sbit thirdFloor = P22;sbit fourt

9、hFloor = P23; sbit LED0 = P26; /方向指示LED sbit LED1 = P00; /方向指示LEDsbit LED2 = P01;sbit LED3 = P02;sbit LED4 = P03;sbit LED5 = P04;sbit LED6 = P05;sbit LED7 = P06;sbit LED8 = P07;sbit LED9 = P27; uchar nowFloor=1;/电梯所在的层 uchar Tab=0x41,0x7B,0xC2,0x52,0x78,0x54,0x44,0x73,0x40,0x50,0x60,0x4C,0xC5,0x4A,0

10、xC4,0xE4;bit first_Floor=0;/电梯呼叫层1bit second_Floor=0; /电梯呼叫层2bit third_Floor=0;/电梯呼叫层3bit fourth_Floor=0;/电梯呼叫层4 void Delay(uint t) uchar i;while(t-)for(i=0;iif(firstFloor=0) /电梯呼叫层1first_Floor=1;if(secondFloor=0) /电梯呼叫层2second_Floor=1;if(thirdFloor=0) /电梯呼叫层3third_Floor=1;if(fourthFloor=0) /电梯呼叫层4f

11、ourth_Floor=1; closeDoor=openDoor; /关门和开门状态相反 P1=TabnowFloor;/电梯在一楼等待 void Upward(uchar t) /电梯上行指示LED LED9=0;LED1=LED2=LED3=LED4=LED5=LED6=LED7=LED8=LED0=1;Delay(10);LED8=0;LED1=LED2=LED3=LED4=LED5=LED6=LED7=LED0=LED9=1; LED7=0;LED1=LED2=LED3=LED4=LED5=LED6=LED0=LED8=LED9=1;LED6=0;LED1=LED2=LED3=LED

12、4=LED5=LED0=LED7=LED8=LED9=1; LED5=0;LED1=LED2=LED3=LED4=LED0=LED6=LED7=LED8=LED9=1;LED4=0;LED1=LED2=LED3=LED0=LED5=LED6=LED7=LED8=LED9=1; LED3=0;LED1=LED2=LED0=LED4=LED5=LED6=LED7=LED8=LED9=1;LED2=0;LED1=LED0=LED3=LED4=LED5=LED6=LED7=LED8=LED9=1;LED1=0;LED0=LED2=LED3=LED4=LED5=LED6=LED7=LED8=LED9=1

13、;LED0=0;LED1=LED2=LED3=LED4=LED5=LED6=LED7=LED8=LED9=1;LED0=LED1=LED2=LED3=LED4=LED5=LED6=LED7=LED8=LED9=1; void Downward(uchar t)/电梯下行指示LED LED2=0;LED3=0; LED4=0;LED5=0; LED6=0;LED7=0; LED8=0; void Arrival() /电梯到达 openDoor=1;/开门speaker=0;Delay(50);speaker=1; Delay(300);/等待上下电梯时间 for(i=0;i Delay(15)

14、;openDoor=0;/关门 void SYS_Init()/系统初始化 P0=0xFF;/系统初始化P1=0xFF;P2=0xFF;P3=0xFF; void main() SYS_Init();nowFloor=1;/电梯处于一层/电梯门处于关闭状态 while(1) if(first_Floor) /第1层呼叫 if(nowFloor1) if(nowFloor=4) /如果电梯在第4层 Downward(3); /向下走 nowFloor=3; if(third_Floor)/运动过程中遇到呼叫 Arrival(); third_Floor=0; if(nowFloor=3)/如果电

15、梯在第3层 Downward(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;篇三:计算机人才招聘系统(有源代码和完整文档、程序,要的XX信息我)-毕业设计. . 装 订 线 . . . 山东农业大学 毕 业 论 文 题

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

17、指导教师 徐洪丽【摘要】计算机科学与技术正在不断发展,人们的生活越来越“网络化”。在线招聘具有很强的信息指导性特征,采用ASP.NET开发网上求职招聘系统给web带来了全新的动态效果,具有更加灵活和方便的交互性。在Internet中实现数据检索越来越容易,可以及时、全面地收集、存储大量的人力资源信息以及进行发布、浏览、搜索相关的信息。让企业、个人更加方便地在网上开展人才洽谈等交流工作。本系统采用ASP.NET技术开发,面向网上进行求职和招聘的用户。应用SQL数据库技术,对网上招聘系统的信息进行科学的、规范化的管理。【关键字】ASP.NET;SQL Server;ADO.NET;在线招聘 Com

18、puter Professionals Online Recruitment System Based on .NETSun Lei【Abstract】With 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

19、 new dynamic 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 Internet 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 s

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1