-
8 Queen
八皇后的一个小游戏的c语言实现,有空可以下了看看。-8 Queen
- 2022-08-07 05:16:15下载
- 积分:1
-
ORACLE数据库得建表语句
ORACLE数据库得建表语句-ORACLE database built in Table statement
- 2023-02-17 06:50:03下载
- 积分:1
-
推荐关于数学建模的电子书,非常有用,里面包括数据结构等等。...
推荐关于数学建模的电子书,非常有用,里面包括数据结构等等。-Recommended on the mathematical modeling of e-books, very useful, which includes data structures and so on.
- 2022-07-16 15:01:30下载
- 积分:1
-
企业职员信息管理系统
企业职员信息管理系统-enterprise information management system
- 2022-06-26 20:26:37下载
- 积分:1
-
数据结构算法实现及解析―配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。
本代码含有严蔚敏《数据结构(C语言版)》和《数据结构...
数据结构算法实现及解析―配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。
本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助-Data Structure and Analysis of Algorithms- Wei-Min Yen with吴伟民_ edited by the data structure (C language and C++ version) (The author is one where high) source code. The code contains Yan Wei-Min " data structure (C language version)" and " data structure (C++ version)," book 2 books full source code at my Visual C++, Dev C++, Turbo C, Turbo C++, DJGPP, MinGW debugging through , is studying data structure must depend on the Student ah ~ there is a considerable help to the study
- 2022-02-25 08:37:43下载
- 积分:1
-
一元回归预测法在很多地方被采用,本代码主要对其参数的确定...
一元回归预测法在很多地方被采用,本代码主要对其参数的确定-one yuan regression forecast in many places has been adopted, the code of its main parameters of
- 2022-03-04 18:06:59下载
- 积分:1
-
选课管理数据库,以SQL为实际的数据平台,灵活建立数据库、数据库表、实现对表的各种查询等。...
选课管理数据库,以SQL为实际的数据平台,灵活建立数据库、数据库表、实现对表的各种查询等。-Course management database to SQL data for the actual platform, the establishment of a flexible database table to table to achieve the various inquiries.
- 2023-01-04 06:35:03下载
- 积分:1
-
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
- 2022-10-15 00:45:03下载
- 积分:1
-
一个小型的关系数据库系统,适合学习数据库的学生学习
一个小型的关系数据库系统,适合学习数据库的学生学习- A small relational database system, suits the study database
the student studies
- 2022-09-05 15:25:03下载
- 积分:1
-
用循环单链表实现队列的基本操作,用循环单链表实现队列的基本操作,详见包内“代码”文档...
用循环单链表实现队列的基本操作,用循环单链表实现队列的基本操作,详见包内“代码”文档
- 2023-04-11 13:55:03下载
- 积分:1