资源列表
[其他小程序] median1363
说明:pku1363,1、题目简介: 给出一个数n,1~n的所有整数会以从小到大的顺序入栈,但出栈顺序不定,同时给出几组出栈的顺序,要求判断给出出栈顺序是否可能。 2、算法实现思想: 首先建立一系列的Stack操作,入push,pop,isEmpty,top,clear等 将要判断的出栈序列存储至一个数组map中。然后从最大的n开始到1进行循环压栈和出栈处理。从出栈序列map[]的尾部开始,进栈,不断寻找最大的出栈,次大的出栈...最后若栈空则为Yes,否则为No -pku136<周静> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[Windows编程] median2503
说明:pku2503.给出一部特殊语言的翻译字典,字典格式: 英文翻译单词 特殊语言单词 要求读入这部字典,同时给出要一些特殊语言的单词,要求利用这部字典将其要查询的单词翻译成英文。 -You have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you have a dictionary<周静> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[Windows编程] median2722
说明:给出一个如图角和多个正方形的边长,要求用正方形对给出的角进行封锁,并且要求如图阴影部分的面积最大。-Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and bot<周静> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[Windows编程] pku
说明:有一段木板长度为L,和若干小段a,b,c,d…..要对其进行截断,最终得到长度为a,b,c,d。。。的小木板,截断时需要一定的费用,截断长度为n的木板的费用就为n,要求最后德尔总费用最低。-Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and finds that he needs N (1 ≤ N ≤ 20,000) planks of wood<周静> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据库编程] xueshengxinxiguanli
说明:一个关于干学生信息管理系统的数据库,用vb编写-A student information management system on the dry database prepared using vb<flywei784> 在 2025-06-17 上传 | 大小:60kb | 下载:0
[其他小程序] list
说明://只创造一个list类,所有信息属性 以字符串实现 //通讯录实现在文件的读取中,将所有录入信息作为字符串存储 //实用文件输入输出流进行录入 //所录入联系人信息保存在txt文件中,再通过 iomanip的使用调节输入输出界面的格式 -//Just to create a list class, string property to achieve all of the information// address book to achieve in the document<meteor orion> 在 2025-06-17 上传 | 大小:2kb | 下载:0