編程題(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