代码搜索:Secure
找到约 3,281 项符合「Secure」的源代码
代码结果 3,281
www.eeworm.com/read/155070/5629762
asmx secure.asmx
using System.Web.Services;
using System;
public class SecureSample : WebService
{
[WebMethod]
public string WhoAreYou()
{
ret
www.eeworm.com/read/155067/5630077
asmx secure.asmx
using System.Web.Services;
using System.Web.Security;
public class SecureSample : WebService
{
[WebMethod]
public string WhoAreYou()
www.eeworm.com/read/155067/5630133
asmx secure.asmx
using System.Web.Services;
using System;
public class SecureSample : WebService
{
[WebMethod]
public string WhoAreYou()
{
ret
www.eeworm.com/read/395815/8151264
c secure.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Protocol services - RDP encryption and licensing
Copyright (C) Matthew Chapman 1999-2007
This program is free soft
www.eeworm.com/read/293191/8309866
cpp secure.cpp
// Secure.cpp : Implementation of CSecure
#include "stdafx.h"
#include "SecureStorage.h"
#include "Secure.h"
/////////////////////////////////////////////////////////////////////////////
// CSe
www.eeworm.com/read/293191/8309914
h secure.h
// Secure.h : Declaration of the CSecure
#ifndef __SECURE_H_
#define __SECURE_H_
#include "resource.h" // main symbols
#include "rc4.h"
////////////////////////////////////////////
www.eeworm.com/read/293191/8309926
rgs secure.rgs
HKCR
{
SecureStorage.Secure.1 = s 'Secure Class'
{
CLSID = s '{96AFE057-ACE7-4EFF-A807-9441BB126E2E}'
}
SecureStorage.Secure = s 'Secure Class'
{
CLSID = s '{96AFE057-ACE7-4EFF-A807-9
www.eeworm.com/read/392658/8330992
m secure.m
h=10;
n=12;
g=4;
l=10;
d=10;
B=0:5:30;
E=1:7;
C=1:7;
H=1:7;
T=1:7;
X=80:5:130;
Q=1:11;
p=[0.01 0.02 0.05 0.15 0.25 0.2 0.15 0.10 0.04 0.02 0.01];
for i=1:7
s=l*d+B(i);
for j=1:11
www.eeworm.com/read/249498/12491398