资源列表
cipher
- 该程序将键盘输入的字符串与机内设定的字符串比较,若相同,则显示“OK”,否则显示“illegal user” 程序中有详细注释。
FFT
- fft快速傅立葉轉換-FFT
cSharpchuxuchengxu
- 假设你是一家银行的工作人员。要求你为帐户的类型定义对象。这些帐户是活期帐户(CheckingAccount)和储蓄存款帐户(SavingsAccount)。活期帐户具有以下特征:帐户持有者的名字只能在创建帐户时指定;初始金额必须在帐户创建时指定;帐户创建时必须分配帐户号。活期帐户的帐户号范围是从1000到4999,每个帐户必须具有唯一的帐户号。(不必检查帐户号的正确性)。活期帐户持有者能够:往帐户中加钱;如果帐户里资金充足,可以从中取钱。 储蓄存款帐户具有以下特征:帐户持有者的名字只能在创建
cannysuanzi
- 自己编的canny算子,可识别出图像中物体的轮廓,经典算法之一.-canny operator can identify the contours of objects in an image, one of the classic algorithms.
tcopula
- T-copula的蒙特卡罗模拟过程可以测算数据间的相依关系-T- copulas connect process of monte carlo simulation to measure the dependency relationship between the data
DBMS_SQL
- oracle dbms_sql的使用方法,非常使用-how to use oracle dbms_sql.sql
Dynamic1
- numerical solution for dynamic systems
taiyangheizi
- 用于学生学习用的太阳黑子的频谱分析数据,用于练习数据图像处理-a code for students to process the data
J2Prop
- 二体问题条件下,带有J2摄动的ECI状态量传播预测,-Propagate an ECI state into the future with the J2 perturbation.
my_error2_ukf
- 带有未知输入的UKF(无迹卡尔曼滤波)估计算法-UKF with unknown inputs (unscented Kalman filter) estimation algorithm
demapping
- this file describe the demapping for radio channel with matlab function
developedfrost去除相干斑噪声
- 改进的frost算法,可以用来去除SAR图像中的相干斑噪声,修改加载的图片路径后可以直接运行。