资源列表
TaskOrder
- 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
lagrange
- 数值算法的c++实现,拉格朗日插值的计算-Numerical Algorithms c++ Achieved, the calculation of Lagrange interpolation
Fortran95Source_Code
- Fortran95的一些有用的源程序,对于搞数值计算及搞数理的同仁可以看看,现在不是很流行-Fortran95 source of some useful, for engaging in numerical calculation and carry out mathematical colleagues can see, this is not very popular
6dd34b43-6a67-437f-b688-2ab53eba1c11
- APDL参数化有限元分析技术及其应用事例-APDL parameterized finite element analysis technology and its application examples
1
- .:.:经典c程序100例==1--10:.:. -.:.: 100 cases of classical procedures c == 1- 10:.:.
1
- 经典c程序1--50-Classic c program 1- 50
1
- 经典c程序51-1-Classic c procedure 51-1
tony
- 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
tony
- 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70)
tony
- 指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為
QZsta2
- 水文资料分析中统计某保证率下设计水位的程序-Statistical analysis of hydrological data of a guaranteed rate of the procedure under the design water level
FFT
- 详细介绍了关于快速傅立叶变换FFT的算法、原理。-Described in detail on the fast Fourier transform FFT algorithm, principle.
