资源列表
turbulence
- very good notes on turbulence modelling. Good for graduate level turbulence courses.
turnCoin
- 游戏的规则是,给定一个4×4 的棋盘,每个格子放上一枚硬币, 可能是正面朝上,也可能是反面朝上。如果要翻转其中的一枚硬币,与它相邻的上下左右 的硬币如果存在,也必须同时翻转,合起来称为一次翻转。现在给出棋盘上硬币的初始放 置状态和目标放置状态,请计算,最少需要多少次翻转才能将棋盘上的硬币从初始放置状 态转化为目标放置状态。 Input:输入的第一行含一个正整数k,表示测试例组数。下面紧接着k 组测试例的数据。 每组包含两个4×4 的0﹣1 阵列,用一个空行分隔,分别表示棋
123.cpp
- 求最大值和最小值 用分治法来求 c++环境-Find the maximum and minimum use of divide and conquer method to find c++ environment
pro.cpp
- 求最大值要和最少值 求次大值 次小值-Find the maximum and minimum values to find the second largest value of the second smallest value
Goldbach
- 叮叮当当这个系统还是不错的 谢谢帮忙好吗是的偶看-very good ok yes
essment
- AHP_Fuzzy航电综合化仿真系统可信度评估-AHP_Fuzzy Avionics Integrated Simulation System reliability assessment
Comators
- 复杂装备系统级测试性指标确定方法Complex equipment system-level testing method for determining indicators-Complex equipment system-level testing method for determining indicators
Final-Project-Proposal
- Final Project for EDA Algorithms
MATLAB-operation-programming
- MATLAB 数值数组及其运算编程-MATLAB numeric array and its operation programming
Walsh
- 能利用目前最流行的walsh函数进行测井曲线分辨率处理-Can take advantage of the most popular resolution of walsh function processing logs
Introduction-to-Algorithms
- [麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition.-Introduction.to.Algorithms,.Second.Editionof MIT
FH-SS
- 要进行误码率的计算,需要分两步进行,即抽样和判决。假 设信源信息码长度为M,每个信息码包含N 个采样点数,则,先从第一个信 息码的N 个采样点中,随机抽取i 个,判断是否全为1,或全为-1,这样就 确定了此信息码为1 还是-1;以同样的方法对输出的信息码再做一次,最后 将两个信息码的判断结果进行比较,不同就记录下来,进行累加,相同则进 行下一次循环。M 个循环后,把累加和的结果除以M,就得到本系统的误码 率了。 -To calculate the error rate
