搜索结果
找到约 119 项符合
mil-std 的查询结果
微处理器开发 利用easyARM7 2103与OCM4X8中文液晶实现画线
利用easyARM7 2103与OCM4X8中文液晶实现画线,图形化时钟功能。
接线口:P0.5-CS,P0.6-STD,P0.7-SCLK
方式为串行
数据结构 一个C++写的KdTree容器模板库
一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化
matlab例程 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 ...
书籍源码 在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答
在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。
程序按章设立文件夹(子目录),例如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应 ...
系统设计方案 这是日本OKI公司开发的ML9636芯片说明书
这是日本OKI公司开发的ML9636芯片说明书,这款芯片专门用于DSRC开发,由于国内只有ETC标准,尚无DSRC标准,此款芯片是基于日本ARIB STD-T75标准开发的。希望能对打算研究DSRC的朋友提供帮助
其他 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.
通讯编程文档 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, ...
通讯编程文档 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 1321 ...
C/C++语言编程 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;
}
...
Matlab JIANYI JISUANQI
『原创』SKILL源程序共享:MM转MIL,且附带计算器功能。此SKILL功能包括:MM转MIL MIL转MM转换。含计算器功能,加、减、乘、除都可以。非常实用的一个SKILL。...