-
MODBUS CRC16
主要是labview在串口通讯过程中,采用modbus-crc 16 位校验方法(LabVIEW is mainly used in the serial communication process, using modbus-crc 16 bit calibration method.)
- 2018-08-16 16:50:51下载
- 积分:1
-
regress-294
typeof evaluates unary expressions.
- 2014-02-10 14:18:15下载
- 积分:1
-
PgmVolume
说明: 音频设备控制之扬声器单个应用程序音量控制,包括音量的获取与设置(Audio Device Controlled Speaker Single Application Volume Control, Including Volume Acquisition and Setting)
- 2019-04-11 10:22:02下载
- 积分:1
-
VCPP-QrCode
Vc++ 6.0 qrcode二维码代码封装,希望有帮助
- 2014-02-11 16:23:06下载
- 积分:1
-
3D机械手臂
3d 机器人模拟,非常棒的gui界面,直接开就好不需要robotic工具箱。(3D robot simulation, a very good GUI interface, directly open, do not need robotic toolbox.)
- 2017-11-27 10:52:13下载
- 积分:1
-
matlab程序设计实例解析
本文通过对 MATLAB 程序设计中的若干典型问题做简要的分析和总结,并
在此基础上着重讨论了有关算法设计、程序的调试与测试、算法与程序的优化以
及循环控制等方面的问题.还通过对一些程序实例做具体解析,来方便读者进行
编程训练并掌握一些有关 MATLAB 程序设计方面的基本概念、基本方法以及某些
问题的处理技巧等.此外,在文章的最后还给出了几个常用数学方法的算法程序,
供读者参考使用.希望能对初学者进行 MATLAB 编程训练提供一些可供参考的材
料,并起到一定的指导和激励作用,进而为 MATLAB 编程入门打下好的基础.(This article briefly analyzes and summarizes some typical problems in MATLAB program design.
Based on this, we discussed the design of the algorithm, the debugging and testing of the program, and the optimization of algorithms and programs.
Problems such as loop control, etc. Also through the specific analysis of some program examples to facilitate readers
Programming training and master some basic concepts, basic methods and some related to MATLAB programming
Problem handling techniques, etc. In addition, at the end of the article, several algorithm programs for common mathematical methods are given.
For readers to use. Hope to provide beginners with MATLAB programming training to provide some reference material
Materials, and play a certain guidance and incentives, and then lay a good foundation for MATLAB programming entry.)
- 2018-03-22 15:06:22下载
- 积分:1
-
一个基于c++的网络传输Dll,方便使用
一个基于c++的网络传输Dll,方便使用-c++ network transfer dll
- 2022-02-03 04:48:33下载
- 积分:1
-
WVD
<应用WVD估计AM_FM信号的瞬时频率>,该文研究了应用WVD谱峰检测估计AM-FM信号的瞬时频率的方法及其性能。(< Application WVD estimate AM_FM signal instantaneous frequency> This paper studies the application of WVD peak AM-FM signal detection estimates the instantaneous frequency method and its performance.)
- 2011-08-10 20:57:58下载
- 积分:1
-
FileSystem(swb)
一个模拟MS-DOS的程序,用一个txt文件模拟硬盘,实现分块,实现了
dir,edit,delete,cd,tree....等20余种类DOS命令(a simulation of MS-DOS program, a simulated document txt hard to achieve block, achieved dir, edit, delete, cd, tree .... more than 20 types of DOS command)
- 2007-04-15 09:50:52下载
- 积分:1
-
ReverseSubstring
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameters: string
Returns: string
Method signature: string findReversed(string input)
(be sure your method is public)
Notes
The substring and its reversal may overlap partially or completely.
The entire original string is itself a valid substring (see example 4).
Constraints
input will contain between 1 and 50 characters, inclusive.
Each character of input will be an uppercase letter ( A - Z ).
Examples
0)
"XBCDEFYWFEDCBZ"
Returns: "BCDEF"
We see that the reverse of BCDEF is FEDCB, which appears later in the string.
1)(Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is)
- 2007-04-08 00:00:21下载
- 积分:1