-
一款很使用的数据库代码
一款很使用的数据库代码-one is the use of the database code
- 2022-01-26 03:25:11下载
- 积分:1
-
关系数据库管理系统的设计与实现:规范化
RDBMS Design and Implementation: Normalization
- 2022-02-26 15:16:11下载
- 积分:1
-
表达式求值,包括栈的读写,创建,释放,可以求借一般四则运算,带括号等...
表达式求值,包括栈的读写,创建,释放,可以求借一般四则运算,带括号等-expression evaluates, including stacks of reading and writing, to create, release and should seek through four general computing, with brackets, etc.
- 2023-05-07 14:05:02下载
- 积分:1
-
一个基于VC+ACCESS的通讯录系统设计,简单方便
一个基于VC+ACCESS的通讯录系统设计,简单方便-a VC-based directories ACCESS system design is simple and convenient
- 2022-06-17 08:17:54下载
- 积分:1
-
的总学分学期课程吸几拓扑输入…
输入学期总数 学期的学分上限 课程数 拓扑排序所形成的课程先修关系的边数 课程号及其学分 在各学期学期负担尽量均匀和
课程集中在前几个学期进行排课两种条件下进行排课-importation of the total semester credit semester courses ceiling few topological sorting as a result of the pre-course edge courses, and credits in the semester to semester burden of uniform and courses focused previous semester Course Scheduling for the two conditions under Course Scheduling
- 2022-05-28 20:44:07下载
- 积分:1
-
Nearest point on the issue of demand, and the nearest point on the issue, and th...
求最近点对问题, 求最近点对问题。-Nearest point on the issue of demand, and the nearest point on the issue, and the nearest point on the issue.
- 2022-09-25 08:55:03下载
- 积分:1
-
C# code in the database links, including links to a variety of commonly used cod...
C#中数据库的链接代码,包含各种常用的链接代码-C# code in the database links, including links to a variety of commonly used code for
- 2022-10-24 07:20:03下载
- 积分:1
-
school management database
这些是学校管理系统所需的数据库规范。。。。。。。。。。。。。。。。。。。。。。。。数据库mysql
- 2022-03-06 00:17:19下载
- 积分:1
-
屏幕录像模块VC代码
运行程序,打开程序主界面,在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。
- 2022-03-13 13:09:49下载
- 积分: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