Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Wednesday, November 26, 2014
Returning Function as Array in Delphi
›
Do you wonder how to do vector operation in Delphi? No, of course, :). We could go like this. function tform1.adv(a,b:real):real; begin ad...
Monday, November 17, 2014
Delphi: Click a Cell on Stringgrid to Toggle its Value
›
Here we are. The code below is a part of (unfinished) array of JK flip-flop that draw the output on stringgrid. The problem is, we want to c...
Digital Counter with Reset and Preset/Clear
›
This code's updated version from flexible one (whic is by itself is updated version from this ) :) . It has added feature so we could r...
Friday, November 14, 2014
Discrete Fourier Transform
›
It's not flexible one. unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs...
Discrete Fourier Transform in Delphi (in progess)
›
Here we go... I plan to coding it in a way that it has flexibility in term of function. So I create two variable ft and ff, represent time d...
Flexible Digital Counter using Delphi (with Recursive Procedure)
›
Updated version from before . unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dia...
Thursday, November 13, 2014
Recursive Procedure on Delphi.
›
Yup, recursive procedure (not recursive function, :) ). I use it to create a simulation about digital asynchronous binary n-bit counter, com...
‹
›
Home
View web version