-
H.263 ITU
H.263 文档 DRAFT ITU-T Recommendation H.263 VIDEO CODING FOR LOW BITRATE COMMUNICATION-H.263 ITU-T Recommendation H.263 VIDEO CODING FOR LOW BITRATE COMMUNICATION
- 2023-01-02 18:35:04下载
- 积分:1
-
Windows应用程序,窗口,事件驱动,句柄和Windows消息,Windows应用常用消息...
Windows应用程序,窗口,事件驱动,句柄和Windows消息,Windows应用常用消息-Windows application, window, event-driven, handle and Windows news, Windows applications commonly used news
- 2022-01-23 11:10:48下载
- 积分:1
-
ArcView软件通过GIS提供的数字平台实现技术。
通过ArcView软件提供一个GIS数字综合平台,以实现信息查阅、数据分析等功能-ArcView software through GIS to provide a digital platform in order to achieve the information access, data analysis and other functions
- 2022-03-26 11:54:34下载
- 积分:1
-
简短的535 / 536飞思卡尔半导体产品
Product Brief of 535/536 Freescale Semiconductor
- 2023-08-16 17:40: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
-
A description of a good use gps_nmea ah!
一个很好的使用gps的说明啊!
- 2022-04-13 01:21:35下载
- 积分:1
-
运动员成绩统计系统
运动员成绩统计系统-athletes achievements statistical system
- 2022-02-04 02:21:19下载
- 积分:1
-
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc
两种方法测试spring中的jdbc-two methods of testing spring jdbc two methods of testing spring jdbc
- 2023-06-20 20:10:03下载
- 积分:1
-
the documents approved the naming process in the VC.NET and XP systems through c...
对文件进行批命名的程序 在VC。NET、XP系统下编译通过-the documents approved the naming process in the VC.NET and XP systems through compiler
- 2023-05-11 12:40:03下载
- 积分:1
-
这个是graphcut程序的流程图,为了便于理解,应该会有帮助的
这个是graphcut程序的流程图,为了便于理解,应该会有帮助的-This a flowchart graphcut procedures, in order to facilitate understanding, should be helpful.
- 2022-12-29 08:20:03下载
- 积分:1