-
关于支撑向量机的代码实现方式
关于支撑向量机的代码实现方式-on Support Vector Machine code Realization
- 2022-05-07 07:12:27下载
- 积分:1
-
C#语言编写的一个销售管理系统
C#语言编写的一个销售管理系统,适合初学者学习,C/S架构模式
- 2022-07-15 07:52:11下载
- 积分:1
-
实现了编译算法的词法分析,不足之处请多多指教
实现了编译算法的词法分析,不足之处请多多指教-Achieved a compiler algorithm for lexical analysis of the inadequacies of the exhibitions please
- 2022-07-23 09:23:00下载
- 积分: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
-
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。...
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。-A screen keyboard VC++ Source code, containing a number of key, basic contains the entire contents of the keyboard.
- 2022-09-30 14:15:03下载
- 积分:1
-
also a demonstration of the multithreading technology source
还演示了多线程技术的源码
- 2022-01-26 04:44:33下载
- 积分:1
-
Pinball vb source code vb source code Pinball
vb弹珠台源代码
vb source code Pinba-Pinball vb source code vb source code Pinball
- 2022-03-31 10:13:51下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
H.264 Source code, the newest H.264 standard, Good stuff.
h.264的源码,针对最新的h.264标准,值得一看。-H.264 Source code, the newest H.264 standard, Good stuff.
- 2022-08-08 08:17:44下载
- 积分:1
-
网络广播电台
网络收音机 -Internet Radio Network Radio
- 2022-08-20 20:19:21下载
- 积分:1