-
first come first serve 2
first come first serve 2
- 2022-12-22 06:30:03下载
- 积分:1
-
自己没有使用过,不知道如何
自己没有使用过,不知道如何-they did not use that do not know how to
- 2022-03-13 04:28:16下载
- 积分:1
-
Windows语音识别程序
利用windows本身的库函数和API实现语音识别功能。用于实现人机口语对话的系统。受目前技术所限,对话系统往往是面向一个狭窄领域、词汇量有限的系统,其题材有旅游查询、订票、数据库检索等等。其前端是一个语音识别器,识别产生的N-best候选或词候选网格,由语法分析器进行分析获取语义信息,再由对话管理器确定应答信息,由语音合成器输出。由于目前的系统往往词汇量有限,也可以用提取关键词的方法来获取语义信息。
- 2023-05-03 21:40:02下载
- 积分:1
-
A simple calculator that supports basic arithmetic, prime number checking, trigo...
A simple calculator that supports basic arithmetic, prime number checking, trigonometry, quadratic equation solving, and as of version 1.4, graphing. The calculator includes installation instructions and extensive help.
- 2022-02-02 20:19:11下载
- 积分:1
-
石器2.0源代码!
完全可编译!
2008.08.27 最新代码!
石器2.0源代码!
完全可编译!
2008.08.27 最新代码!-Stone 2.0 source code! Fully compiled! 2008.08.27 latest code!
- 2022-03-18 22:21:34下载
- 积分:1
-
使用Delphi写的模仿SPY++.涉及到Windows Hook 消息捕获等
使用Delphi写的模仿SPY++.涉及到Windows Hook 消息捕获等-Use Delphi to write parody SPY++. Relates to information capture, such as Windows Hook
- 2023-02-18 09:15:03下载
- 积分:1
-
pxa25x图书馆为Windows CE
pxa25x library for windows ce
- 2023-07-30 01:00:03下载
- 积分:1
-
maclog来源VC
maclog sources VC -maclog sources VC++
- 2022-03-04 13:25:45下载
- 积分:1
-
可在windows系统中显示指定进程的地址空间使用情况的程序源码。...
可在windows系统中显示指定进程的地址空间使用情况的程序源码。-the windows system that shows the process address space use of the procedure source.
- 2023-06-24 14:05:03下载
- 积分: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