-
主要针对售房开发商在出售房屋时,对用户水表以及电表的统计,管理。...
主要针对售房开发商在出售房屋时,对用户水表以及电表的统计,管理。-It can stat and manage water meter ,ammeter when empolders sale buildings.
- 2022-01-20 23:02:38下载
- 积分:1
-
作图,画画。c++编程实现,小功能,小技巧
作图,画画。c++编程实现,小功能,小技巧-Drawing, painting. c++ programming, small features, small skills! ! ! !
- 2023-07-17 20:25:03下载
- 积分:1
-
Root Locus Design solve method(very easy and faster)
Root Locus Design solve method(very easy and faster)
- 2022-07-21 13:22:23下载
- 积分:1
-
非常好用的邮件客户端
VC++编程实现收发电子邮件,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。
- 2022-08-17 06:23:27下载
- 积分: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
-
D3D9黑屏优化-vs2010源码
可以用来优化游戏的CPU占用率,D3D9黑屏优化插件
- 2022-05-26 11:14:16下载
- 积分:1
-
vb source realize the Snake, SNAKE, I hope a lot of U.S. exchanges.
vb实现的贪吃蛇源码,SNAKE,希望大家多多交流。-vb source realize the Snake, SNAKE, I hope a lot of U.S. exchanges.
- 2023-06-10 17:45:03下载
- 积分:1
-
skype api application4
skype api application4
- 2022-02-04 11:10:59下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
face recognition using pca and ann wih training and testing and validation privi...
face recognition using pca and ann wih training and testing and validation privided for ORL databases -face recognition using pca and ann wih training and testing and validation privided for ORL databases
- 2022-07-09 14:57:08下载
- 积分:1