-
unixbench-5.1.2.tar
unixibench 5.1.2 source code
- 2019-01-21 09:36:37下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
netlink_ipc
netlink通信模板,用于和内核驱动进行通信(netlink communication module)
- 2020-06-20 18:20:02下载
- 积分:1
-
High
高速电路板信号完整性设计 Stephen C. Thierauf著-High-Speed Circuit Board Signal Integrity Auther: Stephen C. Thierauf
- 2022-12-12 23:20:03下载
- 积分:1
-
python_how_to_program
python学习最好书籍,里面的例子个个精彩(算法一绝),确保任何人能一周之内掌握世界上书写最优美的编程语言。(python learning the best books containing excellent examples of each (one must algorithm), ensure that any person within a week to master the world's most beautiful writing programming language.)
- 2020-06-26 03:40:02下载
- 积分:1
-
74761107halcon-Code
halcon 视觉识别算法,利用该平台进行工业控制视觉识别类开发工作,该平台提供视觉识别库,需要的算法可以直接提取,然后嵌入到C#开发环境里。(Halcon visual recognition algorithm, the use of the platform for industrial control visual recognition development work, the platform provides visual identification library, the required algorithm can be directly extracted, and then embedded into the C# development environment.)
- 2017-10-25 16:37:01下载
- 积分:1
-
太阳能光伏电池的Matlab.rar
太阳能光伏电池仿真模型,Simulink仿真模型,对光伏特性进行仿真(Simulation model of solar photovoltaic cell)
- 2018-05-30 18:44:52下载
- 积分:1
-
analyse_warp.m
使用fft分析布料纹理,进而可以很好得到布料本身的纹理(analyse yarn texture, get the texture of cloth more clearly)
- 2017-05-19 22:28:29下载
- 积分:1
-
backtracking algorithms circuit board problems
回溯算法中的电路板问题-backtracking algorithms circuit board problems
- 2023-06-10 11:35:04下载
- 积分:1
-
基于MATLAB的MPSK信号调制与解调技术研究 (1)
说明: 多进制数字相位调制也称多元调相或多相制。它利用具有多个相位状态的正弦波来代表多组进制信息码元,即用载波的个相位对应于组进制信息码元。如果载波有2k个相位,它可以代表k位进制码元的不同码组。多进制相移键控也分为多进制绝对相移键控和多进制相对(差分)相移键控。(This m-file simulates mpsk (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).)
- 2019-04-28 19:44:44下载
- 积分:1