编程题(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
Minix3的源码,内有boot,etc,fs,inet,kernel,lib,mm,test等几个模块,提供编译工具和MakeFile
上传时间: 2013-12-24
上传用户:rocwangdp
the geometry of a diffraction grating, a common illustration in textbooks of optics, spectroscopy, and analytical chemistry. Sliders on the figures allow real-time interactive control of the incidence angle, grating ruling density (lines/mm), wavelength, and diffraction order.
标签: illustration spectroscopy diffraction textbooks
上传时间: 2016-06-04
上传用户:极客
本文试图帮助设计者在没有表面安装设备的情况下制作第一个使用 Cygnal TQFP 和 LQFP 器 件的样机系统 本应用笔记假定读者至少具有通孔焊接的基本手工焊接技术 本文介绍如何拆除 清洗和更换一个具有 0.5 mm间距的 48 脚 TQFP 器件
上传时间: 2014-01-08
上传用户:xlcky
仿真标准串口,用于升级原串口外围设备,或者通过USB 增加额外串口。 ● 计算机端Windows 操作系统下的串口应用程序完全兼容,无需修改。 ● 硬件全双工串口,内置收发缓冲区,支持通讯波特率50bps~2Mbps。 ● 支持5、6、7 或者8 个数据位,支持奇校验、偶校验、空白、标志以及无校验。 ● 支持串口发送使能、串口接收就绪等传输速率控制信号和MODEM 联络信号。 异步串口/RS232/RS485/RS422 转换并口打印机为USB 打印机 EPP 并口和MEM 并口 常用的2 线和4 线同步串口 DD+ 计算机 或者 其它 USB 主机 CH341 转接芯片 CH341 中文手册(一) 2 ● 通过外加电平转换器件,提供RS232、RS485、RS422 等接口。 ● 支持以标准的串口通讯方式间接地访问CH341 外挂的串行EEPROM 存储器。
上传时间: 2013-11-29
上传用户:15736969615
%以FRP-混凝土面内剪切试验说明matlab神经元网络的使用 %读入试验数据,数据格式为 % FRP厚度(mm) FRP宽度(mm) FRP粘结长度(mm) FRP弹模(GPa) 混凝土抗拉强度(MPa) 混 凝土宽度(mm) %[ 0.169 50 130 97 2.9 100] %网络输出为极限承载力
上传时间: 2014-01-22
上传用户:星仔
讨论了利用GPS多普勒频移观测值确定运动载体速度的基本原理,估计了这一方法可以达到的精 度。为验证该方法的可靠性及稳定性,做了两个试验:静态试验和动态试验,试验中实测动态数据处理采用 VAES软件。理论研究和数据处理结果均表明,在卫星分布较好的情况下,载体速度的确定精度可达mm/s。
上传时间: 2013-12-22
上传用户:cylnpy
DDS AD9854,软件程序DD S AD9854,软件程序
上传时间: 2016-07-27
上传用户:lht618
Also since the domain name--against which the retrieved domain name is to be matched--is currently hard coded. Hence the hard coded name has to be change before compiling the user mode program The .lib file which has been provided in \DD\DD folder is checked built using Win XP DDK as of now.
标签: domain name currently retrieved
上传时间: 2016-08-17
上传用户:siguazgb
In this paper we describe a control methodology for catching a fast moving object with a robot manipulator, where visual information is employed to track the trajectory of the target. Sensing, planning and control are performed in real-time to cope with possible unpredictable trajectory changes of the moving target, and prediction techniques are adopted to compensate the time delays introduced by visual processing and by the robot controller. A simple but reliable model of the robot controller has been taken into account in the control architecture for improving the performance of the system. Experimental results have shown that the robot system is capable of tracking and catching an object moving on a plane at velocities of up to 700 mm/s and accelerations of up to 1500 mm/s2.
标签: methodology describe catching control
上传时间: 2014-01-12
上传用户:qq521