-
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用...
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持-Based on MeChat, an increase of the background to the management and chat room management capabilities and enhanced performance to deal with web pages dedicated to beautify the interface to achieve high-performance web chat room features, installation, maintenance is extremely simple. AbcChat using C++ Establishment, the speed of a swift pace in support of 5,000 people online at the same time! AbcChat flexible template structure, and provide you with a fully personalized platform to display their support
- 2022-05-13 04:23:19下载
- 积分:1
-
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。...
可画一个矩形,单击移动按扭,可使所画的图形移动,还可画一个矩形,也是单击移动按扭,也可使所画的图形移动。-can draw a rectangle, click mobile devices, which enable mobile graphics painting, but also a rectangular painting, as well as mobile click buttons, but also enable the painting by mobile graphics.
- 2022-07-20 15:55:56下载
- 积分:1
-
这是本人自己编写的一个小VB程序,可以实现普通记事本的功能。...
这是本人自己编写的一个小VB程序,可以实现普通记事本的功能。-This is the one I have written a small VB program Notepad can achieve normal function.
- 2022-08-08 18:36:04下载
- 积分:1
-
在matlab的环境下,运行此程序可将两段音频信号进行叠加
在matlab的环境下,运行此程序可将两段音频信号进行叠加-In the matlab environment, run this program can be two audio signals are superimposed
- 2022-02-04 04:08:43下载
- 积分:1
-
management for the CD Oh, wrote it myself.
用于光盘管理哦,自己写的.-management for the CD Oh, wrote it myself.
- 2023-03-04 07:50:04下载
- 积分:1
-
computer simulation experiments, using three methods to simulate the process of...
计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display of the process, with VC. Net development
- 2022-03-28 11:43:53下载
- 积分:1
-
输入字符串转返回一串16进制编码
详细:
1. 输入一串字符串,然后按下Enter键生成一串16进制码。
2. 结尾(最后一个)的16进制码可能没有用。
3. 可以点击【复制结果】复制16进制码到剪切板。
4. 作为调试时可能会用到,比如测试一下打印需要有一串16进制编码。
参考图:
- 2022-12-21 22:50:04下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1
-
first come first serve 2
first come first serve 2
- 2022-12-22 06:30: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