代码搜索:CPA
找到约 114 项符合「CPA」的源代码
代码结果 114
www.eeworm.com/read/427113/8976698
cpp parsehtml.cpp
#include "StdAfx.h"
#include "ParseHTML.h"
#include
#include
CParseHTML::CParseHTML(void)
{
}
CParseHTML::~CParseHTML(void)
{
}
// 获取HTML中的一个标志段落
BOOL CPa
www.eeworm.com/read/405754/2285042
c cvr.c
/* Routines for making a weighted correct-vs.-rejected table:
# proc: cvr_init - Initialization of a weighted correct-vs-rejected table.
# proc: cvr_zero - Zeros out the accumulators.
# proc: cvr_cpa
www.eeworm.com/read/178760/5313722
c const.c
char a;
const char ca=2;
const char *pca;
char * const cpa=&a;
void test(void)
{
a = 1;
#ifdef TEST1
ca = a; /* ERROR */
#endif
#ifdef TEST2
pca = &a;
*pca = 2; /* ERROR */
#endif
#ifdef T
www.eeworm.com/read/321483/3533944
t 09_cpanplus-internals-search.t
### make sure we can find our conf.pl file
BEGIN {
use FindBin;
require "$FindBin::Bin/inc/conf.pl";
}
use strict;
use Test::More 'no_plan';
use Data::Dumper;
use CPANPLUS::Backend;
use CPA
www.eeworm.com/read/468753/6987523
v testbench.v
module test_arm();
reg GCLK;
reg nRESET;
reg BIGEND;
reg [1:0] CHSD, CHSE;
wire LATECANCEL, PASS;
wire [4:0] InM;
arm7 My_Arm7( .nOPC(), .nCPI(), .CPA(), .CPB(), .sysclk(GCLK), .nRESET(nRESET), .nF