Feeds:
Posts
Comments

Archive for September, 2007

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 »

Old memory :)

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 »