用空格分割文本
系統結構:子程序_啟動線程,子程序_創建進入許可證,子程序_刪除進入許可證,子程序_進入許可區,子程序_退出許可區,子程序_等待線程,子程序_掛起線程,子程序_繼續執行,子程序_取線程返回值,子程序_強制結束線程,子程序_關閉線程句柄,InitializeCriticalSection,DeleteCriticalSection,EnterCriticalSection,LeaveCriticalSection,CreateThread,CloseHandle,WaitForSingleObject,SuspendThread,TerminateThread,ResumeThread,GetExitCodeThread,線程,
======程序集1
| |
| |------ _啟動子程序
| |
| |------ _臨時子程序
| |
| |------ 子程序_啟動線程
| |
| |------ 子程序_創建進入許可證
| |
| |------ 子程序_刪除進入許可證
| |
| |------ 子程序_進入許可區
| |
| |------ 子程序_退出許可區
| |
| |------ 子程序_等待線程
| |
| |------ 子程序_掛起線程
| |
| |------ 子程序_繼續執行
| |
| |------ 子程序_取線程返回值
| |
| |------ 子程序_強制結束線程
| |
| |------ 子程序_關閉線程句柄
| |
| |
======調用的Dll
| |
| |---[dll]------ InitializeCriticalSection
| |
| |---[dll]------ DeleteCriticalSection
| |
| |---[dll]------ EnterCriticalSection
| |
| |---[dll]------ LeaveCriticalSection
| |
| |---[dll]------ CreateThread
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ WaitForSingleObject
| |
| |---[dll]------ SuspendThread
| |
| |---[dll]------ TerminateThread
| |
| |---[dll]------ ResumeThread
| |
| |---[dll]------ GetExitCodeThread
======窗口程序集1
| |
| |------ _按鈕1_被單擊
| |
| |------ 線程
| |
| |------ _按鈕2_被單擊
調用的DLL命令:
.DLL命令 InitializeCriticalSection, , "kernel32", , , 創建許可證
.參數 lpCriticalSection, 多線程許可證, 傳址
.DLL命令 DeleteCriticalSection, , "kernel32", , , 刪除許可證
.參數 lpCriticalSection, 多線程許可證, 傳址
.DLL命令 EnterCriticalSection, , "kernel32", , , 進入許可區
.參數 lpCriticalSection, 多線程許可證, 傳址
.DLL命令 LeaveCriticalSection, , "kernel32", , , 退出許可區
.參數 lpCriticalSection, 多線程許可證, 傳址
.DLL命令 CreateThread, 整數型, "kernel32", , , 啟動線程
.參數 lpThreadAttributes, 整數型
.參數 dwStackSize, 整數型
.參數 lpStartAddress, 子程序指針
.參數 lpParameter, 整數型
.參數 dwCreationFlags, 整數型
.參數 lpThreadId, 整數型, 傳址
.DLL命令 CloseHandle, 整數型, "kernel32", "CloseHandle"
.參數 hObject, 整數型
.DLL命令 WaitForSingleObject, 整數型, "kernel32", "WaitForSingleObject", , 監測一個對象
.參數 hHandle, 整數型
.參數 dwMilliseconds, 整數型
.DLL命令 SuspendThread, 整數型, "kernel32", "SuspendThread", , 掛起線索
.參數 hThread, 整數型
.DLL命令 TerminateThread, 整數型, "kernel32", "TerminateThread", , 中止線索
.參數 hThread, 整數型
.參數 dwExitCode, 整數型
.DLL命令 ResumeThread, 整數型, "kernel32", "ResumeThread", , 開始暫停的線索
.參數 hThread, 整數型
.DLL命令 GetExitCodeThread, 整數型, "kernel32", "GetExitCodeThread"
.參數 hThread, 整數型
.參數 lpExitCode, 整數型, 傳址
易語言系統盤符修改器源碼,遍歷卷,DeleteVolumeMountPoint,GetVolumePathNamesForVolumeName,SetVolumeMountPoint,FindFirstVolume,FindNextVolume,FindVolumeClose,MessageBox...
易語言類的使用將多線程操作封裝到類源碼,取數子程序100,取數子程序10,取數子程序_10,取數子程序_100,初始組件,創建許可證,刪除許可證...
易語言用空格分割文本源碼,子程序_啟動線程,子程序_創建進入許可證,子程序_刪除進入許可證,子程序_進入許可區,子程序_退出許可區,子程序_等待線程,子程序_掛起線程,子程序_繼續執行...
易語言編寫QQ郵件發送器V10e源碼,易語言編寫QQ郵件發送器V10e...
易語言系統盤符修改器源碼,遍歷卷,DeleteVolumeMountPoint,GetVolumePathNamesForVolumeName,SetVolumeMountPoint,FindFirstVolume,FindNextVolume,FindVolumeClose,MessageBox...
取隨機文本,取隨機時間,排序列表,CompareFunc,比較時間,取文本地址,取日期時間地址,lstrcmpA...
TextEffect,timeGetTime,SetTextCharacterExtra,OffsetRect,SetTextColor,FillRect,CreateSolidBrush,DeleteObject,GetSysColor,TextOut,DrawText,OleTranslateColor,GetDC,lstrlen,ReleaseDC,CreateFont,MulDiv,GetDeviceCaps,SelectObject...
易語言屏幕籠罩源碼,屏幕籠罩...
易語言透明桌面軟件研究源碼,透明桌面軟件研究,MakeTrans,設主窗透明度,Ansi轉Unicode,BitBlt,DeleteObject,SetWindowLong,AlphaBlend,UpdateLayeredWindow,CreateDIBSection,GetDIBits,SetDIBits,CreateCompatibleDC,SelectObject,DeleteDC,CopyMemory,SetWi...