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