-
可以把二进制数据(比如您从ASP的Request.BinaryRead方法得到的数据)转换为字符串。...
可以把二进制数据(比如您从ASP的Request.BinaryRead方法得到的数据)转换为字符串。-Can be binary data (such as your method from the ASP
- 2022-02-05 19:45:05下载
- 积分:1
-
解决导航问题,运用数据结构的最短路径的两种求解方法
解决导航问题,运用数据结构的最短路径的两种求解方法-To solve navigation problems, using the data structure of the two shortest path solution method
- 2022-07-26 12:27:54下载
- 积分:1
-
packet sniffer writing code
packet sniffer writing code
- 2022-09-03 00:00: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
-
next level.....,
next level.....,-next level.....,..............
- 2022-07-11 18:08:48下载
- 积分:1
-
文件夹更衣室
您可以锁定您的文件夹使用的密码。使用的语言: C #Visual Studio 2012 +
- 2023-02-23 21:15:04下载
- 积分:1
-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f...
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f--函数f(x,y)的指针
* x--自变量离散值数组(其中x[0]为初始条件)
* y--对应于自变量离散值的函数值数组(其中y[0]为初始条件)
* h--计算步长
* n--步数
* 输出: x为说求解的自变量离散值数组
* y为所求解对应于自变量离散值的函数值数组
-* Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)* initial conditions for x = x [0], y = y [0].* Input : f-- function f (x, y)* x pointer-- from the array variable discrete values (x [0] for the initial conditions)* y-- corresponding to the variable discrete value of the function of the array (y [0] for the initial conditions)* h-- calculated step* n-- steps* output : Solving for x that the variable array* discrete values by solving y variables corresponding to the value of the discrete function arrays
- 2022-12-28 08:40:03下载
- 积分:1
-
superobject
superobjectv1.2.4 SuperObject 是开源的 Delphi 的 JSON 工具包,可生成 JSON 数据以及进行 JSON 解析
- 2022-08-18 05:32:41下载
- 积分:1
-
车辆可以应用系统的应用可以电机系统的讨论
汽车CAN应用系统应用CAN电机系统探讨
- 2022-05-26 19:39:59下载
- 积分:1
-
第一个大型数据库操作,oracal SQL
数据库第一次大作业,ORACAL SQL语句-first large database operations, ORACAL SQL
- 2022-11-26 13:55:03下载
- 积分:1