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