-
协助书记和程序
program to assist the secretary and the
instructors of a private school
- 2022-03-14 08:37:34下载
- 积分:1
-
OPC客户端完整源码
用C#,VB开发的OPC客户端源码,都测试通过。
- 2023-03-03 04:55:03下载
- 积分:1
-
员工信息增删改查
java菜鸟,上课时跟着老师一起敲出来的,勿喷
- 2022-01-25 14:11:51下载
- 积分:1
-
求解主应变分量
本程序基于MATLAB编制,通过应变分量求解主应变。
在应变分在程序所在文件夹下生成 result.txt文件(如果有此文件在文件最后写入数据,保留文件原始数据),记录运算结果主应变量一直的情况下,计算应变张量,然后计算应变张量的第一、第二、第三不变量,得出一个一元三次。通过盛金公式计算一元三次方程的解,得出的三个解就是所要求的主应变。
- 2023-01-28 21:40:03下载
- 积分:1
-
mvc4后台模板
此后台模板用mvc4的框架,界面设计主要运用了easyui,实现了图片上传及预览、表单的提交、系统的登录和验证码的实现等功能。
- 2022-03-01 19:48:24下载
- 积分:1
-
His practice as a handwritten String class that contains the basic functions of...
自己练手写的一个String类,包含基本功能,测试通过,当个纪念,希望对别人也能有点帮助-His practice as a handwritten String class that contains the basic functions of the test, when a memorial, in the hope others can also be helpful to
- 2022-03-09 13:13:30下载
- 积分:1
-
This is my graduation design done, the time is limited, I only had logic gates,...
这是我毕业设计时做的,时间有限,我只做了逻辑门,触发器没做。压缩包中包含论文WORD文档。-This is my graduation design done, the time is limited, I only had logic gates, flip-flop not done. Compression package contains papers Word document.
- 2023-02-04 19:35:03下载
- 积分:1
-
一个AD采集程序 自己做的
一个AD采集程序 自己做的-an AD collection procedures do for myself
- 2022-05-08 08:42:23下载
- 积分:1
-
procedures can click on the calendar today button, get today's date and the...
月历程序可点击今天按钮,得到今天的日期 显示年月日及星期,并可检测闰年点击今天按钮,可得到今天的日期 -procedures can click on the calendar today button, get today"s date and the date indicated weeks, it can detect a leap year today button, will be today"s date
- 2023-04-07 11:35:04下载
- 积分: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