CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Test file

搜索资源列表

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. BigNum

    0下载:
  2. 大整数问题 设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。 参
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:18.27kb
    • 提供者:ouyang
  1. HanoiTowerSequence

    0下载:
  2. 题目大意: 经典的汉诺塔 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:713byte
    • 提供者:冰淇淋
  1. FiveDirectionPad_Algo

    0下载:
  2. 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.67kb
    • 提供者:zelda
  1. 1

    0下载:
  2. 题目: 公园的导游图 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。 分步实施: 1. 初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2. 完成最低要求:建立一个文件,包括5个景点情况,能完成遍历功能; 3. 进一步要求:进一步扩充景点数目,画出景点图,有兴趣的同学可以自己扩充系统功能。 要求:1)界面友好
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:5.46kb
    • 提供者:游昌星
  1. duoxiangshichengfa

    0下载:
  2. 功能: 完成两个n元多项式作乘法,给出明确的等式形式。 分步实施:初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 完成最低要求:建立一个文件,实现两个一元二次多项式作乘法。 进一步要求:实现三元二次多项式的乘法。有兴趣的同学可以自己扩充系统功能。 要求:1)界面友好,函数功能要划分好 2)总体设计应画一流程图 3)程序要加必要的注释 4)要提供程序测试方案 5)程序一定要经得起测试,宁可功能少一些,也要能运行起来,不能运行的程序是没有价值的。-Fu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:mars
  1. test

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:579byte
    • 提供者:于风
  1. lab05

    0下载:
  2. 编写列主元消元法的通用程序。。。数组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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:768.37kb
    • 提供者:杨杰
  1. FFTandTestInBCB

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:309.25kb
    • 提供者:lcj
  1. VBplot_draw_2Dpicture

    0下载:
  2. 提供了拉格朗日插值 一次多项式拟合 指数拟合三种计算方式。是使用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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:28.14kb
    • 提供者:陈继开
  1. NaiveBayes

    0下载:
  2. 一个基于贝叶斯的算法,简单易懂,有很多注释,还有测试的文件!自己写的。-Based on the Bayesian algorithm is simple to understand, there are a lot of comments, as well as test file! Write your own.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:593.88kb
    • 提供者:fangfang
  1. 4-prime-generation

    0下载:
  2. 利用费马特素性检验实现40000以内的所有素数的生成并通过文件输出-Fei Mate primality test 40000 or less of all prime numbers generated by the file output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:170.89kb
    • 提供者:lgt
  1. Netcdf_f90

    0下载:
  2. 读取netCDF格点资料的Fortran测试程序,通过读取指定netCDF文件,生成相应的Fortran源代码- Test program to read any netCDF file. by Barry Schwartz October 1993
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:15.79kb
    • 提供者:airportgy
  1. Fuel_Supply_System

    0下载:
  2. 油料传送系统的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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:47.58kb
    • 提供者:林真天
  1. test

    1下载:
  2. 生成真值表,F=X1Xk+1V....,产生文件,保存-Generated the truth table, F = X1Xk+1V, .... generated file, save
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:2.72mb
    • 提供者:huahuiyou
  1. txt2LMS

    2下载:
  2. 将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
  3. 所属分类:Algorithm

    • 发布日期:2014-11-13
    • 文件大小:1kb
    • 提供者:
  1. OpenExcel

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:270.05kb
    • 提供者:曾峥
  1. swmm5_iface

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:42.1kb
    • 提供者:sunyp
  1. SampleEntropyTest

    0下载:
  2. sample entropy test vi. it read data array from text file and calls the sample entropy.vi and show the result
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10.78kb
    • 提供者:happyname
  1. sparsematrix

    0下载:
  2. 求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:313.04kb
    • 提供者:魏文辉
« 12 »
搜珍网 www.dssz.com