代码搜索:Assurance
找到约 29 项符合「Assurance」的源代码
代码结果 29
www.eeworm.com/read/190346/5185653
txt assurance.txt
From: Alex Holst
Sent: 18 April 2002 03:49
To: dev@subversion.tigris.org
Subject: Subversion and assurance.
Hi. I've been bribed with bananas again. This time the guilty party i
www.eeworm.com/read/479956/6673649
ppt 第13章2(quality assurance).ppt
www.eeworm.com/read/178907/9382504
ppt lecture5__18__quality assurance.ppt
www.eeworm.com/read/272268/10963750
pdf ieee-730-1998 software quality assurance plans.pdf
www.eeworm.com/read/168924/9888003
c error.c
#include "main.h"
#include "hamming.h"
#include "error.h"
#define ENCODE 0
#define DECODE 1
/**************************************************************************
*
www.eeworm.com/read/168924/9888105
c error.c
#include "main.h"
#include "hamming.h"
#include "error.h"
#define ENCODE 0
#define DECODE 1
/**************************************************************************
*
www.eeworm.com/read/168924/9888218
h error.h
void ErrorEncode(
int bit_channel[],
/*int num_bits,
char error_parms[],*/
int edac/*,
int frame_num*/);
void ErrorDecode(
int channel[],
/*int num_bits,
char error_parms[],*/
int edac,
int *As
www.eeworm.com/read/168924/9888289
h error.h
void ErrorEncode(
int bit_channel[],
/*int num_bits,
char error_parms[],*/
int edac/*,
int frame_num*/);
void ErrorDecode(
int channel[],
/*int num_bits,
char error_parms[],*/
int edac,
int *As
www.eeworm.com/read/413403/11157523
pdf ieee std 730-2002 - standard for software quality assurance plans.pdf
www.eeworm.com/read/273706/10903942
sql table.sql
DROP DATABASE Assurance;
CREATE DATABASE Assurance;
USE Assurance;
CREATE TABLE Customer
(
custom_id VARCHAR(16) PRIMARY KEY,
custom_password VARCHAR(16),