⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 code.txt

📁 GPS programme for changchun at 8X
💻 TXT
字号:
--------------------------------------V1.0
//2006/09/21 
Start!
Mainly idear:
Compared with Sam,Sam_2 only need a single thread,
name it "ImageProcThread".User press the button
"Decompress" to active that thread.Then,the soft 
will do the decompressing,saving,and displaying.
That"s it.

//2006/09/24
Finish the main function.
//2006/09/25
Done the condition subframe_changing(using a flag) and packet_changing(using an array) 

Finish the part functions.

//2006/09/26
Add the GUI into the main function. 

//2006/09/27
Add the class "Display" .
Add the thread "DisplayThread"

Add the function "SaveImage"

//2006/10/05
Add the function SpDec;
Add the construction function for the class

Modify the main function following the new data 
stuction;

//2006/10/09
Modify the RsDec module.
Complete the function of FormStream;

//2006/10/10
Change the Sphte Decoder from function into a DLL;

//2006/10/11
Change dynamic memary into arrays.In order to solve the "memcpy" problem.At the same time,enhance the robust.

//2006/10/12
Delete the class"Display"

//2006/10/14
Relize the function display;

//2006/10/16
Save the GPS information to a file.

--------------------------------------V1.1
In this vertion ,we change the two dlls into several head files;

//2006/11/26
for debug vertion,delete the last 8 bytes in each line,change 4016 to 4008;	
sp之前及sp:4016*256
sp之后:display and save //4008*256,(pRecImg,pRecSubImgA,pRecSubImgB)


add error_report.txt including RS error or correcting information , packets or subframes losing information 
--------------------------------------V1.2
In this vertion ,we restruct the display ;

//2006/12/01
In function DispProc,case MSG_SHOWIMG is overlapped
with case WM_PAINT; As aresult of which,we delete the latter while remain the other;

wile WM_PAINT is sent by updatawindow,we delete it,too;and MSG_SHOWIMG is sent by sentmessage;

From the beginning and up to now,the displaying just 
can't satisfy us, we need to know what's the hell 
are the bullshit doing and refresh the screen;
To meet the requrement,we place the sentmessage at 
every beginning of subframe dispress to refresh,at the same time,we will know what's going on;

To do more,we add some text on the window's title;



 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -