代码搜索:Sensitive
找到约 1,776 项符合「Sensitive」的源代码
代码结果 1,776
www.eeworm.com/read/300456/13913482
h arbiter.h
/************************************************************************
* file name: arbiter.h
* description: header file of arbiter module.
*
* modification history
* --------------------
www.eeworm.com/read/194316/5133615
txt feature_622392.txt
Feature ID : 622392
Title : Ability to mask passwords/sensitive data
Description
-----------
This feature will provide the ability to mask passwords and other sensitive
data that
www.eeworm.com/read/389033/8552411
h output.h
/************************************************************************
* file name: output.h
* description: header file of output module.
*
* modification history
* --------------------
www.eeworm.com/read/375968/9341144
h encoder_3_8.h
#ifndef ENCODER_3_8_H
#define ENCODER_3_8_H
#include "STDAFX.h"
SC_MODULE(encoder_3_8)
{
sc_in E,A2,A1,A0;
sc_out D7,D6,D5,D4,D3,D2,D1,D0;
void encoder()
{
D0 = E & !A
www.eeworm.com/read/375968/9341146
h equal.h
#ifndef EQUAL_H
#define EQUAL_H
#include "STDAFX.h"
//相等比较器
SC_MODULE(Equal)
{
sc_in A,B;
sc_out isEqual;
void entry()
{
if (A.read()==B.read())
isEqual.
www.eeworm.com/read/163678/10150719
h monitor.h
#ifndef MONITOR_H
#define MONITOR_H
//BEGIN monitor.h (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// See clock_gen.h
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/448505/7532701
c janela.c
/*
U2B Downloader is a simple program with a user interface to download videos
from youTube.com and convert them to mpeg format (optional).
Copyright (c) 2007, Fabio Bruno Pereira
www.eeworm.com/read/298277/7969209
h output.h
/************************************************************************
* file name: output.h
* description: header file of output module.
*
* modification history
* --------------------
www.eeworm.com/read/332820/12726179
+ϩ
作者:wd846
日期:00-3-20 下午 07:39:21
198 bin_cp936 Binary order
199 nls_cp936 Dictionary order, case-insensitive
(Windows NT provided)
203 nls_cp936_cs Dictionary order, case-sensitive
BOOK ONLI