浙江大学acm第1003题解答,参考网络代码,并修改过一些地方
上传时间: 2013-12-20
上传用户:yxgi5
功能如题 单路口交通灯定时控制,自己做的一个小程序
上传时间: 2014-01-10
上传用户:sunjet
题库系统与试卷生成 使用java语言为基本工具实现题库与试卷的生成与设计
上传时间: 2013-12-08
上传用户:康郎
应聘华为各类工程师通信基础题库以及答案,对应聘通信类职位很有帮助!
上传时间: 2014-01-23
上传用户:jkhjkh1982
编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct student *head),输出链表,格式每行一个结点,包括学号,姓名,分数。 (3).编写函数struct student * merge(struct student *a,struct student *b), 将已知的a,b两个链表 按学号升序合并,若学号相同则保留成绩高的结点。 (4).编写函数struct student * del(struct student *a,struct student *b),从a链表中删除b链表中有 相同学号的那些结点。 (5).编写main函数,调用函数creat建立2个链表a,b,用print输出俩个链表;调用函数merge升序合并2个 链表,并输出结果;调用函数del实现a-b,并输出结果。 a: 20304,xxxx,75, 20311,yyyy,89 20303,zzzz,62 20307,aaaa,87 20320,bbbb,79 b: 20302,dddd,65 20301,cccc,99 20311,yyyy,87 20323,kkkk,88 20307,aaaa,92 20322,pppp,83
上传时间: 2016-04-13
上传用户:zxc23456789
c题库,100道,以作训练C语言编程之用
标签: 题库
上传时间: 2014-01-04
上传用户:lanwei
该源代码为<c语言名题精选百则>源码! 内容包括查找,排序,字符串处理等经典代码
上传时间: 2013-12-20
上传用户:水中浮云
数据结构的必做编程题,包括八皇后问题,排序问题等
上传时间: 2014-08-20
上传用户:李梦晗
南开上机100题,三级网络技术,能够迅速的帮助通过上机考试^
上传时间: 2016-04-19
上传用户:小鹏
北京大学ACM题 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 both of its radial lines are specified by the input. The sizes of the squares are also specified by the input, and the squares can shift vertically and horizontally. Now your job is to use the squares and the radial lines of the angle to enclose the maximum area, which excludes the area of the squares (see Figure 1). You should note that the edges of the squares must be parallel to the axes.
标签: geometric quadrant problem squares
上传时间: 2013-12-25
上传用户:ynzfm