-
这是一个关于初步了解小波的幻灯片,对初学者非常有用
这是一个关于初步了解小波的幻灯片,对初学者非常有用-This is a preliminary understanding on wavelet slides, very useful for beginners
- 2022-10-21 18:45:04下载
- 积分:1
-
数值分析―Gauss列主元消去法和龙格积分法
数值分析―Gauss列主元消去法和龙格积分法-Numerical Analysis
- 2023-06-16 19:10:03下载
- 积分:1
-
超星版perl编程经典,实用报表提取语言
超星版perl编程经典,实用报表提取语言-Superstar classic version of perl programming, practical extraction report language
- 2022-03-26 12:53:52下载
- 积分:1
-
面向对象程序设计,课本中部分例题,c++环境下运行
面向对象程序设计,课本中部分例题,c++环境下运行-Object-oriented programming, textbooks and some sample questions, c++ Environment running under
- 2022-01-27 22:04:16下载
- 积分:1
-
This my final project interfacing study.
This my final project interfacing study.-This is my final project interfacing study.
- 2022-03-28 10:59:01下载
- 积分:1
-
This article from the fieldbus control system development of the current situati...
本文从现场总线控制系统的发展现状出发,遵循现场总线控制系统标准的体系结构,仍由通用组态软件实现监控管理功能,由现场总线智能仪表实现生产控制功能。但在连接通用组态软件与现场总线智能仪表的信息通道中,采用OPC服务器、OPCActiveX控件取代10驱动程序,实现与Matlba数据共享和互联,无干扰地增加Matlba强大的符号、数值计算、矩阵运算以及图形显示的功能,实施先进控制、优化控制。
-This article from the fieldbus control system development of the current situation, following the standard fieldbus control system architecture, generic configuration software is still realize monitoring and management functions, by the field bus intelligent instruments of production control functions. However, in general configuration software to connect with fieldbus intelligent instrument information channel, the use of OPC server, OPCActiveX controls to replace the 10 drivers, and realize data sharing and Matlba the Internet without interference to increase Matlba powerful symbols, numerical calculation, matrix calculation and graphical display features, the implementation of advanced control, optimal control.
- 2022-09-22 20:20:03下载
- 积分:1
-
mpeg 2 system 1,2,3
all user need to check it out
mpeg 2 system 1,2,3
all user need to check it out-mpeg 2 system 1,2, 3 all user need to check it out
- 2023-04-24 19:05:03下载
- 积分:1
-
本教程涵盖了HTML所有的命令的使用及使用技巧
本教程涵盖了HTML所有的命令的使用及使用技巧-The Guide covers all HTML orders of the use and the use of skills
- 2022-04-02 03:35:14下载
- 积分:1
-
PSOC的使用教程,详细讲述了PSOC的使用方法,特别适合初学者使用
PSOC的使用教程,详细讲述了PSOC的使用方法,特别适合初学者使用-PSOC use tutorial, a detailed account of the PSOC use, especially suitable for beginners to use
- 2022-02-01 07:49:00下载
- 积分:1
-
uva10324解法(提共題目和解法程式)
題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
- 2022-05-06 12:04:30下载
- 积分:1