ProgCal Application icon

ProgCal 1.00

97 KB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

ProgCal, developed and published by INTERTECHNO, has released its latest version, 1.00, on 2012-10-26. This app falls under the Tools category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

ProgCal APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.itc.android.ProgCal

Updated: 12 years ago

Developer Name: INTERTECHNO

Category: Tools

Installation Instructions

This article outlines two straightforward methods for installing ProgCal on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

ProgCal 1.00
2012-10-26 / 97 KB / Android 2.3+

About this app

Summary

This application is calculator that can be calculation of hexadecimal and CRC.

1. About Calculator for hexadecimal.

Calculation has 3 modes.
At a time, hexadecimal and decimal and binary is displayed.
Hexadecimal mode: arithmetic calculation and logical, and bits shift.
Decimal mode: arithmetic calculation of real number.
Binary mode:logical, and bits shift.
It support signed 32 bit integer.
Calculatalculation is carried out in input order. (Multiplication and division has no priority.)
Ex.) 2 + 2 * 2 = 8
Only decimal mode, it can use real number.
Other mode is fraction truncate.
Press and hold display, result is copied to clipboard. (only decimal and hexadecimal)
Cannot paste from clipboard.


2. About Calculator for CRC.
CRC is calculated from two generating polynomials.
CCITT mode:for calculation of CRC-16-CCITT.
CRC16 mode:for calculation CRC-16-IBM.
Calculation result is shift right, shift left and each inversion.
In addition to input by manual, it can input from text file.

In text file, its format must add linefeed at each byte.
Blank line is judged as “00”. At one character only, padded “0” to higher digit.
If over three characters, first two characters is used.
Available letters is from “0” to “9” and from “A” to “F” and from “a” to “f”.
     ex) 03 -> 03h
56 -> 56h
7AB -> 7Ah
E -> 0Eh
-> 00h
aa -> AAh
[EOF] -> 終了


How to use.
Calculator for hexadecimal.

Arithmetic calculation
Input numeric value and “=” , Calculation result is displayed.

Logical operator(only hexadecimal mode and binary mode).
Input numeric value and logical operator(and, or, xor), Calculation result is displayed.
Input numeric value and other operator(shift, not), Calculation result is displayed.

For a result, it can calculate.

Calculator for CRC.
Setting for initilal value.
Tap display area for initilal value.
Input initial value.
Tap “init” button.
Set initial value.
Calculator for CRC.
Confirm input area is red.
Input value of two characters, and tap “=” button.
In result area, it will be displayed CRC at each bytes.
Calculation result be displayed each time tap “=” button after input values.
At display area, four results display
shift left. inversion of shift left. shift right. inversion of shift right.

Extra function.
Backcolor property.