搜索资源列表
MouseDocument
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
MouseDocume
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
BP_sin(x)
- BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
BP_sin(x)-x
- BP算法拟合f(x1,x2)=sin((x1)/x1)*sin((x2)/x2)*函数,样本数为21*21对-BP fitting algorithm f (x1, x2) = sin ((x) / x) * sin ((x2) / x2) * function, sample size of 21 * 21 pairs
ProgrammaticallyControl
- This program illustrates some of the uses of VI object properties and object methods. This VI programmatically controls and manipulates another VI named Slave.vi.-This program illustrates some of the uses o f VI object properties and object meth
deveject
- DevEject -- Ger鋞e automatisch abmelden, f黵 Windows 2000/XP/2003 ================================================================= DevEject dient dazu, externe Speicherger鋞e wie FireWire-Platten oder USB-Sticks programmgesteuert beim Betri
ls
- LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
ORDER
- 按阶次递推用F检验法判断模型阶次的算法 用模型计算出仿真数据,再按模型阶次递推算法的辨识方法,辨识模型的阶次和参数 -By order recursive F-test used to determine model order of the algorithm with the simulation data model, and then the recursive algorithm for model order identification method, identifica
03
- 某超市为了促销,采用了购物打折的优惠方法,若顾客购物的金额f:1000≤f<2000,95折;2000≤f<3000,9折;3000≤f<5000,85折;f>5000,8折。编写程序,输入顾客的购物款计算出应付款-For a supermarket promotion, use discount shopping discount method, if the amount of customers shopping f: 1000 ≤ f < 2000,95 break 2000
1001Message-encryption
- 本次我们完成一个简单的对字母加密程序。首先对字母进行编号,小写字母a至z编号为1至26,大写字母A至Z分别编号27至52,这样每个字母都有唯一的一个序号,在发送内容时,我们以函数F(X)=X*X+X+1对发送字母的序号进行计算,就会获取个新的序号,对该序号再进行对52取余,该序号即为加密后的要发送字母的序号,这样就能达到加密的作用。-This time we complete a simple encryption program on the letter. First letter numb
jihefugai
- 求解集合覆盖。给定一个实例I = (X , F),X为一个有限集合,F为X的子集的集合,使得X中的每个元素至少属于F中的一个元素,则认为子集F覆盖了X的元素。 集合覆盖问题就是,找出含X的子集个数最少的子集C属于F,使得C覆盖了X中的所有元素。 -For set covering. Given an instance of I = ( X, F ), X is a finite set, F X a subset of the set, so that every element in
Dichotomy-and-square-root
- 用二分法求平方根:通过每次把f(x)的零点所在小区间收缩一半的方法,使区间的两个端点逐步迫近函数的零点,以求得零点的近似值-Dichotomy and square root
MinPlaceAssignmentProblem
- 给定n个活动,活动i起始时间和结束时间为 s[i]、f[i],求安排活动后,使用会场最少的方案的会场数。-Given n events, the start time and end time of activity i s [i] f [i], seeking to arrange activities, use the venue at least the number of the venue of the program.
3
- A text file f. Remove all lines of the file standing next to the same words.
theNerest
- 一棵树中距离f值最近、大于f值的结点 一棵树中距离f值最近、大于f值的结点-A tree in the distance f value recently, greater than the value of the node f
DataStructrue_01
- 一个简单的递归函数,具体实现一个数学函数f(x) = 2f(x-1) + x^2-A simple recursive function, the concrete realization of a mathematical function f (x) = 2f (x-1)+ x ^ 2
Geomag
- 利用12阶12次勒让德球谐函数准确计算地球表面及近地空间的地磁场信息,输入参数:三维地理位置(纬度、经度、海拔高度(以千米为单位))和时间(小数年),输出:地磁场的7个量,包括:地磁场总强度F、地磁场水平分量H、北向分量X、东向分量Y、垂直分量Z以及地磁偏角D和磁倾角I。-The use of the order of 12 12 Legendre spherical harmonics geomagnetic information to accurately calculate the Ea
salary-Manage
- 工资管理系统,可输入,查询员工的员工号、姓名、性别、出生日期、岗位工资、补贴总额、代扣总额。可统计员工最高工资,最低工资,平均工资。 I:输入员工工资信息 O:输出员工工资信息 T:输出员工工资统计信息 S:按要求排序后输出员工工资信息 F:按员工号查找并输出其工资信息 D:按员工号查找并删除其工资信息 Q:退出系统-Salary management system, can input, query the employee number, name, se
lab02
- f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi
OR-F-009.-Ejemplos-de-OpenMP.tar
- Parallel examples in OpenMP C-Parallel examples in OpenMP C