资源列表

« 1 2 ... .45 .46 .47 .48 .49 1650.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法my-CPP

说明:假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 comm
<woaini> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Call-and-order-one

说明:调用与排序 1、编一个程序从一个文本文件source.txt中读入若干整数,用选择法将这些数据排成升序,将排序后的结果写入另一个文件文本文件target.txt中。注意两个文件均在d盘的data文件夹中。 在程序运行前,先准备好输入数据文件source.txt,放入d盘的data文件夹中,内容可以如下:...... 程序运行结束后,查看d盘的data文件夹中的结果文件target.txt内容是否正确。 -Call and o
<于慧斌> 在 2024-10-07 上传 | 大小:290816 | 下载:0

[数据结构常用算法Notepad1

说明:应用记事本,学期末大作业,JAVA语言综合应用数据结构完成的功能。-notepad,it is the homework of students in university.you can read and study
<liangyanbing> 在 2024-10-07 上传 | 大小:117760 | 下载:0

[数据结构常用算法erchashu

说明:实现一个二叉树类,要求实现二叉树的建立、结点插入、结点删除、线索化等操作。-to implement a binary tree class, required to achieve the establishment of a binary tree, node insertion, node deletion, threaded and other operations.
<翟卫卫> 在 2024-10-07 上传 | 大小:109568 | 下载:0

[数据结构常用算法JC

说明:该程序用Visual C++编写,实现了一个阶乘算法。-The program written with Visual C++, implements a factorial algorithm.
<罗青青> 在 2024-10-07 上传 | 大小:159744 | 下载:0

[数据结构常用算法NQueen-VC

说明:这是一个桥牌求解Queen皇后的摆放的程序,非常生动简便-This is a bridge to solve the program placed Queen Queen, very lively and easy
<sunpeng> 在 2024-10-07 上传 | 大小:7385088 | 下载:0

[数据结构常用算法LONGGEKUTA

说明:龙格库塔算法实现,非常实用的算法,用C++实现,希望大家喜欢!-longgerkuta
<周亮> 在 2024-10-07 上传 | 大小:240640 | 下载:0

[数据结构常用算法Exam1

说明:卡耐基SSD5 exam1标准答案-Carnegie SSD5 exam1 standard answer-ssd5 exam1
<chikentatsu> 在 2024-10-07 上传 | 大小:45056 | 下载:0

[数据结构常用算法Huffman

说明:中国海洋大学 数据结构课程设计课题本人作品,利用哈弗曼编码原理实现对ascii字符文本文件的压缩与解压处理.压缩率为58 -60 .-Ocean University of China data structures course design project I work, the use of Hafu Man coding theory to achieve the ascii characters of the text fil
<姜俊> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法LCS

说明:最长公共子序列,并且实现了输出。 好的不得了。不要错过啊!-Longest common subsequence, and to achieve the output. Extremely good. Do not miss ah!
<尚启昌> 在 2024-10-07 上传 | 大小:586752 | 下载:0

[数据结构常用算法KNAPSACK

说明:0-1背包问题,用动态规划做的,很不错,供大家传阅。算法设计的原型。我给具体实现了。-0-1 knapsack problem, using dynamic programming to do, very good for your circulation. Algorithm design prototype. I gave a concrete realization.
<尚启昌> 在 2024-10-07 上传 | 大小:586752 | 下载:0

[数据结构常用算法DIJKSTRA

说明:迪杰斯特拉 算法 求最短路径,我用VC 做的,很不错。供大家阅读。-Dijkstra shortest path algorithm, I use VC to do, very good. For all to read.
<尚启昌> 在 2024-10-07 上传 | 大小:581632 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 1650.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org