-
通过一句 的问答方式,详细讲解了LINUX的一些操作。
通过一句 的问答方式,详细讲解了LINUX的一些操作。-through one ask after one ask ,insight the operation of linux system.
- 2022-07-01 17:15:03下载
- 积分:1
-
学校管理系统
在这个项目中,它含有 8 个模块:
1.图书模块
本模块的子模块是添加、 编辑、 查询。
2.各章模块
本模块子模块是维护与本书中的章节
3.主题模块
添加和主体智慧书的子模块,此模块
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 05:02:40下载
- 积分:1
-
RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9
软件版本: apache_1.3.2...
RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9
软件版本: apache_1.3.28.tar.gz, php-4.3.3.tar.gz, mysql-4.0.15.tar.gz
所有操作都假定在root下执行.
-RedHat9 under apache1.3.28 php4.3.3 mysql4.0 .15 operating system installation process : RedHat 9 Software Version : apache_1.3.28.tar.gz, php- 4.3.3.tar.gz. mysql- 4.0.15.tar.gz all operations are under the assumption that the implementation of the root.
- 2022-03-14 01:59:43下载
- 积分:1
-
f DEVICE SPECIFICATION FOR
I...
f DEVICE SPECIFICATION FOR
I
LQ9D161 -
f DEVICE SPECIFICATION FOR
I
LQ9D161
- 2022-06-01 08:43:56下载
- 积分:1
-
Bus PC104PLUS technical documentation in English. PC104 bus information to devel...
PC104PLUS总线英文技术文档。开发PC104总线必看资料。-Bus PC104PLUS technical documentation in English. PC104 bus information to develop a must-see.
- 2022-03-17 17:56:09下载
- 积分:1
-
如何写好网上书店需求分析报告详细规格的说明
如何写好网上书店需求分析报告详细规格的说明-How to write online bookstore needs analysis report provides a detailed description of specifications
- 2023-02-27 04:55:03下载
- 积分:1
-
只是为了好玩。cpp文件
justfor fun .cpp file
- 2022-02-01 19:55:45下载
- 积分: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 pictures for desktop
a pictures for desktop
- 2022-05-30 16:43:14下载
- 积分:1
-
ISO/IEC14496
ISO/IEC14496-2老版本 MPEG4标准-ISO/IEC14496-2 old version of the standard MPEG4
- 2022-03-22 20:11:03下载
- 积分:1