Std
共 167 篇文章
Std 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 167 篇文章,持续更新中。
MIL STD 498 - SOFTWARE DEVELOPMENT AND DOCUMENTATION
MIL STD 498 - SOFTWARE DEVELOPMENT
AND DOCUMENTATION
IEEE Std 828-1998 - Standard for Software Configuration Management Plans
IEEE Std 828-1998 - Standard for Software Configuration Management Plans
IEEE Std 730-2002 - Standard For Software Quality Assurance Plans
IEEE Std 730-2002 - Standard For Software Quality Assurance Plans
IEEE Std 1058-1998 - Standard for Software Project Management Plans
IEEE Std 1058-1998 - Standard for Software Project Management Plans
在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答
在本光盘中提供了由谭浩强编著的《C++程序设计》(清华大学出版社出版)一书中各章的例题程序以及全部习题的参考解答,以方便教师进行教学,也便于读者上机运行这些程序以及在此基础上修改和调试程序。
程序按章设立文件夹(子目录),例如文件夹c12中包含的是第12章全部例题的程序。程序的文件名以c开头,与例题号一一对应,如c5-7.cpp是第5章例5.7的程序。对于教材中同一例题中包含两个或多个程序
//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define
//使用gray code的解法
#include <iostream>
#include <cmath>
using namespace std
#define ZERO 0
#define ONE 1
#define ODD 1
#define EVEN 0
#define RIGHT 1
#define LEFT 0
#define
英文版 HI-TECH PICC18 STD 最详细最权威的开发手册
英文版 HI-TECH PICC18 STD 最详细最权威的开发手册
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 tra
关于IEEE 1394总线的资料(技术规范) IEEE Std 1394-1995.pdf IEEE Std 1394a-2000.pdf
关于IEEE 1394总线的资料(技术规范)
IEEE Std 1394-1995.pdf
IEEE Std 1394a-2000.pdf
LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL USE IEEE.STD_LOGIC_ARITH.ALL USE IEEE.STD_LOGIC_UNSIG
LIBRARY IEEE
USE IEEE.STD_LOGIC_1164.ALL
USE IEEE.STD_LOGIC_ARITH.ALL
USE IEEE.STD_LOGIC_UNSIGNED.ALL
利用easyARM7 2103与OCM4X8中文液晶实现画线
利用easyARM7 2103与OCM4X8中文液晶实现画线,图形化时钟功能。
接线口:P0.5-CS,P0.6-STD,P0.7-SCLK
方式为串行
IEEE 802.16Conformance03-2004 IEEE Standard Conformance to IEEE Std 802.16 Part 3: Radio Conformance
IEEE 802.16Conformance03-2004 IEEE Standard Conformance to IEEE Std 802.16 Part 3: Radio Conformance Tests (RCT) for 10–66 GHz WirelessMAN-SC™ Air Interface
IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Struct
IEEE 802.16Conformance02-2003 IEEE Standard Conformance to IEEE Std 802.16 Part 2: Test Suite Structure and Test Purposes for 10-66 GHz WirelessMAN-SC Air Interface
picc-std_9.60PL2
picc-std_9.60PL2,带破解,可以支持MCV08等PIC单片机,是现有的最新的与最全的PICC编译器
c语言程序源
#include <iostream><br />
using namespace std;<br />
class Student<br />
{<br />
public:<br />
Student(int, int);<br />
int num;<br />
int grade;<br />
};<br />
Student::Student(int n, int g)<br
IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cos
IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cosine Transform, specifies the numerical characteristics of the 8x8 inverse discrete cosine transform
这个网上很多
这个网上很多,但不全,少一个头文件std_defs2.h,我这个里面有,上网找的,但运行出错。
本文档规定了互联网社区的标准组协议
本文档规定了互联网社区的标准组协议,并需要讨论和建议以便更加完善。请参考
“互联网官方协议标准”(STD 1)来了解本协议的标准化状态。
#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l
#include<iostream>
using namespace std
int main()
{
unsigned long x,warcraft,war,l
cin> x
while(x)
{
unsigned long *p=new unsigned long[x+1]
if(p==NULL)
{
cerr&l
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether
UCOS/II for ICCAVR
- The version of UCOS/II is 2.04
- the original port was done by Ole Saether for the IAR compiler. Jens E.
Holtegaard ported one version using ICCAVR. Joerg Meyer did another