-
数字图像处理
1,获取图像点的灰度值
2,获取图像的灰度直方图
3,对灰度图像进行线性变换、平滑、锐化等
1, to obtain images of the gray value
2, to obtain the image histogram
3, gray image linear transformation, smoothing, sharpening, etc.
- 2022-04-09 17:08:29下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
多机器人闭环l
多机器人闭环l-phi控制+potential+避障算法VC++实现-Closed-loop multi-l-phi robot control+ Potential+ Obstacle avoidance algorithm VC++ Realize
- 2023-07-07 04:55:04下载
- 积分:1
-
使用 jsp 的购物车项目源代码
Microsoft SQL Server 包括命名为最受欢迎的命令提示实用工具bcp可将数据从一个表到另一个,无论是在一台服务器上或服务器之间。SqlBulkCopy 类允许您编写提供类似功能的托管的代码解决方案。还有其他方法将数据加载到 SQL Server 表 (INSERT 语句,例如),但 SqlBulkCopy 提供显著的性能优势,他们。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-06 08:09:28下载
- 积分:1
-
Knapsack problem, knapsack problem of the five kinds of algorithms, a total of f...
背包问题,背包问题的5种算法,一共五个文件,每个文件一种算法-Knapsack problem, knapsack problem of the five kinds of algorithms, a total of five files, each file an algorithm
- 2022-03-19 19:46:41下载
- 积分:1
-
ATM系统部分代码.第一用JAVA写的代码.调试了下..可以运行..不过只是部分的代码..没有都发上来...
ATM系统部分代码.第一用JAVA写的代码.调试了下..可以运行..不过只是部分的代码..没有都发上来-ATM system, part of the code. First used to write JAVA code. Debugging the next. . Can run. . But only part of the code. . Did not have hair up
- 2023-06-11 20:30:04下载
- 积分:1
-
BIG
BIG-GB(VC)
- 2022-04-02 06:16:44下载
- 积分:1
-
BMPnewone位图处理源代码
BMPnewone位图处理源代码-BMPnewone bitmap processing source code
- 2022-06-11 22:23:01下载
- 积分: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
-
wqer qweqrwe werqwer量子阱
wqer qw qweqrwe werqwer-wqerwqerqw qweqrwe werqwer
- 2023-05-04 05:40:02下载
- 积分:1