-
栅格图像坐标文件TFW中的说明,还是人家的,不知有用没?我觉得是有用的...
栅格图像坐标文件TFW中的说明,还是人家的,不知有用没?我觉得是有用的-Raster image coordinates is described in the TFW file, or other people s, I do not know no useful? I think it is useful
- 2022-08-21 08:57:48下载
- 积分:1
-
达内科技17天java学习笔记
word 46页
达内科技17天java学习笔记
word 46页-Tatsu within 17 days java technology word 46 page study notes
- 2023-04-30 07:20:02下载
- 积分:1
-
Program
程控交换与宽带交换课件,帮助大家学习,共同进步,希望大家也把课件上传,大家交流学习-Program-controlled switching and broadband exchange of courseware to help the U.S. study, and common progress, I hope everyone also courseware upload, communicate U.S. study
- 2022-01-22 05:36:54下载
- 积分:1
-
这是一个描述秒表的功能程序,希望大家尽情的享用哦!
这是一个描述秒表的功能程序,希望大家尽情的享用哦!
-This is a description of the function stopwatch program, hope that we enjoy to enjoy Oh!
- 2022-06-21 05:12:26下载
- 积分:1
-
设计一个控制器,小鬼
Design a Controller IMP
- 2022-03-24 13:12:58下载
- 积分:1
-
主要是一个3D引擎 对3D开发很有帮助
主要是一个3D引擎 对3D开发很有帮助-Is primarily a 3D engine for the 3D development of helpful
- 2023-01-27 02:50:03下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
用数据结构实现的一个家谱,很好很好很好的
用数据结构实现的一个家谱,很好很好很好的-Data structure used to achieve a family tree, very good very good very good
- 2023-08-03 05:25:02下载
- 积分:1
-
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。...
IEEE文件格式写法,帮助你去改稿,符合IEEE文件标准。给菜鸟看的,大虾可飘过。-IEEE file format written to help you to change draft documents in line with the IEEE standard. To look at the rookie, shrimp may be drifting away.
- 2022-03-23 05:20:45下载
- 积分:1
-
给你一个简短的想法,ZigBee。
Gives you a brief idea of zigbee.
- 2023-03-12 09:35:04下载
- 积分:1