es\Dice.ico
This an icon file, which is used as the application s icon. This
icon is INCLUDED by the main resource file Dice.rc.
res\Dice.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
The files INCLUDED implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly commented and the application can run in MATLAB by just typing rotors
RSA加密算法源代碼
RSAEURO Version 1.02 Distribution
In this distribution the various files are INCLUDED in the directories
below.
DOCS - RSAEURO Documentation Directory
DEMO - Demo Applications Directory
SOURCE - Source Code Directory
SCRIPTS - Demo Applications Script Files
INSTALL - Installation Instructions
The documentation is supplied in both Postscript and ASCII formats.
(At the moment due a problem with Windows Word The main docs are only
availible as Postscript.)
Please report any problems with the code or documentation to me on
the bug report form. Also any problems you may have in using the
toolkit. Please read the bug report form for more details.
A simple object to store a color and perform Hex/RGB conversions.
methods INCLUDED
ColorSetRGB - ColorGetHex
RGBToHex(r, g, b)
hexToRGB(hex)
ColorBlend(colorFrom, colorTo)
ColorBlendGetColor(alpha)
ColorBlendToString()