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

MSC-G

  • moto e2 基站定位0.1版软件

    moto e2 基站定位0.1版软件,基于moto e2的sdk和使用arm-linux-g

    标签: moto 0.1 e2 基站定位

    上传时间: 2013-12-18

    上传用户:

  • 图的深度遍历

    图的深度遍历,输出结果为(红色为键盘输入的数据,权值都置为1): 输入顶点数和弧数:8 9 输入8个顶点. 输入顶点0:a 输入顶点1:b 输入顶点2:c 输入顶点3:d 输入顶点4:e 输入顶点5:f 输入顶点6:g 输入顶点7:h 输入9条弧. 输入弧0:a b 1 输入弧1:b d 1 输入弧2:b e 1 输入弧3:d h 1 输入弧4:e h 1 输入弧5:a c 1 输入弧6:c f 1 输入弧7:c g 1 输入弧8:f g 1 深度优先遍历: a b d h e c f g 程序结束.

    标签:

    上传时间: 2016-04-04

    上传用户:lht618

  • Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and g

    Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and generates high quality, smooth images.

    标签: Mandelbrot and algorithm Fraqtive

    上传时间: 2016-04-12

    上传用户:独孤求源

  • 华恒科技 HHCF5249-R3 技术手册 第一章 产品简介 第二章 软件系统 第三章 硬件系统 第四章 机械特性 第五章 底板的硬件设计 第六章 售后服务及技术支持 附录 附录A 初

    华恒科技 HHCF5249-R3 技术手册 第一章 产品简介 第二章 软件系统 第三章 硬件系统 第四章 机械特性 第五章 底板的硬件设计 第六章 售后服务及技术支持 附录 附录A 初始化 附录B LINUX 常见术语 附录C 常用LINUX 命令 附录D GCC 与GDB 附录E MAKEFILE 附录F UCLINUX 系统分析 uClinux 简介 uClinux 小型化的做法 uClinux 的开发环境 uClinux 的内存管理 工具及内核 附录G 图形界面(GUI)接口函数API 附录H 参考资料

    标签: HHCF 5249 华恒科技 产品简介

    上传时间: 2013-12-24

    上传用户:a6697238

  • sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

    sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data. Version: 0.95 Date: 2007-03-09 Author: Peter Hoff Maintainer: Peter Hoff <hoff at stat.washington.edu> License: GPL Version 2 or later URL: http://www.stat.washington.edu/hoff CRAN checks: sbgcop results Downloads: Package source: sbgcop_0.95.tar.gz MacOS X binary: sbgcop_0.95.tgz Windows binary: sbgcop_0.95.zip Reference manual: sbgcop.pdf

    标签: Semiparametric estimation parameters estimates

    上传时间: 2016-04-15

    上传用户:talenthn

  • sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

    sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data. Version: 0.95 Date: 2007-03-09 Author: Peter Hoff Maintainer: Peter Hoff <hoff at stat.washington.edu> License: GPL Version 2 or later URL: http://www.stat.washington.edu/hoff CRAN checks: sbgcop results Downloads: Windows binary: sbgcop_0.95.zip

    标签: Semiparametric estimation parameters estimates

    上传时间: 2016-04-15

    上传用户:qilin

  • sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

    sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data. Version: 0.95 Date: 2007-03-09 Author: Peter Hoff Maintainer: Peter Hoff <hoff at stat.washington.edu> License: GPL Version 2 or later URL: http://www.stat.washington.edu/hoff CRAN checks: sbgcop results Downloads: Reference manual: sbgcop.pdf

    标签: Semiparametric estimation parameters estimates

    上传时间: 2014-12-08

    上传用户:一诺88

  • LR(1)文法实现四则运算程序

    LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行

    标签: LR 四则运算 程序

    上传时间: 2014-12-03

    上传用户:kelimu

  • 这是江苏企业通讯协议(联通版本)的一个Release

    这是江苏企业通讯协议(联通版本)的一个Release,因为公司业务已经转换到java版本所以,我决定发布EMSP 2.0 C++ 版本的协议部分,因为当时比较仓促,设计的不是很好,但是我想对于刚刚涉及网络开发的人,特别是刚刚涉及短信息业务开发的人应该有所帮助,我所发布的部分只是协议处理部分的内容,不包括网络的处理,网络处理部分很简单,如果使用BCB或者VC的话您可以使用,VCL或者MFC中封装好的Socket组件来使用就可以了,或者您使用Socket API来处理。对于linux和Unix用户,我想您应该知道如何使用Socket了吧:) 本人曾在VC7 ,BCB6,kylix,G++上生成系统,但是不保证您在上述平台上可以正确生成系统。VC6因为对Standard C++支持不足,无法编译本代码。

    标签: Release 江苏 通讯协议 联通

    上传时间: 2016-04-23

    上传用户:qweqweqwe

  • 电源:稳压的+5V电源

    电源:稳压的+5V电源,电流小于300mA。 视频输入:RGB+HSYNC+VSYNC信号,取自VGA卡,刷新率与NTSC标准兼容。 视频输出:混合视频和S-视频(Y/C)。 支持的视频标准:PAL B、G、H和NTSCM。 电路要求VGA卡能发送与PAL或NTSC标准视频时序兼容的RGB格式视频信号。

    标签: 电源 5V电源 稳压

    上传时间: 2014-11-22

    上传用户:zhuyibin