-
keboard
可以实现模拟键盘,驱动级的。可以当普通键盘一样使用(Can realize analog keyboard, driver class. Like an ordinary keyboard can be used)
- 2020-10-13 23:17:31下载
- 积分:1
-
2018APP分发系统
应用分发系统最新版,支持安卓苹果自动识别(The latest version of App Distribution System supports Android Apple automatic recognition)
- 2020-06-20 02:40:02下载
- 积分:1
-
智力拼图,又称魔板游戏,4*4的方格组成,15个字母,一个空格,要求玩家移动方格把字母排成字母表顺序,上下左右和回车控制。...
智力拼图,又称魔板游戏,4*4的方格组成,15个字母,一个空格,要求玩家移动方格把字母排成字母表顺序,上下左右和回车控制。-intellectual puzzles, board games also known as the devil, 4* 4 components in the box, 15 letters, a box requiring mobile box put players line up in alphabetical order of the alphabet, from top to bottom and around the transport control.
- 2022-03-04 08:48:29下载
- 积分:1
-
HighMaPro_matlab
本书首先介绍了MATLAB 语言的程序设计的基本内容,在此基础上系统介绍了各个应用数
学领域的问题求解,如基于MATLAB 的微积分问题、线性代数问题的计算机求解、积分变换和复变函数问题、非线性方程与最优化问题、常微分方程与偏微分方程问题、数据插值与函数逼近问题、概率论与数理统计问题的解析解和数值解法等。还介绍了较新的非传统方法如模糊逻辑与模糊推理、神经网络、遗传算法、小波分析、粗糙集及分数阶微积分学等领域。(The book begins with the introduction of the MATLAB programming language, the basic content, on the basis of the system introduced in all areas of applied mathematics problem solving, such as MATLAB-based calculus problems, linear algebra to solve computer problems, integral transforms and complex variable function problems, nonlinear equations and optimization problems, ordinary differential equations and partial differential equation problems, data interpolation and function approximation problem, Probability Theory and Mathematical Statistics Analytical Solution and Numerical Solution of such. Also introduce a relatively new non-traditional methods such as fuzzy logic and fuzzy reasoning, neural networks, genetic algorithms, wavelet analysis, rough sets and fractional calculus and other fields.)
- 2007-09-29 10:40:50下载
- 积分:1
-
qrs
比较详细的检测QRS波的程序,包括QRS波的起点,峰值检测,效果比较好,而且运用墨西哥小波,可以直接检测(Detection of QRS wave of more detailed procedures, including the starting point of QRS wave, peak detection, results were better, but the use of wavelet Mexico, you can directly detect)
- 2021-03-21 20:19:17下载
- 积分:1
-
arma
matlab 自回归模型的matlab实现(autoregressive model matlab implementation of the matlab)
- 2009-12-30 13:55:45下载
- 积分:1
-
3D迷宫游戏的源程序。vb写的,很好的学习素材
3D迷宫游戏的源程序。vb写的,很好的学习素材-3D maze game of the source. Vb writing, good learning materials
- 2023-08-24 10:15:03下载
- 积分:1
-
第三次作业
说明: 这个是爬虫代码,希望大家可以喜欢收藏,不胜感激(This is the crawler code. I hope you enjoy collecting it. Thank you very much.)
- 2020-06-19 00:00:02下载
- 积分:1
-
PLC
一个利用PLC编写的工业控制源程序,包括梯形图和组态,很完整,是三层电梯的程序,可以扩展成多层电梯(Prepared using an industrial control PLC source code, including the ladder and configuration, it is complete, is a three-lift procedure can be extended into a multi-elevator)
- 2020-11-09 00:19:47下载
- 积分:1
-
PAT
Given N rational numbers in the form "numerator/denominator", you are supposed to calculate their sum.
输入描述:
Each input file contains one test case. Each case starts with a positive integer N (<=100), followed in the next line N rational numbers "a1/b1 a2/b2 ..." where all the numerators and denominators are in the range of "long int". If there is a negative number, then the sign must appear in front of the numerator.
输出描述:
For each test case, output the sum in the simplest form "integer numerator/denominator" where "integer" is the integer part of the sum, "numerator" < "denominator", and the numerator and the denominator have no common factor. You must output only the fractional part if the integer part is 0.(Input Description:
Each input file contains one test case. Each case starts with a positive integer N (<=100), followed in the next line N rational numbers "a1/b1 a2/b2 ..." where all the numerators and denominators are in the range of "long int". If there is a negative number, then the sign must appear in front of the numerator.
Output Description:
For each test case, output the sum in the simplest form "integer numerator/denominator" where "integer" is the integer part of the sum, "numerator" < "denominator", and the numerator and the denominator have no common factor. You must output only the fractional part if the integer part is 0.)
- 2019-03-02 14:33:27下载
- 积分:1