ImageVerifierCode 换一换
格式:DOCX , 页数:42 ,大小:442.36KB ,
资源ID:3592266      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-3592266.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(北京邮电大学电子工程学院计算机实习报告题目基本历年都一样文档格式.docx)为本站会员(b****1)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

北京邮电大学电子工程学院计算机实习报告题目基本历年都一样文档格式.docx

1、Picture1.Line (19, 0)-(18.5, 0.5)Picture1.Line (0, 0)-(0, 19)Picture1.Line (0, 19)-(0.5, 18.5)Picture1.Line (0, 19)-(-0.5, 18.5) For i = 0 To N1 xi = 1 Picture1.PSet (i, 1), vbBlack 画x(n)的图像 Next i For n = 0 To N1 Picture1.CurrentX = n: Picture1.CurrentY = 0.4: Picture1.Print n Next nEnd SubPrivate

2、Sub Command2_Click()Picture2.Scale (-1, 20)-(20, -1) 画h(n)坐标Picture2.Line (0, 0)-(19, 0)Picture2.Line (19, 0)-(18.5, -0.5)Picture2.Line (19, 0)-(18.5, 0.5)Picture2.Line (0, 0)-(0, 19)Picture2.Line (0, 19)-(0.5, 18.5)Picture2.Line (0, 19)-(-0.5, 18.5)For n = 0 To N2Picture2.PSet (n, n / 2), vbBlack 画

3、h(n)的图像Next n Picture2.CurrentX = n: Picture2.CurrentY = 0.4: Picture2.Print nnd SubPrivate Sub Command3_Click()Picture3.Scale (-3, 44)-(44, -3)Picture3.Line (0, 0)-(44, 0) Picture3.Line (44, 0)-(43.5, -0.5) Picture3.Line (44, 0)-(43.5, 0.5) Picture3.Line (0, 0)-(0, 44) Picture3.Line (0, 44)-(0.5, 4

4、3.5) Picture3.Line (0, 44)-(-0.5, 43.5)For n = 0 To (N1 + N2)y = 0For m = 0 To nIf m = N1 ThenXn = 1ElseXn = 0End IfIf (n - m) 0.3) this+who *= _root.speedDecay; else +who = 0; /the car will react to certain keys /accelerate if (Key.isDown(87) & this+who_root.maxSpeed) +who += _root.acceleration; /b

5、rake (reverse) if (Key.isDown(83) +who -= _root.backSpeed; /steer left if (Key.isDown(65) & _root+who._rotation -= _root.rotationStep*(this+who/_root.maxSpeed); /steer right if (Key.isDown(68) &+who._rotation += _root.rotationStep*(this thisrotation+who = _root+who._rotation; /we calculate the two c

6、omponents of speed (X axis and Y axis)speedx+who = Math.sin(this+who*(Math.PI/180)*this+who;speedy+who = Math.cos(this+who*-1; /apply the components on the actual position of the car _root+who._x += this+who._y += this if(_root+who.hitTest(end) gotoAndPlay(3); ;+who.hitTest(car1) +who=0; for(i=1;i=1

7、7;i+) if(_root+who.hitTest(_rootbark+i) ; if (_root+who._x1150)+who._y700) if (Key.isDown(Key.UP) & if (Key.isDown(Key.DOWN) if (Key.isDown(Key.LEFT) & if (Key.isDown(Key.RIGHT) & gotoAndPlay(4); /shengli+who.hitTest(car2) +who =0;可进行两辆赛车的比赛4、题目要求:设计一个成绩管理系统,可添加、删除、修改班级,科目、学生。可按照科目和学号组合查询、可按照班级打印成绩单

8、 (要求:可添加、删除、修改班级,科目、学生,查询、打印)对输入的数据库文件进行存储,然后对其访问即可建立数据库文件保存对选定的班级进行成绩打印按科目和学号查找对数据库文件进行修改操作窗体代码:frmMainPrivate Sub MDIForm_Load() Me.Width = Screen.Width * 0.75 Me.Height = Screen.Height * 0.75 Me.Left = Screen.Width * 0.125 Me.Top = Screen.Height * 0.125 Me.Show总是将工作目录设到应用程序所在目录 ChDir App.Path初始化文档窗体数组,并显示第一个子窗体 ReDim Doc(1) ReDim FState(1) Doc(1).Tag = 1 FState(1).Dirty = False Doc(1).Caption = 新成绩表:1 Doc(1).Show读系统注册表并适当地设置最近使用的菜单文

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2