-
一张flash网页,可已添加连接,作为学习制作flash网站使用
一张flash网页,可已添加连接,作为学习制作flash网站使用-A flash page can be added to connect, as learn how to make use of flash site
- 2022-01-26 06:39:44下载
- 积分:1
-
Java2语言实务袁葆宏刘丰豪编著
Java2语言实务袁葆宏刘丰豪编著-Java2 substantive language Yuan Wang Bao edited Liufenghao
- 2022-01-25 22:02:36下载
- 积分:1
-
反编译程序,实现机器码到二进制码的转换,是个简单的小程序...
反编译程序,实现机器码到二进制码的转换,是个简单的小程序-redirect compile
- 2022-03-25 09:24:34下载
- 积分:1
-
最终psptube 2.0_en
Ultimate PSPTube 2.0_en
- 2022-08-21 06:27:56下载
- 积分:1
-
通过这个程序,可以快速的对邮件进行检查.它会自己检查你的邮箱是否有了新的邮件,并且会弹出一个对话框来通知你!...
通过这个程序,可以快速的对邮件进行检查.它会自己检查你的邮箱是否有了新的邮件,并且会弹出一个对话框来通知你!-Through this program, you can quickly check on the mail. It will check your own mailbox is a new e-mail, and will pop up a dialog box to inform you!
- 2023-02-03 05:55:03下载
- 积分:1
-
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设...
大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是固定的,而且课程在开设时间的安排必须满足先修关系。每门课程有那些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序-Each university should develop a professional teaching programs. The assumption that any profession has a fixed school years, each school year with two semesters, each semester and credits on the length of time limits are the same. Each professional courses are fixed, and the courses offered in the opening hours must meet the pre-relationship. Each course there are those who pre-course is determined, can have any number of doors, there will be no. Each accounted for just one semester courses. Test this premise in the design of a teaching plan programming
- 2022-01-28 09:53:59下载
- 积分:1
-
电信项目,用户管理,资费管理,数据采集,数据整合
电信项目,用户管理,资费管理,数据采集,数据整合-Telecommunications projects, user management, fee management
- 2023-08-08 07:15:03下载
- 积分:1
-
汤子瀛操作系统电子教案,这是他编的那本操作系统书配套的,对学操作系统的很好。...
汤子瀛操作系统电子教案,这是他编的那本操作系统书配套的,对学操作系统的很好。-the e-teaching plan opration system is belonged to tangziying,it is adapt to his opration system book,it is good for those who study the knowledge of operation system.
- 2022-01-25 18:07:31下载
- 积分:1
-
使用c++编写的Pos机前台程序。自带小型汉字库,可在控制台上直接运行...
使用c++编写的Pos机前台程序。自带小型汉字库,可在控制台上直接运行-use Pos c prepared by the procedures for the future. Store bringing their small, the console directly operation
- 2022-08-09 02:55:41下载
- 积分: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