Posted in LabView, Programming on September 25, 2007 | 3 Comments »
AFAIK, NI provides three ways of programming for the instruments they produce, they are:
LabView, a graphical based programming
LabWindows/CVI, a GUI programming based on C language
Object Oriented Programming based language (C++, I am using MSVS2005)
You can see my desktop of these 3 “programming style:”
Read Full Post »
Posted in Personal, Programming on September 10, 2007 | Leave a Comment »
Old memory, I learned assembly first time when I were in Senior High School, 2nd grade. I learned how to write a .com program using debug. And now, after several struggle I managed to dig in my brain and wrote the tiny program
C:\>DEBUG
-A 100
0B32:0100 MOV AH,02
0B32:0102 MOV DL,41
0B32:0104 MOV CL,1A
0B32:0106 INT [...]
Read Full Post »