Location:
Search - SK
Search list
Description: RSA算法实现(经典)
1.
首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。
(在本机上已经做过,所以不需要做)
2.
RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,
把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。
(在本机上已经做过,所以不需要做以上二步)
但在其它机子上一定得完成以上二步,方可运行。
3.
RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。
运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。-RSA algorithm (classic) 1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C - to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calc
Platform: |
Size: 8636 |
Author: 杨 |
Hits:
Description: 1.
首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。
(在本机上已经做过,所以不需要做)
2.
RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,
把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。
(在本机上已经做过,所以不需要做以上二步)
但在其它机子上一定得完成以上二步,方可运行。
3.
RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。
运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。
-1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C - to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calculated SK R )-->( A_R
Platform: |
Size: 3766 |
Author: 杨 |
Hits:
Description: 最优合并问题
给定K个排好序的序列s1,s2,...,sk,用2 路合并算法将这k个序列合并成一个序列。
假设所采用的2路合并算法合并2个长度分另为m 和n的序列需要m+n-1次比较。试设计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-optimal merging given K platoons good sequence of sequence s1, s2 ,..., sk. using 2-way merger of this algorithm k sequence into a series. Assumptions used by the two merging algorithm along with two others for the length m and n the sequence needs m n-1 comparisons. Algorithm design a test to determine the sequence of the merger combined the optimal sequence, and allows comparison of the total number at least.
Platform: |
Size: 2052 |
Author: 卢起雪 |
Hits:
Description: 财务进帐系统
编译环境Delphi7+Win2000
用到的控件
ReportMachine2.6
InfoPower4000Pro_vcl7
RxLib2.7
SkinEngine 3.47
DevExpress Bars4.2
DevExpress QuantumGrid Pro3.22
VCLZip2.23
sncCurrency
AgentObjects_TLB(自己在Delphi倒入吧)-financial revenue system build environment Delphi7 Win2000 use the controls ReportM achine2.6 InfoPower4000Pro_vcl7 RxLib2.7 sk inEngine 3.47 DevExpress Bars4.2 DevExpress Q uantumGrid Pro3.22 VCLZip2.23 sncCurrency Ag entObjects_TLB (in Delphi poured into it)
Platform: |
Size: 12056005 |
Author: wendy |
Hits:
Description: 说明:
1.copy these four files to your pragram folder,
2.add \"*.Lib\",\"*.h\" to the project
if USING MFC DLL, the files in \"DLL\" Folder,
if using static lib,the files in \"static\" folder
3.add #include\"SkinMagicLib.h\" to the C*APP.cpp
4.In C*APP::InitInstance(),
before show window,
add:
InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL)
LoadSkinFile(\".\\\\Tusk.smf\")
SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , \"MainFrame\" )
SetDialogSkin(\"Dialog\")
-: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add # include "sk inMagicLib.h "to the C * C * APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \\ \\ Tusk.smf ") SetWindo wSkin (AfxGetApp () -
Platform: |
Size: 502104 |
Author: 好军 |
Hits:
Description: 第7章数字系统设计实例
7.1 半整数分频器的设计
7.2 音乐发生器
7.3 2FSK/2PSK信号产生器
7.4 实用多功能电子表
7.5 交通灯控制器
7.6 数字频率计-Chapter 7 Digital System Design Example 7.1-integer dividers designed Music Generator 7.2 7.3 2F SK/2PSK Signal Generator 7.4 Table practical multi-function electronic traffic signal controllers 7.5 7.6 Digital Cymometer
Platform: |
Size: 446705 |
Author: 李唐 |
Hits:
Description: This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the IAR-STM32-SK evaluation board. It shows
basic use of I/O, timer and the interrupt controllers.
Displays running lights on the board LED s.-This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.
Platform: |
Size: 459776 |
Author: HJ |
Hits:
Description: CAN Example(MC9S12XDP512)
Platform: |
Size: 205824 |
Author: changkyu |
Hits:
Description: 物料管理系统,包括物料更新,物料基础数据库存管理等功能模块-Materials management system, including updating materials, supplies basic data features such as inventory management module
Platform: |
Size: 746496 |
Author: 李燕 |
Hits:
Description: 菲斯卡尔官方开发套件说明,全套,包括原理图等 sk-s12xdp512-a_schematic-Freescal official development kit instructions
Platform: |
Size: 727040 |
Author: alsdifj |
Hits:
Description: uC/OS-II V2.86 and the ST STM32 (Cortex-M3) Processors
on the IAR STM32F103ZE-SK Kickstart Kit
Platform: |
Size: 5728256 |
Author: |
Hits:
Description: uCOS-II-NXP-LPC-1768-SK for lpc free rtos
Platform: |
Size: 3512320 |
Author: alex |
Hits:
Description: 包含SK-WSN-I的zigbee模組的使用指南,附有詳細的實驗指導-SK-WSN-I contains the zigbee module guide, with detailed experimental guide
Platform: |
Size: 31172608 |
Author: Lin |
Hits:
Description: PIONER SK-3699 model DVD GD25Q80 ic original file
Platform: |
Size: 919552 |
Author: mamata hota |
Hits:
Description: 一款CMS建站系统,用DIV+CSS样式,非常灵活-A CMS Station system, with DIV+ CSS style, very flexible
Platform: |
Size: 8441856 |
Author: 袁丹武 |
Hits:
Description: ST STR912-SK-IAR prog MassStorage,ST ARM 程序,已经调试通过,对开发人员有很大的参考帮助-The ST STR912-SK-IAR prog MassStorage, ST ARM program has been debugging through a lot of reference to help developers
Platform: |
Size: 82944 |
Author: Han ming |
Hits:
Description: ST STR912-SK-IAR prog uip_webserver;ST ARM 程序,已经调试通过,对开发人员有很大的参考帮助-ST STR912-SK-IAR prog uip_webserver ST ARM program has been through debugging, developers have a lot of reference to help
Platform: |
Size: 132096 |
Author: Han ming |
Hits:
Description: ST STR912-SK-IAR prog VirtualCom,ST ARM 程序,已经调试通过,对开发人员有很大的参考帮助-The ST STR912-SK-IAR prog VirtualCom, ST ARM program has been debugging through a lot of reference to help developers
Platform: |
Size: 70656 |
Author: Han ming |
Hits:
Description: 一、简介
二、sk的特色功能
三、sk13的安装使用
四、install.c执行流程
五、install代码完全解析
六、总结
七、参考
八、WNPS简介
九、感谢
-I. Introduction two, sk' s features three, sk13 installation using four, install.c implementation process five, install the code fully resolve VI Summary seven reference eight, WNPS About nine, thanks
Platform: |
Size: 45056 |
Author: 杨强强 |
Hits:
Description: sk工业触屏配方导出的数据文件RECIPE0,按自定义格式把数据转换成xls文件-Sk industrial touch-screen formula RECIPE0 exported data file, according to the custom formatting converts data into XLS file
Platform: |
Size: 898048 |
Author: liangtianzhuang |
Hits:
« 12
3
4
5
6
7
8
9
10
...
14
»