亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

private-key

  • 小型CA的完整代碼

    小型CA的完整代碼,可以制作key單證書

    標(biāo)簽: 代碼

    上傳時(shí)間: 2015-05-31

    上傳用戶:xinyuzhiqiwuwu

  • Expert Choice represents a significant contribution to the decision making process 工t assists a deci

    Expert Choice represents a significant contribution to the decision making process 工t assists a decision maker in solving complex problems involving many criteria and several courses of action . An Expert Choice solution to a problem reflects the expertise of the decision maker , not the computer . Behavioral scientists have spent many years studying the human mind and how it makes decisions . They have found that humans are influenced by their previous experiences and this causes them to have biases . Basic instincts , preferences and environmental factors also play key roles in how we analyze data and make decisions . There 15 way to remove these factors from human decision making , nor would we necessarily want to , but as the problems of our world become more and more complex , it 15 necessary for us to employ a framework to help make more logical and less biased decisions while still taking our feelings and intuition into consideration .

    標(biāo)簽: contribution significant represents decision

    上傳時(shí)間: 2015-06-02

    上傳用戶:gmh1314

  • 把所給的三個(gè)文件DES.h

    把所給的三個(gè)文件DES.h,DES.c,KEY.c在C++ 中創(chuàng)建一個(gè)動(dòng)態(tài)鏈接庫,分別加入到相應(yīng)的Header Files和、Source Files和Desdll.h中

    標(biāo)簽: DES

    上傳時(shí)間: 2014-01-14

    上傳用戶:xg262122

  • WebServices_WebSphere_Version_5 Objectives § Web Services Overview • What are Web Services?

    WebServices_WebSphere_Version_5 Objectives § Web Services Overview • What are Web Services? • Roles and Functions of Web Services § Web Services Runtime • Base Support • IBM WebSphere UDDI Registry (Private UDDI) • Web Services Gateway (WSGW) § Problem Determination § Web Services Security § Technical Previews § Summary

    標(biāo)簽: Services WebServices_WebSphere_Version Objectives Web

    上傳時(shí)間: 2015-06-15

    上傳用戶:cx111111

  • YSS915 (KP2V2) is an LSI for processing Karaoke voice signals. This LSI has an A/D converter (1 cha

    YSS915 (KP2V2) is an LSI for processing Karaoke voice signals. This LSI has an A/D converter (1 channel) for the microphone echo, and a memory for the microphone echo and key control. These features allow achieving the functions needed for the Karaoke system by using only one LSI chip. As for the microphone echoes, many other types of echoes are available in addition to ordinary ones so that YSS915 is applicable to various uses. In addition to these Karaoke programs, YSS915 is able to provide the Movie & Music programs, with which the surround effect is applied to the movie and music sources for giving the users more enjoyment. YSS915 is pin compatible with and register compatible with YSS903 (KP2V).

    標(biāo)簽: processing LSI converter Karaoke

    上傳時(shí)間: 2015-06-23

    上傳用戶:lijianyu172

  • /* * 讀取INI文件的函數(shù)(C語言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section,

    /* * 讀取INI文件的函數(shù)(C語言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost")) */

    標(biāo)簽: File readinifile GetInitKey INI

    上傳時(shí)間: 2015-07-01

    上傳用戶:李彥東

  • 第三章列出了Windows CE執(zhí)行緒在排程時(shí)的幾個(gè)主要函數(shù)

    第三章列出了Windows CE執(zhí)行緒在排程時(shí)的幾個(gè)主要函數(shù),在本章中將藉著分析這些函數(shù)的流程,來了解執(zhí)行緒在排程過程中的行為。本章所節(jié)選的程式碼全部來自[CEROOT]\PRIVATE\WINCEOS\COREOS\NK\KERNEL目錄下的 schedule.c檔

    標(biāo)簽: Windows

    上傳時(shí)間: 2015-07-01

    上傳用戶:xiaodu1124

  • 以MS .NET 所寫的RSA程式

    以MS .NET 所寫的RSA程式,支援KEY Inport/Outport

    標(biāo)簽: NET RSA 程式

    上傳時(shí)間: 2014-11-23

    上傳用戶:wys0120

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標(biāo)簽: Cryptographic Primitives generate Library

    上傳時(shí)間: 2015-07-16

    上傳用戶:wqxstar

  • Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY

    Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"

    標(biāo)簽: International Copyright Borland S_IREAD

    上傳時(shí)間: 2013-12-26

    上傳用戶:llandlu

主站蜘蛛池模板: 潼关县| 阜康市| 大埔区| 安徽省| 东明县| 福鼎市| 金溪县| 师宗县| 安多县| 昭苏县| 怀集县| 台中市| 彝良县| 舞钢市| 通山县| 泗洪县| 调兵山市| 武清区| 临桂县| 陇川县| 泰和县| 旬阳县| 乌兰浩特市| 四子王旗| 郧西县| 伊吾县| 二连浩特市| 达拉特旗| 朔州市| 资源县| 四川省| 宜良县| 察雅县| 西充县| 陆河县| 黎川县| 葵青区| 邹城市| 德庆县| 柳州市| 略阳县|