资源列表

« 1 2 3 4 56 7 8 9 10 ... 653 »

[控制台(字符窗口)编程jisuanjisuoding

说明:这是一个计算机锁定程序,还不错,不过有些短,不过没有关系啦,要效率嘛-This is a computer locking procedures, quite good, but some are short, but-- no relationship to the efficiency!
<电子狂> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程tcshili

说明:c语言的例子。我通过很多甜的查找才找到的现在拿来一起分享-example. I passed a lot of sweet you find me with the now sharing
<su> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程zhuigan

说明:追赶法,可以求解三对角 矩阵,非常可靠,经过本人多次验证-chasing method can solve three-diagonal matrix, very reliable, after I repeatedly verified
<lining> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程zgqczy

说明:有两个功能:把当前图形窗中已存在的任何字对象拖放到所需的位置;向当前图形窗输入字对象,并拖放到任何所需位置。-have two functions : put the current graphics window has been in existence for the drag and drop any object to the word for the position; current graphics to the win
<陈威> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程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。 程序说明: 本程序暂时支持正弦函数的计算 -Algorithm 5.
<高峰> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程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。 程序说明: 本程序暂时支持正弦函数的计算 -Algorithm 5.
<高峰> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程circlecutting

说明:集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W an
<林茜> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程myknapsack

说明:a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括
<林茜> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程infix_prefix

说明:lisp编的算术表达式中缀转后缀程序,递归。-lisp series of the arithmetic expressions grade switch suffix procedures, recursive.
<leaing> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程parkstation

说明:数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
<张康> 在 2024-05-03 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程intToFloat

说明:将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
<abc> 在 2024-05-03 上传 | 大小:1024 | 下载:1

[控制台(字符窗口)编程questionofvector

说明:解决一个矩阵问题。具体的问题看文件说明。和源码。-solve a matrix problems. Look at specific problems documented. And the source.
<abc> 在 2024-05-03 上传 | 大小:1024 | 下载:0
« 1 2 3 4 56 7 8 9 10 ... 653 »

源码中国 www.ymcn.org