-
电力系统104规约源码,C++实现,对电力系统通讯非常有帮助
电力系统104规约源码,C++实现,对电力系统通讯非常有帮助-104Master
- 2023-05-05 19:50:03下载
- 积分:1
-
fpga的几个简单应用,主要用于数字通信领域,fpga的实现。希望对您的fpga开发有所帮助...
fpga的几个简单应用,主要用于数字通信领域,fpga的实现。希望对您的fpga开发有所帮助-fpga a few simple applications, primarily for digital communications, fpga implementation. Want to help your fpga development。
- 2022-02-10 10:23:09下载
- 积分:1
-
Realize Address Book Management System, C Programming Language Compiler, mainly...
实现通讯录管理系统,C语言程序编译,主要有有关链表,及外部文件的内容-Realize Address Book Management System, C Programming Language Compiler, mainly on the list have, and external documents
- 2022-04-26 17:50:43下载
- 积分:1
-
178个经典c语言源代码,初学者经过修改能够直接应用的经典源程序...
178个经典c语言源代码,初学者经过修改能够直接应用的经典源程序-178 classic c language source code, modified for beginners to the direct application of the classic source
- 2022-08-21 16:16:32下载
- 积分:1
-
Optimizing your C++ code effectively. This is a great book.
Optimizing your C++ code effectively. This is a great book.
- 2023-01-10 07:45:04下载
- 积分:1
-
初始的员工工资信息文件名为yuangong,如要利用此系统进行员工工资信息的管理,系统会提示用户输入员工工资信息的文件名,则要输入此文件名,或输入管理员使用系统...
初始的员工工资信息文件名为yuangong,如要利用此系统进行员工工资信息的管理,系统会提示用户输入员工工资信息的文件名,则要输入此文件名,或输入管理员使用系统时新建的文件名。如删除该文件,则需在系统中调用相应的功能函数重新创建初始化文件。
初始的用户信息所在的文件名为yonghu,系统默认即为此文件名,不可删除。
-Wages and salaries of the initial information document, entitled yuangong, such as to make use of this system, wages and salaries of the management of information, the system prompts the user to input information on staff salaries in the file name, will have to enter this file name, or enter a new administrator when using the system the file name. Such as delete the file, then call in the system function corresponding to re-create the initialization file. User information where the initial document yonghu, that is, to this end the system default file name, can not delete.
- 2022-07-05 04:13:53下载
- 积分:1
-
SQL Server数据库开发经典案例解析[配套光盘]
本书第1~4章分别介绍了数据库基础、SQL Server 2000应用基础、数据库创建及维护、Tra...
SQL Server数据库开发经典案例解析[配套光盘]
本书第1~4章分别介绍了数据库基础、SQL Server 2000应用基础、数据库创建及维护、Transact-SQL程序设计;第5~8章以进销存管理系统、
医院管理系统、酒店管理系统和图书馆管理系统4个实用的信息管理系统为例,分别以Delphi、PowerBuilder、Visual Basic .NET和Visual C#
.NET 4种开发工具为开发平台,详细地介绍了这些系统的需求分析及开发的过程和方法。对项目背景、业务需求分析、功能需求分析、数据库
需求分析、数据库建模、系统开发、系统编译及系统发行等过程进行了详细的讲解;第9~12章简单介绍了教务管理系统、人力资源管理系统、
生产管理系统和财务管理系统的业务需求分析和数据库建模。.-SQL Server database development classic case analysis [supporting CD] of this paragraph 1 ~ 4-Chapters Shao basis of the database, SQL Server 2000 based applications, database creation and maintenance, Transact-SQL programming; No. 5 ~ 8 to inventory management systems, hospital management system, Hotel management system and library management system four practical information management system as an example, in Delphi, PowerBuilder. Visual Basic.NET and Visual C#.NET development tool four kinds of development platforms, detailed presentation of the demand for these systems analysis and development of the process and
- 2022-11-18 09:45:05下载
- 积分:1
-
一个小编辑器,共商
一个小编辑器,共商-a small editor, together
- 2022-12-04 04:45:02下载
- 积分:1
-
视频压缩编码标准,详细描述了视频编码标准,英文版描述更精确...
视频压缩编码标准,详细描述了视频编码标准,英文版描述更精确-Video compression coding standard, a detailed description of the video coding standard, a more accurate description of English
- 2022-02-27 03:16:45下载
- 积分:1
-
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到...
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。
数据输入:
第一行为人数n。
第二行为报数值m。
数据输出:
依次输出出列人员的编号。
示例:
输入文件input3.txt:
4
3
4 1 3 2
输出:(标准输出)
3 2 4 1
-3. Joseph Central problems. Located numbered 1,2, ..., n (n
- 2022-05-14 13:51:18下载
- 积分:1