-
12864c Chinese LCD Chinese data, examples can use
12864c中文液晶显示器中文资料,有例题可以使用-12864c Chinese LCD Chinese data, examples can use
- 2023-03-24 17:20:03下载
- 积分:1
-
打开多个文件的例子(33KB)19fileinfo1.zip取得文件信息(4KB)20文件操作相关.zip常用的4个文件函数:检查文件是否存在; 分离文件路径等...
打开多个文件的例子(33KB)19fileinfo1.zip取得文件信息(4KB)20文件操作相关.zip常用的4个文件函数:检查文件是否存在; 分离文件路径等(2KB)21winpe.zip分析PE文件格式(105KB)-open multiple files example (33KB) 19fileinfo1.zip obtained the document information (4KB) 20 documents related operations. Zip four common document functions : check file exists; Separation documents path, etc. (2 KB) 21winpe.zip analysis PE file format (105KB )
- 2022-08-08 21:19:55下载
- 积分:1
-
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n...
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n----方阵A的行数
* a----矩阵A
* m----矩阵B的列数
* b----矩阵B
* 输出: det----矩阵A的行列式值
* a----A消元后的上三角矩阵
* b----矩阵方程的解X
-out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N* N matrix, B is N* M matrix* Input : n---- A phalanx of a few-a matrix* A* m-matrix shown in a few B* b---- Matrix B* output : det-A matrix of a determinant value---- A* Elimination of upper triangular matrix* b---- Matrix The X-Solutions
- 2022-10-20 06:00:04下载
- 积分:1
-
看看人家是如何编写程序的,华为编程规范与案例。
看看人家是如何编写程序的,华为编程规范与案例。-Others look at how to prepare procedures, norms and cases Huawei programming.
- 2022-05-25 18:52:02下载
- 积分:1
-
海康产品测试过支持的备份设备:一些测试过的备份设备的型号.rar...
海康产品测试过支持的备份设备:一些测试过的备份设备的型号.rar-Haikang Products tested to support the backup device: Some of the backup device tested models. Rar
- 2023-07-24 16:30:03下载
- 积分:1
-
tutorial to work with xilinx fpga
tutorial to work with xilinx fpga
- 2023-08-20 06:10:03下载
- 积分:1
-
一个简单的动网格事例,该程序用MATLAB语言编写.
一个简单的动网格事例,该程序用MATLAB语言编写.-a simple moving mesh example, the procedures used MATLAB language.
- 2022-09-15 14:45: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
-
unas팩
new version
unas팩
new version
- 2022-04-11 02:22:49下载
- 积分:1
-
汇编原理的中文课件,我是05的学生,这是老师提供的,比较新,希望可以帮到大家...
汇编原理的中文课件,我是05的学生,这是老师提供的,比较新,希望可以帮到大家-compilation of the Chinese principle of courseware, I was 05 students, it is teachers, relatively new, the desire to help everyone
- 2022-02-03 01:46:40下载
- 积分:1