-
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的...
这个是C语言教室管理系统,可以用于大学教室,界面是命令提示符的-This is a C language classroom management system, can be used in University classrooms, the interface is the command prompt
- 2022-09-20 13:05:03下载
- 积分:1
-
源代码中不仅演示了对光驱的操作,还演示了动态菜单、tray app的实现,还有一个“退出Windows时自动弹出CD”功能。...
源代码中不仅演示了对光驱的操作,还演示了动态菜单、tray app的实现,还有一个“退出Windows时自动弹出CD”功能。-source code not only demonstrated the right drive, the operation also demonstrated a dynamic menu, the realization tray app, there is an "exit Windows automatically pop CD" feature.
- 2022-02-01 13:37:13下载
- 积分:1
-
hungaryan igo branding zip
hungaryan igo branding zip
- 2022-08-24 00:53:22下载
- 积分:1
-
Some Examples of Swing in Java
Swing是主要的Java;
- 2022-06-28 20:15:03下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1
-
XML SCHEMA建模2
XML SCHEMA建模2-XML Schema Model 2
- 2022-05-08 20:22:53下载
- 积分:1
-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1
-
High
高质量C++编程指导
一些编程规范和常见的容易犯错误的地方-High-quality C++ programming guide the number of programming norms and common areas prone to making mistakes
- 2023-07-30 04:20:02下载
- 积分:1
-
用ATMEL公司的S52内部定时器测量脉冲频率,范围从0.5Hz到30KHz,该程序已经调试成功,可以直接运用。...
用ATMEL公司的S52内部定时器测量脉冲频率,范围从0.5Hz到30KHz,该程序已经调试成功,可以直接运用。-ATMEL Corporation with the S52 internal timer pulse measurement frequency range from 0.5 Hz to 30KHz, the debugging procedure has been successful, can be directly used.
- 2022-05-28 06:22:45下载
- 积分:1
-
语音信号处理中的端点检测,用于清浊音的鉴别。是语音预处理中的必要过程...
语音信号处理中的端点检测,用于清浊音的鉴别。是语音预处理中的必要过程-The detection of end point in speech signal processing is utilized for distinguishing vowel and sonant
- 2023-01-26 21:10:03下载
- 积分:1