资源列表
Mathematica_8
- mathematic基础教程,最适合初学者入门。-Mathematic foundation course, the most suitable for beginners entry.
chf
- Contra-harmonic mean filter
mathematica_exercises1
- First part of Mathematica practises.
mathematica_exercises2
- Second part of the Mathematica practises.
BregmanCookbook_v32
- Bregman用于图像去噪、去模糊领域。。。 -Bregman Iterationg
smo
- Modelling of FIFO, LIFO and RR queues
MinVolEllipse
- 本程序主要计算包围D维空间的N个点的最小体积的椭圆-This program calculate points D surround N-dimensional space of a minimum volume of ellipse
leachbijiao
- 一种基于双簇头的能量均衡的无线传感器网络路由算法 -Wireless sensor network routing algorithm based on energy balance of the dual cluster head
1
- Program has four different function for each calculator operation do while loop is used to display menu options if else statement is used to check option Program has two variables on which all basic operations are applied Every functions rec
2
- User enters a number which stores in variable num Then number passes as argument in function call A static variable is used to check that how many times function is called When base case becomes true if(statement) then function returns result
3
- For 2D array size there must be constant value in square brackets like array[constant value][constant value] Two const variables row and col are used to define size if we do not make both const then error found because without const reserve wo
4
- In main function user enters input number Calls the function and pass the number Function calculates the required result and return In main function program displays the final result