搜索资源列表
dancunxing
- 单纯行优化算法,经过 测试,可以正确运行-simple line optimization algorithm, the test can be run correctly
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
zxexf
- 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
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
sdcalc
- 数独顾名思义——每个数字只能出现一次。数独是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。 这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式-Sudoku As the name suggests- Each
Hamilton
- 8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 Input 输入数据的第一行有2
stick
- (1)输入有多个测试案例 每个测试案例的第一行代表切后的木棍数目(<=64),第二行为切后各木棍的长度(由空格分隔开) 最后一行为数字0; (2)对每个测试案例,输出原始木棍中可能的最短长度-(1)Enter the number of test cases are the first line of each test case on behalf of the stick after cutting the number of (<= 64), the second
qczdjl
- 本程序是用数学方程试计算出一个点在一条线上的垂线坐标,并判断出在线内外,是测量中用的程序!-The test procedure is used to calculate the mathematical equation of a line a point in the vertical coordinate, and determine the line outside, the procedure used to measure!
wufenzhi
- 小李是计算机学院的教学秘书,每学期都要对每个班级的学生成绩分析统计,其中一项重要工作就是把学生的百分制成绩转换为五分制。在长期的工作中,他发现,采用传统的转换方法,效率较低,耗费他大量的时间和精力,所以他想改变他的工作方法,以提高工作效率。细心的他发现,一个班级中学生成绩分布有一定的规律:一般情况下,中等成绩者最多,占总人数的38 ,其次是良好的占30 ,优秀生占10 ,及格生占16 ,不及格率占10 。根据这一规律,他设计一个理想的转换方案。为了验证方案的高效性,他进行了多次对比测试,测试结果
daxiezhuanhuan(VCPPP6.0)
- 一个将阿拉伯数字转大写汉字的命令行下的程序,可以将-99999999~99999999范围内的阿拉伯数字转大写汉字。自己测试过无数次,所以输出结果基本上是没有问题的。只是程序连续执行时如果输入的不是数字程序会进入死循环,一直没找到原因,希望有了解的高手能指点下。-Wrote a number of Chinese characters turn Arab capital under the command line program that will-99999999 ~ 99999999 wi
3-prime-check
- 利用模重复平方实现费马特素性检验,范围在四万之内就行。-Model repeated square Fei Mate primality test, the range of forty thousand of the line.
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
series-sum
- 数列求和(动态规划实现) 给定n个数字和一个范围[x,y],求从这n个数字中任意取出一些数字,使得它们的和在范围[x,y]中有多少种取法。 输入: 输入第一行为整数case,case<=10 表示有case组测试数据。 对于每一组测试数据,第一行为一个整数n (n<=30),第二行为n个整数a[i],第三行为两个整数x和y。其中,a[i]>=0,sum(a[i])<2^31,0<x,y<sum(a[i])< span="">。
hdu-2048
- 神、上帝以及老天爷 输入数据的第一行是一个整数C,表示测试实例的个数,然后是C 行数据,每行包含一个整数n(1<n<=20),表示参加抽奖的人数。 Output 对于每个测试实例,请输出发生这种情况的百分比,每个实例的输出占一行, 结果保留两位小数(四舍五入),-God, God, and God The first line of input data is an integer C, which means that the number of test case
test-fitline
- 最小二乘法拟合,用于拟合直线,y=kx+b,代码完整,可以直接套用-Least-squares fitting, for fitting a straight line, y = kx+b, code integrity, and can be directly applied
pbc-0.5.12-win32-bin
- PBC官方win32下编译好的命令行式实验包,解压后打开pbc.exe,然后参考官方帮助文件来进行你的实验,包括定义变量,使用其中的库函数等。-PBC official win32 compiler good command-line test package, unzip open pbc.exe, then refer to the official help file for your experiment, including the definition of a variable,
sgu261
- sgu261:Discrete Roots(原根+离散对数+扩展欧几里得) 题目大意: 给你两个质数p,k,和整数a(0≤a<p),求解所有满足x^k≡a(mod p)的x。-261. Discrete Roots time limit per test: 1 sec. memory limit per test: 65536 KB input: standard output: standard There are a lot of
sgu262
- sgu262:Symbol Recognition(状压DP) 题目大意: 给出k个n∗ m的01矩阵Si,求出一个1尽量少的n∗ m的01矩阵P,满足k个矩阵与该矩阵的交互不相同,也就是说通过该矩阵能表示出给出的k个矩阵。-262. Symbol Recognition time limit per test: 0.25 sec. memory limit per test: 65536 KB input: standard output:
2to3
- 输入一个2进制的数,要求输出该2进制数的3进制表示。 在3进制的表示中,只有0,1,2三种符号输入第1行是测试数据的组数n,后面跟着n行输入。每组测试数据占1行,包括一个以0和1组成的字符串,字 符串长度至少是1,至多是64输出n行,每行输出对应一个输入。-Enter a binary number, the required output of the binary numbers 3 hexadecimal. 3 hexadecimal representation, only
LZXJD
- 参数: p1~p4:直线上不相同的两点 *p:通过指针返回结果 返回值:1:两直线相交;2:两直线平行 如需要判断两线段交点,检验k 和对应k 1(注释中)的值是否在0~1 之间,用在0~1 之间的那个求交点 -Parameters: p1~p4:直线上不相同的两点 P1 ~ P4: two points in a straight line. *p:通过指针返回结果 *p: the result is returned by th