-
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
- 2022-01-26 05:36:44下载
- 积分: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
-
This procedure in the original array of procedures based on the added template,...
本程序在原来数组程序的基础上添加了模板、重载+、- 、=、==和!=运算符等操作。
实现了对两个数组的加、减、赋值、判断是否相等等功能。-This procedure in the original array of procedures based on the added template, overloading+,- ,=,== And! = Operator and other operations. Achieved on the two array add, subtract, assignment, and so on to determine whether the functional phase.
- 2023-01-21 02:40:04下载
- 积分:1
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1
-
vc调用excel的一些新方法,有很多新思路
vc调用excel的一些新方法,有很多新思路-vc call excel some of the new method, there are many new ideas
- 2023-04-13 20:10:04下载
- 积分:1
-
其他按钮的例子,WTL
Other button examples for wtl
- 2022-01-25 20:40:34下载
- 积分:1
-
Dinic求最大流, Dinic求最大流, Dinic求最大流,Dinic求最大流
Dinic求最大流, Dinic求最大流, Dinic求最大流,Dinic求最大流-Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow, Dinic for maximum flow
- 2022-05-31 11:06:23下载
- 积分:1
-
A Compressed Bitset Cla
A Compressed Bitset Cla
- 2022-06-01 04:13:52下载
- 积分:1
-
OPENCV人脸识别
通过OPENCV提供的检测方法,搭建了通过本机摄像头提取图像,并且通过OPENCV提供的XML训练样本做的人脸检测
- 2022-01-21 21:37:00下载
- 积分:1
-
Date & Time
这是简单的应用程序代码,显示当前时间和日期。它是用Python编写的语言。此外,为了可视化的应用程序,我用了“Tkinter的”库。欲了解更多信息,你可以参考它的网站,并找到不同的方法,帮助您使您的应用程序的框架。请注意,我用的Python IDE的第3版本编写代码。 我也把这段代码在Saakhtani这是一个波斯的网站
- 2022-03-02 23:17:26下载
- 积分:1