-
GUI_exsamle
该程序为GUI学习书籍中的源码以及一些其他的一些关于GUI的例子,程序很多很丰富,希望对学习GUI的同学有参考作用!(The program for the GUI to learn the source books as well as a number of other examples on the GUI, the program a lot of very rich, want to learn GUI-have reference for students!)
- 2009-11-12 10:17:03下载
- 积分:1
-
baseline_control
This script will setup the nonlinear simulation (UAV_NL.mdl) and call
trim and linearization routines. Select the desired aircraft here in this
script, via the "UAV_config()" function call.
- 2013-07-20 15:57:51下载
- 积分:1
-
78P468
EM78P468的4时钟C语音程序,利用TIMER1为中断记数,高频采用PLL方式(EM78P468 4 clock C voice procedure, and use TIMER1 interrupt count, high-frequency mode with PLL)
- 2011-05-26 00:42:13下载
- 积分:1
-
Code
Dental xray and photograph based identification system
- 2014-12-13 13:15:30下载
- 积分:1
-
enhgrayscaleimage
this code to enhanc grayscale images
- 2010-09-29 14:44:25下载
- 积分:1
-
ip02
现代通信系统(matlab版本)第二版,第一章的第二个例题程序.(Modern communication systems (matlab version) second edition, the first chapter of the second Example program.)
- 2009-11-09 11:57:53下载
- 积分:1
-
Matlab_Clarke_model
Wireless multipath enviroment for Narrowband channel using Clarke s model
- 2009-05-22 23:43:50下载
- 积分:1
-
toeplitz_music
波达方向估计算法仿真中的基于解相干的MUSIC源程序 中的Toeplitz算法(Simulation of DOA estimation of MUSIC-based decoherence source in Toeplitz algorithms)
- 2011-05-30 23:28:24下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
perceptron
说明: % 单层感知器 与、或、以及其他逻辑功能的实现
% 采用step逐步逐行运行方式,了解学习过程的细节
% 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。(% Implementation of Single Layer Perceptron and, or, and Other Logic Functions
% Use step-by-step operation to understand the details of the learning process
% Trying to redefine T in the program, observing the possibility of XOR operation (T = 1010) implemented by the perceptron.)
- 2020-06-20 03:40:01下载
- 积分:1