-
Surface
利用最速下降法计算最小曲面的面积,初始条件为0,边界条件为正方形固定边界。(Using steepest descent method to calculate the minimum surface area. Initial condition is 0, while boundary condition is square fixed values.)
- 2015-02-05 18:36:12下载
- 积分:1
-
csharp_language_specification30_cn
C#, vb等代码书写规范(C#, Vb code written norms, etc.)
- 2008-04-02 13:15:58下载
- 积分:1
-
channel_simulation
信道基本特性的仿真程序,包括小尺度衰落信道(频率选择性信道和时间选择性信道)的仿真,分集接收及误码率的仿真。(Channel basic characteristics of the simulation program. including small-scale fading channel (frequency selective channel and time-selective channel) simulation, Diversity reception and BER simulation.)
- 2007-01-05 08:38:50下载
- 积分:1
-
DmussiccO
阵列天线的DOA估计MUSIIC算法,只有几行简单易懂的代码
(The array antenna DOA estimation MUSIIC algorithm, and only a few lines of easy-to-understand code)
- 2012-08-23 22:20:02下载
- 积分:1
-
pso
PSO在约束条件下求解目标函数最优,可用于电力系统机组组合(PSO for optimization objection,can used to calculate the power system unit commitment problem)
- 2021-04-25 16:28:46下载
- 积分:1
-
step-motor.c
1,这是关于步进电机的细分电路。
2,这是关于步进电机原理说明。
3,这是关于步进电机MCS51+TLV5617(ADC)+A2916(MOTOR DIRVER)的源代码。(1,here is microstep motor driver circult and good code driver.)
- 2010-12-21 11:04:28下载
- 积分:1
-
用C#写的一个简单的图书馆管库系统
这是一个简单的C#程序,图书馆管理系统,比较简单,参考用。
- 2022-04-24 22:53:06下载
- 积分:1
-
Neural-network-qiduanma
设用7个短线段构成1,2,3,4,5,6,7,8,9,10共10个数码图形,令这7个线段分别用一个矢量 来代表,又设对数码图形中用到的线段,相应分量取值为1,未用到的线段相应的分量取值为0,因此每个数码图形分别可由一个矢量表示,其顺序编号为: ,试设计一神经网络,能够区分奇数码和偶数码。(Set with seven short line segments 1, 2, 3, 4, 5, 10 digital graphics, 7 segment represented by a vector, and digital graphics used in the segment, the corresponding component value of 1, and the unused segments corresponding component value of 0 can be a vector, respectively, so that each digital graphics, its sequence number is: trial design of a neural network, it is possible to distinguish the odd and even digital.)
- 2013-03-17 12:34:37下载
- 积分:1
-
Tracking-Skin-colored-Objects
We present a methodology for tracking multiple skin-colored objects in a
monocular image sequence. The proposed approach encompasses a collection of
techniques that allow the modeling, detection and temporal association of skin-
colored objects across image sequences.
- 2014-02-27 09:33:24下载
- 积分:1
-
1
说明: 奇怪的分式
上小学的时候,小明经常自己发明新算法。一次,老师出的题目是:
1/4 乘以 8/5
小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png)
老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼!
对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢?
显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。
但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同
请写出所有不同算式的个数(包括题中举例的)。
思路:循环遍历。
dfs c++(dfs c++)
- 2016-03-21 22:17:14下载
- 积分:1