1、 毕 业 设 计 英 文 资 料 及 翻 译 学 院:信息工程学院 专 业:计算机科学与技术 共 13 页 第 1 页 英文文献: Personnel management system development and design By Dustin Marx Summary With the rapid development of computer technology, computer applications in the popularity of business management, personnel management of enterprises using com
2、puters is imperative. For medium-sized enterprises, enterprises and efficient use of computer support to complete the daily affairs of labor and personnel management is to adapt to the modern enterprise system, encourage enterprises to labor and personnel management to scientific, standardized, a ne
3、cessary condition; incomparable advantage of the computer to retrieve managementrapid, easy to find, high reliability, large memory capacity, security and good, long life and low cost. These advantages can greatly improve the efficiency of personnel management, but also corporate scientific and stan
4、dardized management, an important condition for integration with the world. Different companies have different human resources management system, which determines the different companies need different personnel management system. choice of development tools Now, the market can buy a lot of applicat
5、ion development products, popular, and dozens. Currently the most popular in our market, the most used, most advanced development tools can be used as enterprise-level products: Microsofts Visual Basic Microsofts Visual C Borlands Delphi Java, etc. In the current market, many application development
6、 tools for these, some stressed that the implementation of process flexibility and efficiency of language; and some emphasis on the visual application development tools to bring convenience and efficiency high, each with its own advantages and characteristics, but also to meet the needs of different
7、 users. However, the language of the flexibility and convenience tools are inextricably linked, and only a convenient tool, but did not support the language of flexibility, many specialized processing actions will need to spend several times the effort to deal with, so the efficiency of the original
8、 advertisedloss of a role in improving the advantage; the contrary, if the language only emphasizes the flexibility of process continued, but no convenient tool for co-ordination will make some very simple interface, even if the deal moves, programmers will be a serious waste of valuable time. As th
9、e database system development, Visual Basic is an ideal choice. MIS database is 共 13 页 第 2 页 an important enabling technology in the MIS development process, how to choose the database management is an important issue, at present, the database more products, each product has its own characteristics
10、and scope, therefore, the choice of database should consider the characteristics of database applications and application, the systems database language used Visual Basic language, the development tool has many advantages: Visual Basic is a visual, object-oriented and event-driven article by the way
11、 of structured high-level programming, can be used to develop the type of Windows environment applications. It is easy to learn, efficient, and powerful, with professional development tools, Windows SDK comparable to, and application developers do not have the C / C + + Programming. In the Visual Ba
12、sic environment, the use of event-driven programming mechanism, novel-to-use visual design tools, the use of Windows internal application program interface (API) functions, and dynamic-link library (DLL), Dynamic Data Exchange (DDE), Object Linking and Embedding (OLE), Open Data Access (ODBC) techno
13、logy, can efficiently and quickly developed a Windows environment, powerful, rich graphical user interface application software system. In general, Visual Basic has the following characteristics: Visual Programming: Traditional programming language design program, are designed by writing code to the
14、 user interface, the interface design process do not see the actual display, run the program to be compiled can be observed. If you are not satisfied with the effect of the interface, but also return to the program changes. Sometimes, this programming - Compiler - Change the operation may be repeate
15、d several times, greatly affected the efficiency of software development. Visual Basic provides a visual design tool, the complexity of the Windows interface design package together, developers do not have a lot of interface design and write code.Just press the screen layout design, using system too
16、ls to draw on the screen various parts, that is, graphical objects, and set the properties of these graphical objects. Visual Basic code automatically generated interface design, programmers need only write the part to achieve functionality of the program code, which can greatly improve the efficien
17、cy of program design. Object-oriented programming Visual Basic 4.0 support for future object-oriented programming, but it is the general object-oriented programming language (C + +) are not identical. In general object-oriented programming language, object code and data from the composition of an abstract concept; and Visual Basic is the application of object-oriented programming methodology (OOP), the programs and data encapsulated as an object and should be given for each object the attributes of the object as something real. In