在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta )
标签: subplot godhua xlabel plot
上传时间: 2013-12-25
上传用户:15736969615
加密程序源代码* A 变成 C,B 变成 D,a 变成 c,b 变成 d,Y 变成 A, * z 变成 b,以此类推。非字母字符不变。
上传时间: 2013-12-28
上传用户:stvnash
1928年,Wilhelm Ackermann (1896 - 1962,David Hilbert的学生) 发现x的y次幂的z-重积分 A(x,y,z)是递归的但不是原始递归的。Rosza Peter将A(x,y,z)简化到二元函数,初始条件由Raphael Robinson简化。
标签: 1928
上传时间: 2013-12-10
上传用户:xfbs821
S6B0724液晶显示驱动程序 void LCD_BUSY(void) void write_LCD_data(uchar lcd_data) void write_LCD_command(uchar command) void clear_lcd(void) void LCDClearLine(uchar line) void prints(uchar line,uchar * temp) void printf(ulong int x) void change_code(uint * x) void Sendlcd(uchar x,uchar y,uchar dat) void Sendhz(uchar x,uchar y,uchar dat) void display_HZ(void) void display_date(void) void LCD_initial(void) void prints_id(uchar line,uint id) //void print_lcd(uchar *sss)
标签: void write_LCD_command write_LCD_data LCD_BUSY
上传时间: 2016-03-17
上传用户:独孤求源
激光加工控制系统 可以读入plt文件,然后仿真,再通过并口 输出x y步进电机的驱动信号及开关光信号 实现激光雕刻
上传时间: 2013-12-22
上传用户:songrui
dwg加密小程式(LSP) 1,将要进行加密的图纸另外复制一份,切记!!! 2,在autocad中,打开要加密的图纸。 3,点击 autocad 菜单 “工具” -》 “加载应用程序” ,加载 lockup.lsp。 4,加载后会出现提示对话框,点确定。 5,在autocad中,键入 lockup ,回车。 6,英文提示“是否进行加密?” ,输入 y ,回车。 7,余下的提示,都回车,加密完成,保存图纸。
上传时间: 2016-03-21
上传用户:xiaohuanhuan
编写简单的加密程序它把一个文件的所有字母按下列规律进行 换,非字母的字符保持不变。文本可以自行创建,文件名可以自定 转换规律:‘A’→‘Z’,‘B’→‘Y’,• •
上传时间: 2016-03-23
上传用户:ouyangtongze
运行程序,显示主菜单,要求做出选择: 输入 1 ,转到乐曲选择菜单,输入要播放的乐曲的序号,若输入正确(如 1 ),则要求输入播放次数,然后按输入的播放次数播放所选乐曲,输入非法或乐曲播放完后返回乐曲选择菜单。 输入 2 或者 3 ,程序提示“该部分功能未完成,按任意键返回”,按一下键盘返回主菜单。 输入 4 或 q 或 Q ,程序提示是否退出,键入 y ,程序退出,键入其它值则返回主菜单。
标签: 运行程序
上传时间: 2016-03-26
上传用户:CSUSheep
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
标签: introductory HelloWorld containing Directory
上传时间: 2016-03-29
上传用户:exxxds
学生信息管理系统,本程序共有八个功能与数据结构说明: 每一条记录包括一个学生的学号、姓名、3门课成绩、平均成绩。 1.学生记录的输入,可以一次完成若干条记录的输入,可以控制所要输入学生的总数,根据提示进行输入次数,然后每输入一个值按下回车,然后再根据提示进行输入。 2.显示学生信息。完成全部学生记录的显示。 3.查找功能。输入一个学生的名字,然后就显示该学生的所有信息。 4.排序功能:按学生平均成绩进行排序。 5.插入记录。在程序进行中可以输入一个学生的名字,然后在该学生后面插入一个学生的信息,插入完之后会提示用户是否进行排序,输入y则进行排序,输入n不进行排序。 6.删除功能。该功能实现删除学生信息,给出所要删除的学生的名字,即可实现将该学生的所有信息删除。 7.文件的存盘功能。该功能模块实现对该文件的存盘操作。将文件存入磁盘中的命名为student.cpp的文件中,直到存完为止。 8.文件的读出功能。该功能模块实现对磁盘中文件名为student.cpp的文件进行读出操作,直到读完为止。 9.则退出整个程序的运行。
上传时间: 2013-12-19
上传用户:李彦东