-
腐蚀图像时常用的四种方法,可以参照学习。腐蚀是识别时常用到的技术之一。...
腐蚀图像时常用的四种方法,可以参照学习。腐蚀是识别时常用到的技术之一。-Corrosion of four methods commonly used images, you can refer to learn. Corrosion is to identify frequently used technologies.
- 2022-03-15 18:15:26下载
- 积分:1
-
very good!
利用高斯消去法求解矩阵的,大家可以看看,多学习点东西,希望对你有用-very good!
- 2022-12-13 01:10:03下载
- 积分:1
-
把WAV、MP3格式的文件转换为WMA
把wav、mp3等格式文件转化为wma-put wav, mp3 format documents into wma
- 2023-08-16 08:40:03下载
- 积分:1
-
Introduction to serial programming under Linux, we are interested to take a look...
Linux 下串口编程入门,大家有兴趣就看看吧-Introduction to serial programming under Linux, we are interested to take a look at it
- 2022-07-10 02:36:09下载
- 积分:1
-
数据库连接测试程序带加密功能,主要用于测试于sql数据库的连接...
数据库连接测试程序带加密功能,主要用于测试于sql数据库的连接-Database connection test program with encryption capabilities, mainly for testing in the sql database connection
- 2022-04-26 15:09:43下载
- 积分:1
-
ajax应用/*
[Discuz!] (C)2001
ajax应用/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.117 $
$Date: 2007/08/09 08:49:19 $
*/
- 2022-06-12 15:35:01下载
- 积分:1
-
用Flex编写的投票系统,数据库用的是Sqlserver
用Flex编写的投票系统,数据库用的是Sqlserver-Flex used to prepare the voting system, the database is used for sqlserver
- 2022-03-21 22:40:23下载
- 积分:1
-
进程调度的试验,有时间片算法和优先级算法,图形化界面显示...
进程调度的试验,有时间片算法和优先级算法,图形化界面显示-The process of scheduling the test algorithm has time slice and priority algorithms, graphical user interface display
- 2022-04-30 10:59:23下载
- 积分: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
-
We study the direct cost of virtual function
calls in C++ programs, assuming t...
We study the direct cost of virtual function
calls in C++ programs, assuming the standard
implementation using virtual function tables. We
measure this overhead experimentally for a number of
large benchmark programs, using a combination of
executable inspection and processor simulation.
- 2023-04-16 21:15:03下载
- 积分:1