• Stars
    star
    1
  • Language
    C++
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

project Pharmacy File strcture by c++ lunguage and algorithm insert , seaarch , updare and delete

More Repositories

1

applicationEncryptionandDecryption-Information-Engneering-

1- Caesar Encryption and Decryption 2- Transposition Encryption and Decryption 3- Play Fair Encryption and Decryption 4- Poly Alphabetic Encryption and Decryption 5- Full Vigenere Encryption and Decryption 6- Affine Cipher Encryption and Decryption 7- Hill Cipher Encryption and Decryption 8- Combination of Substitution and Transposition Encryption and Decryption 9- One Time Pad Encryption and Decryption 10- RSA Encryption and Decryption 11- DES 12- Hashing
Java
5
star
2

JavaSoundDemo

The Java Sound Demo showcases how the Java Sound API can be used for controlling audio playback, audio capture, MIDI synthesis, and basic MIDI sequencing. It includes source code, and is designed to work with the Java 2 SDK
Java
2
star
3

DESapplicationEncryptionandDecryption

The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm in the world. For many years, and among many people, "secret code making" and DES have been synonymous. And despite the recent coup by the Electronic Frontier Foundation in creating a $220,000 machine to crack DES-encrypted messages, DES will live on in government and banking for years to come through a life- extending version called "triple-DES." How does DES work? This article explains the various steps involved in DES-encryption, illustrating each step by means of a simple example. Since the creation of DES, many other algorithms (recipes for changing data) have emerged which are based on design principles similar to DES. Once you understand the basic transformations that take place in DES, you will find it easy to follow the steps involved in these more recent algorithms. But first a bit of history of how DES came about is appropriate, as well as a look toward the future
Java
2
star
4

projectFileStrctureBy_C_plus_plus

project file strcture by c++ lunguage and algorithm insert , seaarch , updare and delete
C++
1
star
5

Widget-AhmedMahfouz

I'm creting this app to open Facebook , Twitter ,Amazon and Youtube from it
Java
1
star
6

simplexAlgorithm

Solve Simplex Algorithm problem
Java
1
star
7

CombinationEncrypt_and_Decrypt

CombinationEncrypt_and_Decrypt
Java
1
star
8

Play_fare

Play fare encryption and decryption
Java
1
star
9

LibraryFile

project Library File strcture by c++ lunguage and algorithm insert , seaarch , updare and delete
C++
1
star
10

ceaserENcryotion_and_Decryption

ceaserENcryotion_and_Decryption
Java
1
star
11

Spell_Checker

An Approach for Analyzing and Correcting
Python
1
star
12

schedulingSoftware-

Solve Scheduking problems
Java
1
star
13

MP3-Player

I'm writing an application that will use the JLayer library to play an mp3 file. Since the player does not have any methods to pause the playback - play() does not return until the song is finished - I decided to put it in a thread and simply control that thread. This is possible because one can execute play(1) which plays a single frame of the song. Putting this in a loop will thus play the entire song smoothly.
Java
1
star
14

Full_Vigeneer

Full Vigeneer encryption and decryption
Java
1
star