-
中国象棋的C++实现
资源描述
使用C++语言编写的中国象棋的实现。
- 2023-06-03 12:50:03下载
- 积分:1
-
这是一个串口通信的完整源代码,对于学习串口通信以及VC编程都有很重要的指导和参考价值(注:该代码非本人所写)。...
这是一个串口通信的完整源代码,对于学习串口通信以及VC编程都有很重要的指导和参考价值(注:该代码非本人所写)。-Source code of com port writing and reading by VC++6.0.
- 2023-05-29 04:00:03下载
- 积分:1
-
这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件...
这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件都是用DLL接口,配置保存在数据库中,这是没有提供数据库及设计文档,我现在也找不到-this is a long time ago I used the C Builder for a carrier to do a network management procedures, using SNMP monitoring hardware, with agreement from the definition of software (to comply with the interface), from the parent network can also directly monitor subnetworks, each of the hardware and software are used DLL interface, configuration stored in a database, which is no database design and documentation, I could not find
- 2022-04-25 01:16:57下载
- 积分:1
-
现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来...
现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。-Now in the matket the immediatly translation software has many sorts.The method of using is also differently.But they have a feature in common:it translate the word when the mouse pointer points a word.This founction make things conwenient for the consumer,but through the angle of a programmer it is not so easyly.In the reason of not having a conveniet founction just as "GetWordUnderMouse()"that can get the word undermouse,then how did these software product?I ofen encoutered the web funs who had the same question as me in the BBS or maling list.
- 2022-07-20 04:12:49下载
- 积分:1
-
这是MIT人脸库,包括两组,一组人脸库,一组非人脸库,可以用分类器训练,然后用人脸识别程序识别,可以不用购买人脸库了。。。不错的...
这是MIT人脸库,包括两组,一组人脸库,一组非人脸库,可以用分类器训练,然后用人脸识别程序识别,可以不用购买人脸库了。。。不错的-Face arsenal, including two groups, one group of people to face basement, a group inhuman face, you can use the classifier training, and then use face recognition procedures for identification and can be purchased for the face. . . Good.
- 2022-03-21 14:18:49下载
- 积分:1
-
this is a very good game, please let me pa
this is a very good game ,please let me pa-this is a very good game, please let me pa
- 2022-03-07 08:58: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
-
经典的动画程序,同时又声音。属于多媒体编成!
经典的动画程序,同时又声音。属于多媒体编成!-classical cartoon program,having sound,is belong to multimedia programming
- 2022-08-11 17:57:16下载
- 积分:1
-
MFC Windows时钟
使用MFC绘制指针式时钟,已通过老师检查
- 2023-04-11 12:50:13下载
- 积分:1
-
显示进度,很好看的
显示进度,很好看的-show progress and a good read
- 2022-01-22 07:56:32下载
- 积分:1