-
easyweb实例代码 可以做网络参考
easyweb实例代码 可以做网络参考 -Easyweb examples of code can make the network reference
- 2022-04-08 01:04:43下载
- 积分:1
-
VC6.0编写的COM插件源码
一份VC6.0编写的COM插件源码。注册方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll(这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 卸载方法在windows 左下角中菜单中 点击运行 在运行中输入 regsvr32.exe c:dn.dll /u (这个dll目录请根据文件存放目录而定)注:windows键 + R键 也可以按出运行 或者在cmd 窗口中也可以注册 ,
- 2022-08-24 14:24:53下载
- 积分:1
-
Directory Info
使用
- 2022-03-21 09:39:52下载
- 积分:1
-
testing window Simplicity of testing procedures FOSS
测试窗口朴拙的试验程序源码-testing window Simplicity of testing procedures FOSS
- 2022-11-27 17:40:03下载
- 积分:1
-
IDL语言编写的人造地球卫星环绕地球的动画
模拟。可作为教学演示。...
IDL语言编写的人造地球卫星环绕地球的动画
模拟。可作为教学演示。-IDL language of artificial earth satellite around the earth animated simulation. Could serve as a teaching demonstration.
- 2022-03-28 10:31:32下载
- 积分:1
-
企业进销存c#源代码
企业进销存c#源代码
企业进销存c#源代码
企业进销存c#源代码-fdfffdgfdgfhghgfhfghfghgfhgfhgh
- 2022-02-05 05:33:11下载
- 积分:1
-
LAN
基于局域网络的命令和数据传输 在一台机器上,将点、线、面的绘画命令和参数通过局域网发送到另外一台计算机上,并在其屏幕上显示绘画结果 -LAN-based commands and data transmission on a single machine, will be point, line, surface drawing commands and parameters sent via the LAN to another computer, and the results of their paintings displayed on the screen
- 2022-03-18 03:40:42下载
- 积分:1
-
3G演进HSPA和LTE在移动宽带中的应用
- 2023-06-11 00:30:03下载
- 积分:1
-
易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C...
易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、
n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM
-Easy to use, fast and effective generic SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM
- 2022-07-02 23:18:02下载
- 积分: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