-
2003
2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, TeacherList defines a category, you can achieve a simple insert, find, delete and other functions related to binary file The read-write operation.
- 2023-03-04 23:45:04下载
- 积分:1
-
Headfile for AD5337 DAC
use DAC_OUT(data value(0~254, DAC_A(0) or DAC_B(1), PD...
Headfile for AD5337 DAC
use DAC_OUT(data value(0~254, DAC_A(0) or DAC_B(1), PD Mode(0: normal, 1: PD mode), Clear mode (1: clear mode, 0: normal)
- 2022-11-15 13:45:04下载
- 积分:1
-
一个简单的人事管理系统
包含论文 虽然有些简单 但是对于一般的课程设计来说也可以了...
一个简单的人事管理系统
包含论文 虽然有些简单 但是对于一般的课程设计来说也可以了-a simple Personnel Management System contains papers although some simple but for the general run of the design can be to a
- 2022-07-09 11:11:42下载
- 积分:1
-
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了
寻最小支配集,用DP,复杂度是2^8
比2^150次方快多了-find the smallest dominating set with the DP, complexity is 2 ^ 2 ^ than eight 150-th power much quicker
- 2022-06-29 17:33:43下载
- 积分:1
-
电力系统潮流计算,电力系统一般的潮流计算算法
电力系统潮流计算,电力系统一般的潮流计算算法-power flow computation of power system,the nomal power flow algrthm of power system
- 2023-02-25 17:40:03下载
- 积分:1
-
一个EJB教程
一个EJB教程-an EJB Guide
- 2022-03-17 09:34:24下载
- 积分:1
-
网络流媒体项目源码,基于ARM,包含原理图。非常详细
网络流媒体项目源码,基于ARM,包含原理图。非常详细-Network source streaming media projects, based on the ARM, contains schematics. Very detailed
- 2022-02-04 21:49:26下载
- 积分:1
-
本书是介绍MS
本书是介绍MS-DOS编程的技术书籍,是一本多年来的权威性畅销著作。内容非常
全面,覆盖了DOS的各个方面。
・包括了MS-DOS 6.xx的全部内容,并覆盖了DOS的各个版本(1.0-6.22)。书中
包括全部的DOS功能调用及数据结构,包括一些未公开的功能和保留的功能。
・介绍了PC编程时所需的BIOS、鼠标、EMS、XMS、DPMI、任务切换等的功能调
用。
.分专题介绍了DOS编程的各个方面:输入/输出设备;内存、文件、目录、设备管
理 TSR及设备驱动程序 DOS出错处理等等。
・介绍了如何在汇编语言、BASIC C/C++及Pascal中使用DOS及BIOS的技术。
・丰富而实用的大量实例源代码。
-err
- 2022-04-26 13:48:51下载
- 积分:1
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1
-
PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)
PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)-PKU ACM 1007 source code, and reverse time complexity of the algorithm control in O (n)
- 2023-03-15 11:40:03下载
- 积分:1