联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 企业管理(584) 

[企业管理] Account-Manager

这个Java项目实现了一个菜单驱动的银行帐户管理系统,展示了核心的面向对象编程概念。用户可以执行添加、查看、修改和删除帐户等任务,强调错误处理和输入验证。非常适合在实际银行环境中学习Java基础知识。
This Java project implements a menu-driven bank account management system, showcasing core object-oriented programming concepts. Users can perform tasks like adding, viewing, modifying, and deleting accounts, emphasizing error handling and input validation. Ideal for learning Java fundamentals in a practical banking context. (2024-03-29, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711711902955739.html

[企业管理] Password_Generator

Python密码生成器是一个健壮而安全的工具,旨在为各种目的(如在线帐户、应用程序等)创建强大而唯一的密码。该项目使用Python编程语言开发,提供了一种灵活和可定制的方法来根据用户偏好生成密码。
The Python Password Generator is a robust and secure tool designed to create strong and unique passwords for various purposes, such as online accounts, applications, and more. Developed using Python programming language, this project offers a flexible and customizable approach to generating passwords based on user prefrences. (2024-03-03, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709445352655140.html

[企业管理] Banking-Management-System

银行管理系统是一个C#应用程序,旨在有效地管理银行业务。它提供了创建和管理各种类型的账户、处理交易、生成账户对账单等功能。该系统是使用面向对象编程原理构建的。
The Banking Management System is a C# application designed to manage banking operations efficiently. It provides functionalities for creating and managing various types of accounts, processing transactions, generating account statements, and more. This system is built using principles of object-oriented programming. (2024-02-25, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708850283448261.html

[企业管理] VolunteerTracker

该程序允许用户设置志愿者小时的目标量,并跟踪他们,直到他们的目标实现。它是通过XCode IDE设计的,并且被编程为即使在应用程序关闭后也永久存储和保存帐户信息。
This program allows users to set a goal amount of volunteer hours and keep track of them until their goal is achieved. It was designed through XCode IDE and is programmed to permanently store and save account information even after the app is closed. (2024-02-25, Swift, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708850276610069.html

[企业管理] Bank-Account-Outline

该Java程序包括一个具有基本帐户功能的超类“BankAccount”和一个子类“CheckingAccount“,该子类扩展了超类,以包括特定的支票帐户功能,如透支处理和利率。该程序演示了面向对象编程中的继承和封装原则。
This Java program includes a superclass "BankAccount" with basic account functionalities and a subclass "CheckingAccount" that extends the superclass to include specific checking account features such as overdraft handling and interest rates. The program demonstrates inheritance and encapsulation principles in object-oriented programming. (2024-02-18, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708237585851299.html

[企业管理] Banking-System-c

这个基于C的银行系统项目为管理银行账户提供了一个简单但功能强大的平台。用户可以创建帐户、存入资金、提取资金和查看帐户信息。该项目是用C编程语言实现的基本银行业务的实际演示。
This C-based Banking System project provides a simple yet functional platform for managing bank accounts. Users can create accounts, deposit funds, withdraw funds, and view account information. The project serves as a practical demonstration of basic banking operations implemented in the C programming language. (2024-02-05, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707139261422154.html

[企业管理] TechBankingApplication

一个基于SpringBoot的Java银行应用程序,旨在管理客户帐户、交易并提供基本的银行功能。使用Java构建,专注于面向对象编程。主要功能包括账户创建、资金转账和交易历史记录。欢迎贡献和反馈!
A Java,SpringBoot-based Bank application designed to manage customer accounts, transactions, and provide essential banking functionalities. Built using Java with a focus on object-oriented programming. Key features include account creation, fund transfers, and transaction history. Contributions and feedback are welcome! (2024-02-05, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707139258187833.html

[企业管理] OOPManagementSystems

该存储库展示了通过库、车辆和银行帐户应用程序等实际管理系统在C++中实现的各种面向对象编程(OOP)概念。希望学习OOP原则或探索真实世界示例的初学者和爱好者可以从该代码库中受益,此致:Aman Shahid
This repository showcases various object-oriented programming (OOP) concepts implemented in C++ through practical management systems like library, vehicle, and bank account applications. Beginners and enthusiasts looking to learn OOP principles or explore real-world examples can benefit from this codebase, Regards: Aman Shahid (2024-02-03, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706918843913896.html

[企业管理] MyCareerApp

Java职业应用程序。该应用程序实现了面向对象编程原则,以对用户帐户、配置文件、教育信息和职位进行建模。它为用户身份验证、配置文件创建提供交互式提示,无缝地促进了作业发布、应用程序提交和自动响应处理。
Java Career App. The application implements Object-Oriented Programming principles to model user accounts, profiles, educational information, and job posts. It provids interactive prompts for user authentication, profile creation, it seamlessly facilitated job posting, application submissions, and automated response handling. (2024-02-01, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706767102739475.html

[企业管理] ATM-Machine-Simulation

这个Python项目提供了自动取款机(ATM)的全面模拟。模拟包括账户创建、余额查询、现金提取、存款和PIN管理等功能。它旨在模拟真实世界ATM的基本操作,同时演示面向对象的编程原理。
This Python project provides a comprehensive simulation of an Automated Teller Machine (ATM). The simulation includes functionalities such as account creation, balance inquiry, cash withdrawal, deposit, and PIN management. It aims to mimic the essential operations of a real-world ATM while demonstrating object-oriented programming principles. (2024-01-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704622205785911.html

[企业管理] xlzx_book_mysql

六七企业网站管理系统是由67网络工作室策划并开发,该系统采用网上最流行的WEB编程组合PHP+MYSQL实现,支持跨平台使用,是一套通用的企业网站建设系统,用户可以很轻松的搭建自己的企业形象网站。
Sixty-seven enterprise website management system is planned 67 studio and network development, the system uses the Internet s most popular combination of PHP+ MYSQL programming WEB implemented cross-platform support is a common set of enterprise website construction system, users can easily build their corporate image website. (2016-05-10, ASP, 138KB, 下载1次)

http://www.pudn.com/Download/item/id/1462888725958051.html

[企业管理] Worker-information-management-system

职工信息管理系统采用Delphi 7编程工具及Access数据库实现系统应用的设计要点,重点阐述系统实现过程中的重点和难点问题的分析及其解决方案,解决企业对员工的计算机管理。
Worker information management systemUsing Delphi 7 programming tool and Access to realize the design points of the application system, realize the important and difficult in the process of the system analysis of the problems and their solutions, solve the enterprise computer management of employees. (2015-11-22, C#, 155KB, 下载2次)

http://www.pudn.com/Download/item/id/1448173606427215.html

[企业管理] personnel-management-system

用c++的编程思想 来实现 某个小型公司,主要四类人员:经理,销售经历,兼职技术人员,兼职推销人员不同工资的计算 ,并且 对上述四类人员按名字 进行增删改查的功能 并 保存各个人员的信息 计算出每个人的当月工资
C++ programming ideas to achieve a small company, the four main categories of staff: manager, sales experience, part-time staff, part-time marketing staff wage calculation CRUD functionality, and the name of the above four categories of personnel and save all personnel information calculated each person' s monthly wage (2012-09-20, Unix_Linux, 151KB, 下载4次)

http://www.pudn.com/Download/item/id/1998174.html

[企业管理] vbEtSystem

vb编写的员工管理系统,用表格做数据库,含登录、注册、验证等一系列功能,适用学习vb编程和文字处理系统的二次开发学习,因为考虑让学习者更容易简单的理解,所以该系统在实际运用中不适合
vb prepared by the staff management system, database, a table containing login, registration, verification function, applicable to learning vb programming and word processing systems, the secondary development of learning, because the understanding of learners more easy and simple, so the system not suitable for practical use (2012-07-26, Visual Basic, 50KB, 下载7次)

http://www.pudn.com/Download/item/id/1949088.html

[企业管理] CSharp-and-SQL-and-explain_video

这是一个客户管理系统,良好的编程习惯,和注释便于初学者读,并且附带视频解释如何配置数据库,使其能够在你的机器上运行。登录帐号为mr,密码为mrsoft
This is a customer management system, good programming practice, and notes easy for beginners to read, and comes with video explains how to configure the database so that it can run on your machine. Login account for the mr, password mrsoft (2011-06-22, C#, 20279KB, 下载21次)

http://www.pudn.com/Download/item/id/1577102.html

[企业管理] excelMIS

小型企业管理系统说明本系统采用VBA编程语言设计,主要针对数据管理和统计而设计的系统.本系统主要采用窗口操作方式进行各项目的选择和统计.从而大大方便了用户的录入和管理系统.
Small business management system that the system uses the VBA programming language designed mainly for data management and statistical systems designed. This system is mainly carried out by the window mode of operation of the selection and statistical purposes. Thus greatly facilitating the user' s entry and management system. (2011-05-11, VBA, 201KB, 下载7次)

http://www.pudn.com/Download/item/id/1527475.html

[企业管理] tongyongjinxiaocunguanlixitong

通用进销存管理系统通用进销存管理系统是一款将进货、销售、库存进行一体化管理的系统。系统由系统管理、销售管理、库存管理、基础信息、往来管理、查询管理、报表管理、决策管理和维护管理等模块组成。用VFP编程实现
General inventory management system inventory management system is a common will purchase, sale, inventory management system integration. System consists of system management, sales management, inventory management, basic information, contacts management, query management, report management, decision management and maintenance management module. Programming with VFP (2010-04-29, VFP, 1677KB, 下载16次)

http://www.pudn.com/Download/item/id/1148824.html

[企业管理] tushuguan

C++编程,建立比较简单的小型图书馆管理系统,根据用户的需求,用到c++中类等的知识点,可以去看看哦,这是我上学期学c++时,老师布置的实验题里面的
C++ programming, to establish a relatively simple and small library management system, according to the needs of users, use c++ knowledge points in the class so you can see Kane, this is my last semester learning c++ when the teacher The experimental layout problems inside (2009-10-23, Visual C++, 3KB, 下载24次)

http://www.pudn.com/Download/item/id/947584.html

[企业管理] CHUANKOUBIANCHENGSHUDAIMA

第1章 串口编程调试精灵 第2章 智能安防报警系统 第3章 电子警察拍照管理系统 第4章 云台镜头控制系统 第5章 电机驱动监控系统 第6章 远程水文监测系统 第7章 串口实现双机互联
Chapter 1 debug serial programming wizard Chapter 2 Intelligent Security Alarm System in Chapter 3 of the electronic management system for the police to take photographs Chapter 4 PTZ camera control system in Chapter 5 Motor-driven monitoring system Chapter 6 Remote Monitoring System hydrological Chapter 7 Serial realization of two-plane Internet (2008-12-12, Visual C++, 5038KB, 下载42次)

http://www.pudn.com/Download/item/id/602955.html

[企业管理] gongziguanlixt

用VB6.0编写工资管理系统,利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了工资管理的自动化和信息化.
prepared with VB6.0 wage management system, using software engineering principles, using object-oriented programming methods, including development of its key database background to the establishment and maintenance of front-end applications and the development of two, Implementation of the salary management automation and information technology. (2007-04-20, Visual Basic, 277KB, 下载24次)

http://www.pudn.com/Download/item/id/270867.html