-
决策树ID3算法实现
多叉树的实现,每个结点的所有孩子采用vector保存,建树时横向遍历考循环属性的值,纵向遍历靠递归调用。程序基于vc6.0实现
- 2022-03-11 22:55:55下载
- 积分:1
-
有两副牌,从每副中任意抽5张牌进行博弈,显示抽取的牌后会显示每副牌的等级,按下按钮进行比较...
有两副牌,从每副中任意抽5张牌进行博弈,显示抽取的牌后会显示每副牌的等级,按下按钮进行比较-There are two sets of cards, drawn at random from each deputy to conduct five card game, showing extraction of each of the plates will show the level of vice cards, press the button to compare
- 2022-07-22 12:58:35下载
- 积分:1
-
封装好的DIBImage类,可以读BMP格式的图像并显示
封装好的DIBImage类,可以读BMP格式的图像并显示-Package good DIBImage class, you can read BMP format images and display
- 2022-11-08 02:15:03下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1
-
双声道转化为两个单声道数据
通过输入双声道数据,经过处理,可以获得两个单声道的语音,并可以实现很好的效果。
- 2022-06-19 02:16:19下载
- 积分:1
-
依据不同的屏幕解析度 ( 大字体 120 dpi、小字体 96 dpi ) 自动调整 TForm 大小的非可视构件。...
依据不同的屏幕解析度 ( 大字体 120 dpi、小字体 96 dpi ) 自动调整 TForm 大小的非可视构件。-according to different screen resolution (120 dpi large fonts, small fonts 96 dpi) TForm automatically adjust the size of the non-visual components.
- 2022-07-19 16:55:19下载
- 积分:1
-
用C写的basic解释程序
用C写的basic解释程序-C write basic procedures explained
- 2022-07-01 09:56:02下载
- 积分:1
-
一个精品课程网站,大家看看吧,看看有没有可取之处
一个精品课程网站,大家看看吧,看看有没有可取之处-Curriculum of a quality website, let us look at it to see if there is no merit
- 2023-02-03 15:45:04下载
- 积分:1
-
自做鼠标画图程序
这是一个自己实现的简单的鼠标事件处理程序,包括鼠标左键落下,右键抬起进行画图功能。此程序简单易懂,结构清晰,是学习者的好帮手
- 2022-03-17 22:32:19下载
- 积分:1
-
能在DOS下打开和关闭光驱的C程序
能在DOS下打开和关闭光驱的C程序-in DOS drive to open and close the C program
- 2022-01-26 16:49:53下载
- 积分:1