-
高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的...
高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
- 2022-04-08 12:44:55下载
- 积分:1
-
data structure course design program development platform : the operating proced...
数据结构课程设计 程序开发平台:本程序的操作平台是WINDOS XP ,编程工具是VISUAL BASIC.NET。运行程序需要安装Microsoft.NET Framework 1.1。 硬件环境:P3以上处理器. 程序功能:将十进制数转换为2进制后进行逻辑运算。实现布尔表达式。-data structure course design program development platform : the operating procedures of the T4010 XP platform, programming tools VISUAL BASIC.NET. Operational procedures need to install the Microsoft.NET Framework 1.1. The hardware environment : more than P3 processor. Procedures function : conversion to the metric system for the band after two logic operation. Achieving Boolean expressions.
- 2022-07-04 09:59:09下载
- 积分:1
-
data structure to achieve the java
数据结构的java实现-data structure to achieve the java
- 2022-01-22 16:06:20下载
- 积分:1
-
一个根据VC++开发的人事管理系统,可以实现一系列基本的数据库操作...
一个根据VC++开发的人事管理系统,可以实现一系列基本的数据库操作-VC development under a personnel management system that can achieve a series of basic database operations
- 2022-07-11 16:20:15下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
元数据管理
目前元数据管理主要使用的石竹的元数据管理工具,但价格高昂,本人的元数据管理工具,基于元数据规范实现了元数据的采集、交换、溯源等功能,基本满足了日常数据仓库管理的需要
- 2022-01-26 04:51:47下载
- 积分:1
-
一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助...
一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助-A small sorting algorithm, the use of a generic algorithm knowledge of generic beginner help
- 2023-03-11 00:00:04下载
- 积分:1
-
约瑟夫环算法实现,能实现约瑟夫算法,利于初学者更好的学习数据结构...
约瑟夫环算法实现,能实现约瑟夫算法,利于初学者更好的学习数据结构-Josephus algorithm, the algorithm can achieve Joseph, which will help beginners learn better data structure
- 2022-04-20 00:42:17下载
- 积分:1
-
设计模式——简单工厂模式学习代码
一个用c++语言写的、学习简单工厂模式的代码。通过一个父类(OperationFactroy)指针,实现通过判断输入的计算符号而调用加、减、乘、除子类操作的简单代码。
- 2022-01-28 00:00:29下载
- 积分:1
-
数据结构中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。...
数据结构中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。-Minimum spanning tree data structure in the C language source code, need can be downloaded, only applies to beginners.
- 2023-07-24 15:45:02下载
- 积分:1