-
C++开发的算平均值,残差,标准偏差,和总不确定度
C++开发的算平均值,残差,标准偏差,和总不确定度
-C development numerical average, residuals, standard deviation, and the total uncertainty
- 2022-03-10 12:14:16下载
- 积分:1
-
QT扫雷项目简单实现工程源码
QT扫雷项目简单实现工程源码
为了积分,把之前做的一个扫雷项目源码上传到这。
这个源码是属于原创,
基本实现了游戏:布雷,左键,右键、波形翻开等
虽然可以玩了,但功能并不完善,有诸多地方有待改进。
- 2022-07-03 03:34:49下载
- 积分:1
-
线性规划源代码,用于线性优化
线性规划源代码,用于线性优化-linear programming source code for linear optimization
- 2022-01-25 15:32:18下载
- 积分:1
-
c++控制台程序,直接导出EXCEL格式文件。
c++控制台程序,直接导出EXCEL格式文件。-c++ console procedures, direct export EXCEL format.
- 2022-05-09 01:31:28下载
- 积分:1
-
Classic C++ Books, learning c++ Friends are very helpful
经典的 C++书籍,对学习c++的朋友有很大帮助-Classic C++ Books, learning c++ Friends are very helpful
- 2022-05-05 08:19:42下载
- 积分:1
-
自己制作自己的压缩小程序比较有意思(推荐)
自己制作自己的压缩小程序比较有意思(推荐)-produced their own small compression process more interesting (recommended)
- 2022-06-20 09:18:25下载
- 积分:1
-
可以人機對弈的五子棋軟件
程序有很好的界面,並且可以根據難易程度來進行人机对弈,其中最難的部分很難贏過他。不信你可以試試!
- 2022-03-14 00:55:56下载
- 积分:1
-
这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,...
这个程序可以检查pop3邮件信息,纯粹的Winsock和Win32 API,不用 MFC以及Winsock2。所使用的API函数用到了CreateThread,GetOpenFileName,trayicons,SetTimer,sndPlaySound,GetExitCodeThread,TerminateThread等。-This process can check pop3 e-mail messages, pure Winsock and Win32 API, not MFC and Winsock2. Used to use the API function CreateThread, GetOpenFileName, trayicons, SetTimer, sndPlaySound, GetExitCodeThread, TerminateThread and so on.
- 2022-02-28 12:45:36下载
- 积分:1
-
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!...
C语言编写的小程序,实现日历的显示。高人给点指教,初学者给点看法。谢谢!-C language prepared by the small procedures, the calendar shows. Superior to the point enlighten, beginners to the point. Thank you!
- 2023-07-28 18:05:03下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1