资源列表

« 1 2 ... .20 .21 .22 .23 .24 1725.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法sorting-nilai-tertinggi-ke-rendah

说明:aplikasi sorting data degan c
<ardi> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法1

说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去      掉不满足条件的排列。 -There are numbers 1,2,3,4, can form a number of disparate and non-repetitive three-digit number? Is how much? 1 program ana
<xie> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法2QQ

说明:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高   于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提   成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于   40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于   100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I
<xie> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法3QQ-

说明:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后-An integer, it is with 100 after a perfect square, plus 168 is a perfect square, what is the number of how many? 1 program an
<xie> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法4QQ

说明:输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊      情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain period of a day, this day is to determine the first few days this year? 1 program analysis: the March 5, fo
<xie> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法5QQ

说明:输入三个整数x,y,z,请把这三个数由小到大输出。1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小-Enter three integers x, y, z, the number of small to large output of these three please. 1 progra
<xie> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法hashtable

说明:Hashtable implemented in C with chainhashing
<elisherer> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法guide

说明:从语言编写的模拟校园导游 可求最短路径 无向带权图-From the language of the shortest-path simulation Campus Tour rectifiable undirected weighted graph
<刘文胜> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法programming

说明:c语言编程很重要,学会它对我们操作计算机很有帮助!-c programming language is very important that we learn to operate the computer it is helpful!
<张玉贞> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法CPP1

说明:一、顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法: 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入)的顺序存储结构(即顺序表),长度限定在25之内; 2)打印/显示(遍历)该线性表(依次打印/显示出表中元素值); 3)在顺序表中查找第i个元素,并返回其值; 4)在顺序表第i个元素之前插入一已知元素; 5)在顺序表中删除第i个元素; 6)求顺序
<goudezong> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法C-Programs

说明:This Program uses classes to represent an order form. If you are learnig about how to use classes then take a look at this program.
<asa> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法new-c-

说明:This program takes input regarding the desired requirements of furniture and outputs the price to be payed. It too uses advanced classes.
<asa> 在 2024-10-05 上传 | 大小:3072 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 1725.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org