//#include "stdafx.h"
#include
#include
#include
#include
using namespace std;
#define m_pi 3.1415
#define threadcnt 4
dword winapi threadfunc(lpvoid param);
void work(float c);
void corefunc();
int _tmain(int argc, _tchar* argv)
runtime += 0.1; //誤差校準:防止溢位
system_info sysinfo;
::getsysteminfo(&sysinfo);
corecnt = sysinfo.dwnumberofprocessors;
hthread = new handle[corecnt];
memset(hthread,null,sizeof(handle)*corecnt);
while( corecnt-- )
dword dr = waitformultipleobjects(threadcnt,hthread,false,infinite);
switch (dr)
}
Windows資源管理器
在資源管理器中,選定多個非連續檔案的操作為 a 按住shift鍵,單擊每乙個要選定的檔案圖示 b 按住ctrl鍵,單擊每乙個要選定的檔案圖示 c 先選中第乙個檔案,按住shift鍵,再單擊最後乙個要選定的檔案圖示 d 先選中第乙個檔案,按住ctrl鍵,再單擊最後乙個要選定的檔案圖示 檔案abc.bm...
資源管理器
using system using system.collections.generic using system.linq using system.text using system.threading.tasks namespace day 09 小型資源管理器 檔案長度 public st...
Windows窗體資源管理器Treeview運用
using system using system.collections.generic using system.componentmodel using system.data using system.drawing using system.text using system.window...