-
采用国际标准测试图lena进行测试。分别使用白平衡法、最大颜色值平衡法进行色偏矫正。...
采用国际标准测试图lena进行测试。分别使用白平衡法、最大颜色值平衡法进行色偏矫正。-lena,White balance mathod,max-color balance mathod.
- 2022-08-09 14:49:50下载
- 积分:1
-
libcurl里面的所有例子
官网上所有的libcurl的例子,可以拿来学习libcur库的使用,或者当参考,包括了 http-post,http-get,ftp,smtp等功能,非常详细。
- 2022-12-16 08:50:03下载
- 积分:1
-
汇编语言的好东西,,电子时钟显示
汇编语言的好东西,,电子时钟显示-language compilation good things, the electronic clock display
- 2022-02-04 02:07:19下载
- 积分:1
-
fifo description for fast read/write operation
fifo description for fast read/write operation
- 2022-10-20 21:55:03下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
bitmap progress, a custom bitmap display of the progress.
位图进度显示,定制一个位图的进度显示条。-bitmap progress, a custom bitmap display of the progress.
- 2022-09-09 21:00:03下载
- 积分:1
-
本游戏由一个中学生独自编程开发,号称视觉效果绝对胜过星际。...
本游戏由一个中学生独自编程开发,号称视觉效果绝对胜过星际。-This program is written by a middle school student . This program is more better than Starcraft.
- 2022-12-01 13:25:03下载
- 积分:1
-
Please tree G, and with the right Vertices adjacency matrix, as well as for two...
请将树G的顶点数和带权邻接矩阵以及待求两点输入进input.txt。如果两点间无边连接,则
用大数65535来表示。-Please tree G, and with the right Vertices adjacency matrix, as well as for two points to be input into input.txt. If between two points limitless connectivity, is used to express large numbers 65,535.
- 2022-09-08 06:45:02下载
- 积分:1
-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-10-22 20:15:03下载
- 积分:1
-
实现复数的输入输出并对其进行加减乘除四则运算
实现复数的输入输出并对其进行加减乘除四则运算-The four operations to achieve complex
- 2022-07-22 02:00:57下载
- 积分:1