登录

最新会员 最新下载

成为了本站VIP会员

06月10日 21:29

成为了本站VIP会员

06月06日 13:21

成为了本站VIP会员

06月03日 10:51

成为了本站VIP会员

06月02日 22:03

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22
已选条件
  1. 编程语言:所有
  2. 代码类别:书籍源码
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. sanxiangnibian

  基于PWM控制的三相逆变器,采用PI调节,输出电流电压波形稳定。(The three-phase inverter based on PWM is controlled by PI, and the output current and voltage waveform is stable.)

9
下载
87
浏览
2018-09-14发布

2. morlet generate

  实现不同参数下的morlet小波,这是很好用的一个生产小波的源码,比工具箱好用(Realize morlet wavelet under different parameters)

9
下载
84
浏览
2018-09-09发布

3. ANN调制信号

  基于神经网路的六种调制信号识别,备注详细。(Modulated signal identification)

9
下载
83
浏览
2018-09-05发布

4. NMES_Margrave

  书中详细介绍了地震勘探中的一些非常重要的数值计算方法,并用matlab将其算法实现,有助于理解地震勘探的基本原理 。(The book details some of the most important numerical calculation methods in seismic exploration, and uses Matlab to implement its algorithm, which is helpful to understand the basic principles of seismic exploration.)

1
下载
78
浏览
2018-08-10发布

5. 55480606

  在属性页面上显示图片,并可能进行多页的不同方式显示功能,是一个十分不错的参考,(Displaying pictures on property pages and possibly displaying multiple pages in different ways is a good reference.)

0
下载
109
浏览
2018-08-08发布

6. OpenCV计算机视觉编程攻略第2版

  opencv计算机视觉编程攻略源码,一共7章,源代码(Opencv computer vision programming source code, do not need to register abroad to download it.)

9
下载
100
浏览
2018-07-25发布

7. 粒子群优化算法

  粒子群算法优化程序,包含多种不同优化设置(Particle swarm optimization program, including a variety of settings.)

4
下载
120
浏览
2018-07-21发布

8. 计算流体力学基础及其应用美.约翰D.安德森

  计算流体力学书籍,详细介绍了有限差分方法以及编程的相关理论(Computational fluid mechanics books, in detail the finite difference method and programming theory.)

18
下载
123
浏览
2018-07-20发布

9. 格子Boltzmann

  格子Boltzmann方法模拟的相关书籍(Related Books on Lattice Boltzmann Simulation)

5
下载
77
浏览
2018-07-20发布

10. 倒谱分析与MFCC系数

  进行倒谱分析与系数MFCC提取的matlab程序(Matlab program for cepstrum analysis and coefficient MFCC extraction)

2
下载
97
浏览
2018-07-14发布

11. LMI Control Box

  一本详尽的关于鲁棒控制和线性矩阵不等式的工具书,有详细的源代码(An exhaustive reference book on robust controls and linear matrix inequalities with detailed source code)

7
下载
110
浏览
2018-06-29发布

12. PFCwithaveragecurrentcontrol

  平均电流控制的PFC,模拟,复频域传函实现(Average current control PFC)

10
下载
106
浏览
2018-06-14发布

13. 梁的静力学有限元分析,ansys命令流实例

  梁的静力学有限元分析,ansys命令流实例(Static analysis of beams, ANSYS command flow)

1
下载
123
浏览
2018-06-11发布

14. 新建 Microsoft Word 文档

  八位串行乘法器 缺点:乘法功能是正确的,但计算一次乘法需要8个周期,因此可以看出串行乘法器速度比较慢、时延大。 优点:该乘法器所占用的资源是所有类型乘法器中最少的,在低速的信号处理中有广泛的使用。(Eight bit serial multiplierDisadvantages: the multiplication function is correct, but the computation of one multiplication requires 8 cycles, so it can be seen that the serial multiplier is slow and time-consuming. Advantages: the multiplier occupies the smallest number of resources in all types of multipliers, and is widely used in low speed signal processing.)

0
下载
130
浏览
2018-06-10发布

15. speaking competition

  实现一个演讲比赛,建立打分机制,经过三轮比赛环节得出比赛结果(Achieve a speech contest, establish scoring mechanism, and get results after three rounds of competition.)

0
下载
99
浏览
2018-05-27发布

16. FDTD PIC 3

  葛德彪第二版FDTD后面彩图三对应的程序,源程序有部分错误,已更正,并已验证完全正确,内附建立散射体模型的源程序(The second FDTD version of the second edition of Ge Deyi corresponds to the program in color image three. The source program has some errors, has been corrected, and has been verified to be completely correct. The source program for creating a scatterer model is included.)

2
下载
131
浏览
2018-05-23发布

17. mohu

  模糊神经网络的预测代码,可用于电力负荷预测或者评价模型(The prediction code of fuzzy neural network can be applied to power load forecasting or evaluation model.)

22
下载
88
浏览
2018-05-21发布

18. 线性矩阵不等式(LMI)的_MATLAB求解

  LMI 控制工具箱,采用内点法的 LMI 求解器,这些求解器比经典的凸优化算法速度有了显著提高。另方方面,它采用了有效的LMI结构化表示,在求解和计算领域做出了重大贡献。(The LMI control toolbox uses the LMI algorithm of the interior point method. These solvers have significantly improved the speed of the classical convex optimization algorithm. On the other hand, It uses effective LMI structured representation, and has made significant contributions in solving and computing fields.)

8
下载
122
浏览
2018-05-20发布

19. matlab程序库

  这是小波包的关于matlab的源码,提供给需要用到小波包变换的处理的同学(This is the source code of the wavelet packet about matlab)

5
下载
108
浏览
2018-05-19发布

20. st

说明:  实现S变换用于频散反演,解决含油气储层预测问题。(The S-transform is implemented for dispersion inversion to solve the problem of prediction of hydrocarbon reservoirs.)

3
下载
89
浏览
2018-05-17发布