资源列表
strassen
- strassen乘法矩阵,很好解决你们所遇到任何情况-strassen matrix multiplication, a good solution to any situation you encounter
dianchengsuanfa
- 用C++语言实现点成算法 ,属于信息安全理论题目 -In C++ language point into the algorithm, is the subject of information security theory
8-REINAS
- Algoritmo de las 8 reinas
Computer-algorithms
- 计算机常用的算法,有 算法概述 分治与递归 动态规划 贪心算法 回溯法 分限界法-Computer algorithm used have an overview of divide and conquer algorithm is recursive dynamic programming, greedy algorithms with backtracking points and bound
sort
- 其中包含了各种算法 推排序 快速排序 直插排序-Which contains a variety of sorting algorithms Quicksort push sort, and so on and so on-line
paixu
- 排序算法,有多种排序算法,直接选择排序,表排序,堆排序-Sorting algorithms, a variety of sorting algorithms, direct selection sort, table sort, heap sort, etc.
my-CPP
- 假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资
Call-and-order-one
- 调用与排序 1、编一个程序从一个文本文件source.txt中读入若干整数,用选择法将这些数据排成升序,将排序后的结果写入另一个文件文本文件target.txt中。注意两个文件均在d盘的data文件夹中。 在程序运行前,先准备好输入数据文件source.txt,放入d盘的data文件夹中,内容可以如下:...... 程序运行结束后,查看d盘的data文件夹中的结果文件target.txt内容是否正确。 -Call and order one, compiled a program f
Notepad1
- 应用记事本,学期末大作业,JAVA语言综合应用数据结构完成的功能。-notepad,it is the homework of students in university.you can read and study
erchashu
- 实现一个二叉树类,要求实现二叉树的建立、结点插入、结点删除、线索化等操作。-to implement a binary tree class, required to achieve the establishment of a binary tree, node insertion, node deletion, threaded and other operations.
JC
- 该程序用Visual C++编写,实现了一个阶乘算法。-The program written with Visual C++, implements a factorial algorithm.
NQueen-VC
- 这是一个桥牌求解Queen皇后的摆放的程序,非常生动简便-This is a bridge to solve the program placed Queen Queen, very lively and easy
