虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

2<b>6</b>8

  • 史上最强的s3c2410中文手册

    史上最强的s3c2410中文手册,含第1,2,5,6,8,15,16章,是研究ARM9的非常难得的好资料!

    标签: s3c2410

    上传时间: 2016-04-07

    上传用户:阿四AIR

  • 目前较为全面的S3C2410的中文数据手册

    目前较为全面的S3C2410的中文数据手册,包括:1、2、5、6、8、15、16章。

    标签: S3C2410 数据手册

    上传时间: 2014-03-04

    上传用户:450976175

  • 数据结构试验报告 约瑟夫环 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1

    数据结构试验报告 约瑟夫环 问题描述: 约瑟夫(Joseph)问题的一种描述是:编号为1,2,,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从l报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 基本要求: 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 测试数据: m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4(正确的出列顺序应为6,l,4,7,2,3,5)。

    标签: Joseph 数据结构 报告

    上传时间: 2014-01-18

    上传用户:chfanjiang

  • 设有一个数列

    设有一个数列,包含10个数,已按升序排好。现要求编写程序,把从指定位置开始的n个数按逆序重新排列并输出新的完整数列。进行逆处理时要求使用指针方法。试编程。 (例如原数列为2,4,6,8,10,12,14,16,18,20,若要求把从第4个数开始的5个数按逆序重新排列,则得到新数列为2,4,6,16,14,12,10,8,18,20)。

    标签: 数列

    上传时间: 2013-12-30

    上传用户:LouieWu

  • 用ISD1700来实现读温度

    用ISD1700来实现读温度,比如27.5摄氏度,先分段录制声音:1,2,3,4,5,6,7,8,9,十,点,温度,摄氏度。读27.5摄氏度时,再分段找地址,读出相应的数

    标签: 1700 ISD 温度

    上传时间: 2013-12-12

    上传用户:wendy15

  • 用VHDL实现2

    用VHDL实现2,4,8分频设计,经编译,波形仿真成功

    标签: VHDL

    上传时间: 2016-10-19

    上传用户:lmeeworm

  • 最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla!

    最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.

    标签: Builder Joomla Community Commnity

    上传时间: 2016-10-20

    上传用户:daoxiang126

  • 最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书

    最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书,仅提供给付费会员 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.

    标签: Community Builder Joomla 1.2

    上传时间: 2016-10-20

    上传用户:王者A

  • MPSK之2

    MPSK之2,4,8取值时的幅度相位键控仿真程序

    标签: MPSK

    上传时间: 2013-12-20

    上传用户:windwolf2000

  • 人人对战五子棋是要两个人对弈的游戏

    人人对战五子棋是要两个人对弈的游戏,它用ARM开发板的键盘操作,输入值的范围是1-9:2,4,6,8控制方向,1是左下,3是右下,5是确定,7是左上,9是右上,下的情况直接在开发板的显示屏上显示。 我们的游戏的功能是:一个人先在10*10的棋盘中随便下一棋,另一个人也可以在棋盘中随便下,第一个人下完了,另一个人才可以下,这里有一个权限的交换问题,只要一方有五个相邻的棋子成一条线(上下,左右,斜),就在显示屏中打印出那一方胜,一段时间后,系统自动打印棋盘,新的一局开始。 程序测试数据: (1) 当第一个人按下确定键5时,预期结果为在相应的位置打印一个圆圈。 (2) 当第一个人按下确定键5时,预期结果为在相应的位置打印另一种颜色的圆圈。 (3) 当方向键时,预期结果为在棋盘中看到方框的移动。 (4) 按下除规定的按键以外的其他按键后,预期结果为无任务反应。

    标签:

    上传时间: 2014-12-08

    上传用户:yuchunhai1990