-
an arithmetic software on the network game "Mu".it was used to enjoy myself in t...
网游奇迹的战士配点算法软件,是当初游戏时自己编写来玩的,采用VC编写,界面简单使用方便!-an arithmetic software on the network game "Mu".it was used to enjoy myself in the first. it was writen by Vc ,and was designed very convenient to use .
- 2022-02-20 17:45:12下载
- 积分:1
-
Vml based on the work flow design, you can use in the project
Vml based on the work flow design, you can use in the project
- 2022-02-01 13:23:39下载
- 积分:1
-
SilverlightImgLoader,展示siverlight下载图片的进度
SilverlightImgLoader,展示siverlight下载图片的进度-SilverlightImgLoader, download pictures show the progress of siverlight
- 2022-03-25 14:31:25下载
- 积分:1
-
这里面是几个matlab7.0的LS和MMSE的源程序
这里面是几个matlab7.0的LS和MMSE的源程序-There are a few of matlab7.0 source LS and MMSE
- 2023-01-31 06:20:02下载
- 积分:1
-
简单的傅立叶分解代码fft
在做仿真时,用到的fft傅立叶分解代码。里面的量是我的仿真量,简单用了fft。其实simulink模块里可以直接分析的,但是我不是在simulink里面跑的模型,因此只能导出数据重新fft傅立叶分析。希望大家喜欢~~~
- 2022-08-06 05:41:41下载
- 积分:1
-
根据进程的名字获取协议类型,端口,本地IP地址端口,远程IP地址和端口...
根据进程的名字获取协议类型,端口,本地IP地址端口,远程IP地址和端口-etPortFromProcessName
- 2023-08-22 16:55:04下载
- 积分:1
-
更新彩票号码到文本的代码,vb6.0的环境。
更新彩票号码到文本的代码,vb6.0的环境。-Update lottery numbers into the text of the code, vb6.0 environment.
- 2022-05-31 17:07:10下载
- 积分:1
-
prepare a process scheduler simulation program. Ready to process state, running,...
编写一进程调度程序模拟程序。进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-prepare a process scheduler simulation program. Ready to process state, running, blocking three. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, for every "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system of PCB data changes.
- 2022-01-26 02:20:37下载
- 积分:1
-
Samsung sjf2410 v4.0 original code to support AMD 29LV800BB, E28F128 StrataFlash
三星sjf2410 v4.0原始代码,支持AMD 29LV800BB,E28F128 StrataFlash
- 2022-10-07 15:40: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