-
调整图像大小,利用 matlab 软件相兼容的 c 代码生成
图像调整使用用matlab近邻方法。在MATLAB imresize功能不支持C代码生成。此代码CODEGEN符合我们可以使用MATLAB编码器生成C代码。它有ImResize.m文件,并Codegen_resize.prj生成C代码。生成的C代码在代码生成文件夹中。目前,该代码支持输出的图像大小为480×640。你需要改变大小OutImg=零(480,640,“UINT8");按您的要求。
- 2022-01-25 17:33:49下载
- 积分:1
-
这是一个VB ActiveResizer 32bit ActiveX DLL自动调整大小有关。
The ActiveResizer is a VB 32bit ActiveX DLL that automatically adjust the size ofVB controls and fonts on the form. As a user stretches or shrinks the form, the controlson the VB form will also stretch or shrink, accordingly.
- 2022-02-03 11:07:21下载
- 积分:1
-
3d编程大师技巧,很经典的参考书,一章试读
3d编程大师技巧,很经典的参考书,一章试读-Masters 3d programming skills, the classic reference book, a chapter Explanation
- 2022-06-13 14:48:58下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
活动安排,活动安排 活动安
活动安排,活动安排 活动安
- 2022-04-28 17:50:58下载
- 积分:1
-
Super Market management System
超市管理系统
- 2022-05-27 11:53:24下载
- 积分:1
-
Tools, in general is absolutely useful! I believe I am not mistaken, tools and s...
工具软件,对一般人绝对有用!相信我没有错, -Tools, in general is absolutely useful! I believe I am not mistaken, tools and software, as most people are absolutely useful! I believe I am not wrong,
- 2022-05-21 14:12:22下载
- 积分:1
-
procedures in the VC++ environment prepared by the automatic use of non
本程序是在VC++环境下编写的利用非确定自动机NFA进行字符串匹配-procedures in the VC++ environment prepared by the automatic use of non-identified plane NFA strings match
- 2022-05-15 13:38:59下载
- 积分:1
-
The realization of the Screen PowerWord similar functions, procedures for smalle...
实现类似金山词霸的屏幕取词功能,程序较小,可以加入大家的程序中使用。-The realization of the Screen PowerWord similar functions, procedures for smaller, you can join the proceedings.
- 2022-02-14 03:31:04下载
- 积分:1
-
Seeking a minimum circle to cover all the points
找到一个最小的圆盘使覆盖平面上所有的点集-Seeking a minimum circle to cover all the points
- 2022-03-06 13:31:48下载
- 积分:1