-
菜单和加速键编程的例子
菜单和加速键编程的例子-menu and accelerate key programming examples
- 2023-06-18 13:35:03下载
- 积分:1
-
代码诺基亚字拉链
code nokia word zip-code nokia word zip
- 2022-02-21 21:39:15下载
- 积分:1
-
将一个5*5的矩阵中最大的元素放在中心,四个角分别放四个最小的元素(顺序从左到右,从上到下顺序依次从小到大存放)...
将一个5*5的矩阵中最大的元素放在中心,四个角分别放四个最小的元素(顺序从左到右,从上到下顺序依次从小到大存放)-A 5* 5 matrix elements of the largest on the center, four corners, respectively, put the four smallest element (sequence from left to right, from top to bottom the order from small to large storage)
- 2023-07-23 16:10:03下载
- 积分:1
-
使用链式存储实现一元多项式的以下运算:
实现多项式的加法、减法、求导。...
使用链式存储实现一元多项式的以下运算:
实现多项式的加法、减法、求导。
-Used to achieve a dollar store chain polynomial of the following operations: the realization of polynomial addition, subtraction, derivation.
- 2022-03-09 08:56:39下载
- 积分:1
-
JPEG 的C++解码程序 在VC下运行。
是分析JPEG的必要程序。
JPEG 的C++解码程序 在VC下运行。
是分析JPEG的必要程序。-JPEG of the C++ Decoding procedures in the VC run. JPEG is the analysis of the necessary procedures.
- 2022-07-28 06:46:37下载
- 积分:1
-
C++调用C# COM,C#调用C++ dll, 对称加密
本代码演示了C#调用C++,C++调用C#,C#用COM封装了对称加密算法,再用C++将C# COM封装为标准windows dll,
C++标准dll可供其它语言使用,如java、delphi……,项目中演示了改dll的C#调用和VC调用。
- 2022-02-02 03:59:52下载
- 积分:1
-
“视觉基本导航项目案例”源代码。拉链
《Visual Basic 项目案例导航》源代码.zip-"Visual Basic navigation projects case" source code. Zip
- 2022-07-27 03:24:56下载
- 积分:1
-
voice codec plugin for winamp.
selever api 帮助文档 大家来下啊-Help selever api to everyone under the ah
- 2022-11-22 15:35:03下载
- 积分:1
-
ErdasImagine secondary development and customer
ErdasImagine二次开发与客户化方法研究
对ERDAS开发者有帮助-ErdasImagine secondary development and customer-oriented method for ERDAS help developers
- 2022-11-03 19:35:03下载
- 积分:1
-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10:03下载
- 积分:1