📚 MIL-STD技术资料

📦 资源总数:119
💻 源代码:83605

📚 MIL-STD全部资料 (119个)

#include <iostream> using namespace std; class Student { public: Student(int, int); int num; i...

📅

mil mm,db 倍数,米每秒,千米每小时,等单位之间互相换算 电阻并联计算 ...

📅

#include <stdio.h>   #include <stdlib.h> ///链...

📅

#include <iostream> #include <stdio.head> #include <stdlib.head> #include <stri...

📅

#include "iostream" using namespace std; class Matrix { private: double** A; //矩阵A...

📅

LVDS接口标准,LVDS-std-TIA-EIA-644-A-2001,描述了LVDS的电气特性等。...

📅

#include<iostream> using namespace std; int s=0;  int prime(int x){ int i,p=1; for(i=2;...

📅