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

mil-std

  • 利用easyARM7 2103与OCM4X8中文液晶实现画线

    利用easyARM7 2103与OCM4X8中文液晶实现画线,图形化时钟功能。 接线口:P0.5-CS,P0.6-STD,P0.7-SCLK 方式为串行

    标签: easyARM7 OCM4X8 2103 液晶

    上传时间: 2016-10-05

    上传用户:klin3139

  • 一个C++写的KdTree容器模板库

    一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化

    标签: KdTree 容器 模板

    上传时间: 2014-01-03

    上传用户:x4587

  • PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A componen

    PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).

    标签: from eliminates PRINCIPLE algorithm

    上传时间: 2016-11-27

    上传用户:凌云御清风

  •   在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答

      在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。 程序按章设立文件夹(子目录),例如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序的,在文件名中加了顺序号,如c10-4-1.cpp是例10.4的第1个程序,c10-4-2.cpp是例10.4的第2个程序。 教材中所有的程序都是符合C++标准规定的,在GCC中能通过,但有的程序在Visual C++ 6.0中通不过。如果在Visual C++ 6.0环境下运行程序,需要对程序作一些修改。例如,如果程序c10-4-1.cpp在Visual C++ 6.0环境下编译,第1行应改为“include <iostream.h>”,并将第2行“using namespace std ”取消即可顺利通过编译,其他类似。我们在教材的例题程序中还提供了能在Visual C++ 6.0环境下运行的程序,在文件名中加了"(VC)"字样,如c10-4-2(VC) 表示它是对程序c10-4-2修改后能用于Visual C++ 6.0环境的程序。

    标签: 光盘 谭浩强 程序设计 清华大学

    上传时间: 2017-02-04

    上传用户:youth25

  • 这是日本OKI公司开发的ML9636芯片说明书

    这是日本OKI公司开发的ML9636芯片说明书,这款芯片专门用于DSRC开发,由于国内只有ETC标准,尚无DSRC标准,此款芯片是基于日本ARIB STD-T75标准开发的。希望能对打算研究DSRC的朋友提供帮助

    标签: 9636 OKI ML 日本

    上传时间: 2014-01-03

    上传用户:拔丝土豆

  • PIC_Hi-Tech_C_Mike_Pearces_I2C_routines * Use 10 MHz crystal frequency. * Use Timer0 for ten mil

    PIC_Hi-Tech_C_Mike_Pearces_I2C_routines * Use 10 MHz crystal frequency. * Use Timer0 for ten millisecond looptime. * Blink "Alive" LED every two and a half seconds. * Use pushbutton to exercise Screens utility.

    标签: PIC_Hi-Tech_C_Mike_Pearces_I C_routines Use frequency

    上传时间: 2013-12-19

    上传用户:标点符号

  • This file is a function under matlab which allow to compute several statistical parameter of random

    This file is a function under matlab which allow to compute several statistical parameter of random signal such as variance, power, mean values, std, ...

    标签: statistical parameter function compute

    上传时间: 2017-06-27

    上传用户:ruixue198909

  • Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 3

    Supplemental information for a high-speed serial bus that integrates well with most IEEE standard 32-bit and 64-bit parallel buses is specified. It is intended to extend the usefulness of a low-cost interconnect between external peripherals, IEEE Std 1394-1995. This standard follows the ISO/IEC 13213:1994 Command and Status Register (CSR) architecture.

    标签: Supplemental information high-speed integrates

    上传时间: 2014-03-07

    上传用户:jjj0202

  • toj 4022源代码

    #include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } } } return 0; }

    标签: 天津大学acm4022 代码

    上传时间: 2015-04-20

    上传用户:nr607

  • JIANYI JISUANQI

    『原创』SKILL源程序共享:MM转MIL,且附带计算器功能。此SKILL功能包括:MM转MIL MIL转MM转换。含计算器功能,加、减、乘、除都可以。非常实用的一个SKILL。...

    标签: MANLAB

    上传时间: 2015-07-15

    上传用户:mwr0707