搜索资源列表
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
BigNum
- 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
HanoiTowerSequence
- 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
FiveDirectionPad_Algo
- 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
1
- 题目: 公园的导游图 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 分步实施: 1. 初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2. 完成最低要求:建立一个文件,包括5个景点情况,能完成遍历功能; 3. 进一步要求:进一步扩充景点数目,画出景点图,有兴趣的同学可以自己扩充系统功能。 要求:1)界面友好
duoxiangshichengfa
- 功能: 完成两个n元多项式作乘法,给出明确的等式形式。 分步实施:初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 完成最低要求:建立一个文件,实现两个一元二次多项式作乘法。 进一步要求:实现三元二次多项式的乘法。有兴趣的同学可以自己扩充系统功能。 要求:1)界面友好,函数功能要划分好 2)总体设计应画一流程图 3)程序要加必要的注释 4)要提供程序测试方案 5)程序一定要经得起测试,宁可功能少一些,也要能运行起来,不能运行的程序是没有价值的。-Fu
test
- 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。 输入的字符串以!结束。 -Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
lab05
- 编写列主元消元法的通用程序。。。数组AX=B a和b的输入都是考修改外部txt文件-Write out principal component elimination method for general program. . . Array of AX = B a and b are the test input to modify the external txt file
FFTandTestInBCB
- FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
VBplot_draw_2Dpicture
- 提供了拉格朗日插值 一次多项式拟合 指数拟合三种计算方式。是使用picturebox作图的好例子,其中test.xls是一个4点的数据文件-Provides three method of calculation, there are the Lagrange interpolation polynomial fitting exponential fitting . Is a good example of using picturebox drawing, test.xls is a 4 p
NaiveBayes
- 一个基于贝叶斯的算法,简单易懂,有很多注释,还有测试的文件!自己写的。-Based on the Bayesian algorithm is simple to understand, there are a lot of comments, as well as test file! Write your own.
4-prime-generation
- 利用费马特素性检验实现40000以内的所有素数的生成并通过文件输出-Fei Mate primality test 40000 or less of all prime numbers generated by the file output
Netcdf_f90
- 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
Fuel_Supply_System
- 油料传送系统的MATLAB的三维仿真程序。针对皮带运动各种情况分析。-This file contains a model of a simple fuel system modeled using Simscape and SimHydraulics. Pumps and valves control the flow between fuel tanks. The pressure drop along the fuel lines is dependent upon the elevati
test
- 生成真值表,F=X1Xk+1V....,产生文件,保存-Generated the truth table, F = X1Xk+1V, .... generated file, save
txt2LMS
- 将txt数据转换为LMS test.lab软件所能接受的格式-Change the txt format file to Unv file which can be read into the famous vibration test software LMS test.lab
OpenExcel
- MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL
swmm5_iface
- SWMM5接口代码文件,包含了SWMM5的V接口文件、Visual Basic接口文件和Delphi Pascal接口文件等。-This archive contains the SWMM 5 Interfacing Guide and supporting files. Contents -------- Interfacing.chm The Interfacing Guide in the form of a Windows HTML Help file (doub
SampleEntropyTest
- sample entropy test vi. it read data array from text file and calls the sample entropy.vi and show the result
sparsematrix
- 求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-Sparse1.3 is a flexible package of subroutines written in C used to quickly and accurately solve large sparse systems of linear equations. The package is able to handle arbitrary real and complex