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

H-JTGA

  • 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

    河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1,否則輸入0\n") scanf("%d",&option) if(option==1) { fun_b(n,1,2,3) } system("pause") return 0 } int fun_a(int n) { int sum1=2,sum2=0,i for(i=n i>1 i--) { sum1=sum1*2 } sum2=sum1-1 return sum2 } void fun_b(int n,int left,int mid,int right) { if(n==1) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) else { fun_b(n-1,left,right,mid) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) fun_b(n-1,mid,left,right) } }

    标签: int include stdlib fun_a

    上传时间: 2016-12-08

    上传用户:努力努力再努力

  • 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int

    指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為十六進位輸出格式*/ system("pause") return 0 }

    标签: include int stdlib stdio

    上传时间: 2013-11-29

    上传用户:tyler

  • H-JTAG是一款相当出色的ARM调试代理软件

    H-JTAG是一款相当出色的ARM调试代理软件,本文档是它的中文说明,很详细

    标签: H-JTAG ARM 调试 代理

    上传时间: 2016-12-08

    上传用户:a6697238

  • keil 下使用wiggle 和H-Jtag的详细的简明教程。前提是keil必须支持RDI接口。

    keil 下使用wiggle 和H-Jtag的详细的简明教程。前提是keil必须支持RDI接口。

    标签: keil H-Jtag wiggle RDI

    上传时间: 2013-12-17

    上传用户:yy541071797

  • 时钟芯片的c程序 使用时加上头文件 即#include<reg.h>

    时钟芯片的c程序 使用时加上头文件 即#include<reg.h>

    标签: include reg gt lt

    上传时间: 2013-11-29

    上传用户:独孤求源

  • H.248协议

    H.248协议,也叫MeGaCo协议,是媒体网关控制器(MGC)与媒体网关(MG)之间的一种媒体网关控制协议,这个协议是一项ITU-T与IETF合作结果的新标准。目前ITU-T、IETF、软交换论坛等标准化组织正在加紧对H.248协议进行完善,各大电信设备制造商也在H.248协议的研发和应用上加大了投入。与MGCP协议相比,H.248协议可以支持更多类型的接入技术并支持终端的移动性,除此之外,H.248协议最显著之处在于能够支持更大规模的网络应用,而且更便于对协议进行扩充,因而灵活性更强,已逐渐取代MGCP发展成为媒体网关控制协议的标准

    标签: 248 协议

    上传时间: 2016-12-17

    上传用户:笨小孩

  • H.323是由ITU制定的通信控制协议

    H.323是由ITU制定的通信控制协议,用于在分组交换网中提供多媒体业务。呼叫控制是其中的重要组成部分,它可用来建立点到点的媒体会话和多点间媒体会议。目前最新的H.323版本是V4。 H.323定义了介于电路交换网和分组交换网之间的H.323网关(Gateway)、用于地址翻译和访问控制的网守(GateKeeper)、提供多点控制的多点会议控制器(MC)、提供多点会议媒体流混合的多点处理器(MP),以及多点会议控制单元(MCU)等实体。

    标签: 323 ITU 通信控制 协议

    上传时间: 2016-12-17

    上传用户:liglechongchong

  • 最新视频标准H.264/AVC及其关键技术

    最新视频标准H.264/AVC及其关键技术,最新标准

    标签: 264 AVC 视频标准 关键技术

    上传时间: 2013-12-06

    上传用户:zhangyigenius

  • 摘要:本文介绍了传统的压缩标准及最新的编解码技术。 关键词:视频压缩;H.263;M- JPEG;MPEG- 1;MPEG- 2;MPEG- 4;Real Video;WMT;QuickTime

    摘要:本文介绍了传统的压缩标准及最新的编解码技术。 关键词:视频压缩;H.263;M- JPEG;MPEG- 1;MPEG- 2;MPEG- 4;Real Video;WMT;QuickTime

    标签: MPEG QuickTime Video JPEG

    上传时间: 2014-01-16

    上传用户:凤临西北

  • H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the

    H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this standardization effort were enhanced compression efficiency, network friendly video representation for interactive (video telephony) and non-interactive applications (broadcast, streaming, storage, video on demand). H.264/AVC provides gains in compression efficiency of up to 50% over a wide range of bit rates and video resolutions compared to previous standards. Compared to previous standards, the decoder complexity is about four times that of MPEG-2 and two times that of MPEG-4 Visual Simple Profile. This paper provides an overview of the new tools, features and complexity of H.264/AVC.

    标签: the collaboration between Experts

    上传时间: 2013-12-30

    上传用户:dongbaobao