-
Data structure of the source code and supporting notes, very complete, very usef...
数据结构的源代码和配套讲义,非常齐全,初学者非常实用。-Data structure of the source code and supporting notes, very complete, very useful for beginners.
- 2023-07-06 18:45:03下载
- 积分:1
-
一个适用于书店的图书管理信息系统,包括各种统计分析、员工管理等...
一个适用于书店的图书管理信息系统,包括各种统计分析、员工管理等-a bookstore in the library management information systems, including statistical analysis, staff management etc.
- 2022-03-20 04:53:34下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
hope that we can enlighten a lot to me this is part of our classmates system
希望大家能多多指教这是我给我们同学编的系统-hope that we can enlighten a lot to me this is part of our classmates system
- 2023-01-13 04:55:05下载
- 积分:1
-
数据结构中的二叉树排序问题
数据结构中的二叉树排序问题-data structure, the binary sequencing problem
- 2022-01-26 07:36:38下载
- 积分:1
-
严蔚敏的数据结构各章接的主要算法c语言的代码实现,都能上机通过...
严蔚敏的数据结构各章接的主要算法c语言的代码实现,都能上机通过-the data structure of the next major chapter algorithm c language code to achieve, will be able to pass
- 2022-02-05 08:11:16下载
- 积分:1
-
校园导游系统
本代码通过C++实现校园导游系统,在程序中设置了十多个地点,可查询各地点的具体信息,展示两地点之间的最短路径,展示任意一个地点到其他各地点的最短路径等。同时,也可以增添或删减节点及边,也就是可任意增加新的地点信息。
- 2022-03-19 03:17:57下载
- 积分:1
-
Online exam portal
学生信息系统是高校运行的主要系统。学生信息系统是一个学生级的数据收集系统,可以让系里收集和分析更准确、更全面的信息。学生信息系统提供了在学院或大学中输入学生记录、跟踪学生出勤率和管理许多其他与学生相关的数据需求的功能。
- 2022-02-02 08:28:58下载
- 积分:1
-
电位器控制电机转速
电位器控制电机转速。此代码由 proteus 8 仿真原理和 PIC C 组成pic16f877a 的编译器代码。
- 2023-08-09 06:25:03下载
- 积分:1
-
a project management procedures. I graduated from the Design
一个工程管理程序!我的毕业设计-a project management procedures. I graduated from the Design
- 2023-06-27 14:25:03下载
- 积分:1