-
EMAIL服务器源代码
EMAIL服务器源代码-email server source code
- 2022-05-07 05:41:30下载
- 积分:1
-
a tool to add water print to a pdf file named acroview written by C++
一种将水印添加到一个名为AcReVIEW的PDF文件的工具,该软件由C++和NBSP编写;
- 2022-10-05 09:55:03下载
- 积分:1
-
VC6.0是用于地理信息系统技术的发展…
这是采用VC6.0开发的用于地理信息系统中图像查询,应用等,是我平时无聊时玩的写出的小程序。-VC6.0 This is used for the development of the geographic information system images inquiries, applications, I am usually bored playing the write small programs.
- 2022-02-25 22:07:30下载
- 积分:1
-
风的私人服务器源代码王国(由迷你)
Kingdom of the winds Private Server source code(made by mini)
Copyright 2001
- 2023-01-23 20:05:04下载
- 积分:1
-
use VB6 procedures for the preparation of small, active code without extracting...
采用VB6编制的小小程序,有源代码,无须解压密码,运行就可以得到当前计算机的CPU运行情况报告,同系统报告类似-use VB6 procedures for the preparation of small, active code without extracting passwords, can be run on current computer operations of the CPU, with a similar system report
- 2022-02-19 23:38:25下载
- 积分:1
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1
-
枚举系统的服务,并可以选择停止,启动服务。
枚举系统的服务,并可以选择停止,启动服务。-enumeration system services, and may choose to stop, start-up services.
- 2023-08-08 14:10:03下载
- 积分:1
-
c# written in a simulated Tetris source code, colored box, the logic correctly....
c#编写的一个模拟俄罗斯方块源代码,方块有颜色,逻辑正确。速度快。-c# written in a simulated Tetris source code, colored box, the logic correctly. Speed.
- 2022-11-10 01:25:03下载
- 积分:1
-
图象腐蚀,膨胀,细化算法,图象腐蚀,地图信息的细化
图象腐蚀,膨胀,细化算法,图象腐蚀,地图信息的细化-Corrosion image, expanding, thinning algorithm, Graphical corrosion detailed map information
- 2022-07-26 07:15:14下载
- 积分: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