-
增删改查的影视网站
作者本身是学生,只是为了得到一点积分才选择把半成品的垃圾项目上传到网上,里面有很多未实现的东西,只是为了获取积分借鉴他人的代码来修改而不得已这样做,希望大佬们不要说我....
- 2022-03-09 22:47:46下载
- 积分:1
-
Game stone, scissors, fabric source, code, only more than 200 lines, new algorit...
游戏石头、剪子、布的源码,代码只有二百多行,算法新颖-Game stone, scissors, fabric source, code, only more than 200 lines, new algorithm
- 2023-09-08 09:55:03下载
- 积分:1
-
a simpler small
一个简单的小计时器-a simpler small-timer
- 2022-01-24 15:39:11下载
- 积分:1
-
C语言的本质分析的例子,它是好的,虽然是写…
C语言实例解析精粹,很不错的,虽然是C写的,但里面有很有很有名的算法题-C language example of Analysis of the essence, it is good, although it is written in C, but there are very well-known algorithm for title
- 2022-05-25 09:05:24下载
- 积分:1
-
XML官方指南中文版是学习XML的资料,相信对想学好XML的人很有帮助...
XML官方指南中文版是学习XML的资料,相信对想学好XML的人很有帮助-XML official Chinese version of the Guide is to study the XML data, I believe If you want to learn the helpful XML
- 2022-03-06 09:54:34下载
- 积分:1
-
1602k LCD code in C code
1602k LCD code in C code
- 2023-01-27 16:50:04下载
- 积分:1
-
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把M...
实现方法:
用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC
EXE应用程序,把MFC EXE应用程序中
CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程,
CWinThread *pThread=GetCurrentThread()
pThread->Run()
就可装载启动常规DLL内应用程序框架.-Realize Methods: The MFC AppWizard to generate a conventional DLL, in the conventional DLL there is one derived from CWinApp instance, reuse of the MFC AppWizard to generate a MFCEXE applications, the MFC EXE application CAppView, CMainFrame, CAppDocument block of text RES directory and copy resources to the conventional DLL project, add to the project, the compiler generates a DLL, in another WIN32 application, start a thread in the thread function explicitly loading the DLL, check inside the DLL the current thread, CWinThread* pThread = GetCurrentThread () pThread-
- 2022-01-22 01:31:41下载
- 积分:1
-
ADC,DAC转换接口~耐心讲述可以学会使用原理
ADC,DAC转换接口~耐心讲述可以学会使用原理-ADC, DAC converter interface ~ patience can be learned about the use of the principle of
- 2022-04-11 00:32:54下载
- 积分:1
-
show ico icon procedures
显示ico图标的程序-show ico icon procedures
- 2022-04-15 23:32:49下载
- 积分:1
-
密取指定文件
VC/C++源码,文件操作,文件搜索
一个速度极快的VC++目录文件查找类,另附两个小实例,菜鸟们也能很好的使用。
文件查找在很多时候我们都能用得上,本类是将文件查找操作简单进行封装,
在使用时候,你只需传递参数(路径和文件名及匹配格式),
查询的目录和文件结果被保存到本类内部的vector容器,
方便你随后取用。
- 2022-01-25 22:49:33下载
- 积分:1