answersLogoWhite

0

It depends on the language you want to use. Here is a VB example:

http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the Source code for longitudinal redundancy check in C language?

It depends on the language you want to use. Here is a VB example:http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm


Where can one find more information about cyclic redundany checks?

A cyclic redundancy check is a piece of computer code used to ensure that raw code has not been updated. Further information can be found on the cyclic redundancy check Wikipedia page.


Is the cyclic redundancy check better than hamming code?

It depends on what you are doing. The cyclic redundancy check will only detect an error, while the hamming code can also correct many types of errors. However to perform this correction the extra error detection parity bits required in hamming code are many more than the bits needed for cyclic redundancy check, per data byte being checked. Normally cyclic redundancy check is done on large block of data that can be resent or retried to get the correct block of data (e.g. telecommunication channels, disk sectors). Normally hamming code is done on individual bytes or words of computer memory.


What is a CRC error?

cyclic redundancy check .A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives.


What is Code redundancy?

Coding redundancy is the practice of using the same code in engineering. Most people try to avoid this because it can slow down processes.


Why do some codons code for the same amino acid?

Some codons code for the same amino acid because of redundancy in the genetic code. This redundancy allows for some flexibility and error tolerance in protein synthesis.


How do you get a science source basic access code?

Check in sciencesource.ca


What does it mean when we say the genetic code is redundant and how does this redundancy contribute to the versatility and robustness of genetic information?

The genetic code is redundant, meaning that multiple codons can code for the same amino acid. This redundancy allows for flexibility in the genetic code, making it more versatile and robust. If a mutation occurs in the DNA, there is a higher chance that the resulting protein will still be functional due to the redundancy in the genetic code. This redundancy helps to ensure that genetic information can be accurately translated into proteins, even in the presence of errors or mutations.


Can you give me the source code of sales in c language?

You can check various open source sites (SourceForge, etc.) to see if anyone has a program relating to sales, but if it is a proprietary (for sale) program you won't get the source code unless you pay for the source code license.


Source code of text editor with compiler?

Check out open source sites, such as FreshMeat or SourceForge, or the GNU project.


Why are there multiple codons for the same amino acid in the genetic code?

Multiple codons code for the same amino acid in the genetic code to provide redundancy and reduce the impact of errors during protein synthesis. This redundancy helps to ensure accurate translation of the genetic information into proteins.


How can a developer safeguard the source code from being lost?

The simple answer is to make a backup and save regularly. Team developers typically use a source safe to keep track of changes made to source files. Developers can check files in and out of the safe as well as inspect the history of changes made to those files, who made the changes and why they were made. Any unauthorised or breaking changes can be easily rolled back. While the safe provides a convenient backup, it does not provide redundancy. That can be provided by hardware (such as a mirror provided by RAID) however an off-site backup, preferably a Cloud backup with a regular synchronise, provides the best redundancy.