In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
標簽: Runge-Kutta-Gill following example Program
上傳時間: 2014-01-16
上傳用戶:maizezhen
it is a pdf document Name is m16c please read carefully.
標簽: carefully document please is
上傳時間: 2014-11-23
上傳用戶:xwd2010
Name Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read and write the AT24Cxx family of serial CMOS EEPROMS. This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051. Note that the minimum size of the buffer is determined by the page size of the AT24Cxx.
標簽: microcontroller Control_AT collection routines
上傳時間: 2013-12-13
上傳用戶:asddsd
javascript中文教程 <INPUT TYPE="button" Name="objectName" VALUE="buttonText" [onClick="handlerText"]> Name specifies the Name of the button object as a property of the enclosing form object and can be accessed using the Name property. VALUE specifies the label to display on the button face and can be accessed using the value property.
標簽: javascript buttonText objectName onClick
上傳時間: 2014-01-25
上傳用戶:aix008
File Name: main.c ** Last modified Date: 2006-09-26 ** Last Version: 1.0 ** Descriptions: The main() function example template ** **------------------------------------------------------------------------------------------------------ ** Created by: ** Created date: 2006-09-16 ** Version: 1.0 ** Descriptions: The original version ** **------------------------------------------------------------------------------------------------------ ** Modified by: Driver IC:ili9320 18BIT ** Modified date: vcs320240-2006-0 ** Version: ** Descriptions:
標簽: Last Descriptions modified Version
上傳時間: 2016-04-01
上傳用戶:R50974
File Name:exp02.asm。dsp編程
上傳時間: 2013-12-20
上傳用戶:181992417
File Name:exp03.asm。dsp編程
上傳時間: 2016-04-09
上傳用戶:tianyi223
File Name:exp04.asm。dsp編程
上傳時間: 2016-04-09
上傳用戶:陽光少年2016
File Name:exp05.asm。dsp編程
上傳時間: 2013-12-19
上傳用戶:pompey
編程題(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