资源列表
cunqian
- 根据银行利率及个人本金,合理规划,以取得最大利润。-According to the principal amount of bank interest rates and personal, rational planning, in order to obtain maximum profits.
Digital-Cmmunication-Simulation
- 数字通信系统模拟,AWGN,给定不同的SNR,测试BPSK 4PAM 8PAM抗噪声能力。-Digital communication system simulation, AWGN, given the different SNR, test BPSK 4PAM 8PAM noise immunity.
uwb_sv_model_ct
- The standard UWB indoor channel model (S-V) simulation codes.-The standard UWB indoor channel model (SV) simulation codes.
blind_equalization_fse
- 另一类信道盲均衡源码,调试通过,感兴趣的下来试试。-Blind balanced source code, debugging passed, the interest down try.
dpskmod
- 好消息,这里有用matlab做的DPSK的调制的源代码,有需要的请直接到这里下载
TextClipping
- this implememntion for clipping text in enveriment graphic
RayCast
- 利用itk读取dicom,vtk绘制的体绘制算法程序。-take use of ITK read dicom files,and reconstrction by the vtk
DC2.5
- 程序为直流电2.5维正演程序,利用有限元进行计算,Fortran编译,精度高,算法简单-Procedures for the DC 2.5D forward procedure, using the finite element calculations, Fortran compiler, high accuracy, the algorithm is simple
wavelet
- 利用小波重构产生噪声信号,再进行小波去噪,可以运行,效果理想-Reconstructed using wavelet noise signal, and then the wavelet de-noising, you can run, the desired effect
digital-clock-P-Cunit-test
- implementation of digital clock. The functionality is checked using Cunit test. This code try to show how to using Cunit test
main
- 给江苏某知名医疗企业开发的无影灯的控制程序,已经正常使用几百套,未出现问题。-To develop a well-known enterprises in Jiangsu Medical shadowless control program has hundreds of sets of normal use, the problem does not occur.
First_Experiment
- 实验目的:掌握使用基本控件和合适布局管理器进行界面设计的方法,掌握简单的事件处理方法。能根据要求设计出美观界面并实现所要求功能。 实验内容:实现成绩的查询和排序。具体要求如下:使用JTabbedPane,建立三个选项卡“成绩输入”、“成绩查询”、“成绩排序” ① 成绩输入:从界面上输入学生的学号和成绩,点击“确认”按钮进行保存。 ② 成绩查询:输入学生的学号,点击“查询”按钮,显示该生成绩。 ③ 成绩排序:点击“排序”按钮,将按成绩从高低显示学生的学号和成绩。 请选择合适的