-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the method when the use of recursive array, which makes the recursive stack into many of the data, consume much space, the number of tested not more than 70, based in Visibility terms procedures, the use of space is also necessary!)
- 2023-08-13 21:00:03下载
- 积分:1
-
国外结构计算程序,FORTRAN90高级语言编写,主要用于结构分析。...
国外结构计算程序,FORTRAN90高级语言编写,主要用于结构分析。-abroad structure calculation procedures, FORTRAN90 High languages, mainly for structural analysis.
- 2022-06-16 23:40:39下载
- 积分:1
-
一个关于MFC有用的例子,保存后解压
一个关于MFC有用的例子,保存后解压- About the MFC useful example, after preserves decompresses
- 2023-05-06 05:20:03下载
- 积分:1
-
只有简单的实践例子,C++
资源描述只有简单的实践例子,C++应用背景:(50字以上,良好的背景的描述会让你更多的CF硬币)只有简单的实践例子,C++应用背景:(50字以上,良好的背景的描述会让你更多的CF硬币)只有简单的实践例子,C++应用背景:(50字以上,良好的背景的描述会让你更多的CF硬币)
- 2022-05-25 18:11:07下载
- 积分:1
-
Any cs. student a ny average university will at some point be faced with design...
Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s. -Any cs. Student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s.
- 2022-06-16 19:07:14下载
- 积分:1
-
一个ASP版的图片浏览管理器
一个ASP版的图片浏览管理器-an ASP version of the Photo View Manager
- 2023-03-30 17:25:04下载
- 积分:1
-
JAVA操作PDF在指定位置输入对应文字
输入口径为: name(姓名) id(号码) date(日期)原始模板文件可自定义,仅支持PDF主要实现功能为: 在指定的模板文件PDF对应位置写入对应文字后合成新的PDF
- 2022-02-22 12:38:50下载
- 积分:1
-
VC多线程扫描程序
VC多线程扫描程序-VC multithreading Scan
- 2022-08-12 08:59:13下载
- 积分: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
-
openc实现道路标志识别
环境为Opencv3.4.1 + VS2017:
Opencv3+VS2017实现交通标志检测
- 2022-07-13 17:18:45下载
- 积分:1