搜索资源列表
2Fly音乐联播系统 v04.06
- 当你使用了本系统后,你将不再因为自己的网站的音乐 链接地址变动而烦恼了! 因为我们(心影瞬间工作室)将为随时监测链接的可用性! 这些问题,我们将为你解决! 现在我们已经推出了 《歌曲排行榜》《卡通歌曲》《新年歌曲》《民歌》 《萨克斯》《经典老歌》《天籁之音》《中国轻音乐》 等项目, 相继我们还将推出《祝福点歌系统》,以及为有一定浏 览量的网站定制《点歌系统》 欢迎加入《心影瞬间工作室》这是一个免费为大家提供 共享服务的简单组织!- After you have used this system,
求24点,学递归
- 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。如果你有一点点VB的基础,那就让我们一起来看看该怎样用VB来求算24点吧。-calculating 24 is a very interesting public intellectual games, won many people like it. But you have never met before seeking solut
五子棋W
- 一个五子棋程序,其中用双缓冲技术解决了棋子闪烁的问题 -a 331 procedures, which use double buffering technology to solve the problem pawn scintillation
Delphi的繁简转换代码
- 一般軟件做出來后,都只能在一個環境下,運\行(繁體或者簡體)如我們加入Delphi的繁简转换代码,即可解決這個問題-general software to do it, we were only in an environment, running (traditional or simplified) if we joined Delphi because of the conversion code will solve the problem
LU法求解线性方程组
- LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
65w
- 默认管理员:etaodu 密码:etaodu 陶都房市++介绍: 本版本是基于<住易江南>美化,基本美化了所有页面,但程序仍有很多不足及漏洞,希望大家一起帮忙解决. 声明:我不是高手,所以本版本中存在错误是难免的,请不要进行人身攻击。 本站只是做了修改美化,但是修改美化这样一个版本也是付出了很大的劳动的,请尊重我的劳动成果。-default administrator : etaodu Password : Pottery etaodu br
doollite
- 用Doolittle方法求解此方程组; 1.先由U[1][i]=a[1][i] 求的U的第一行,在根据L[i][1]=a[i][1]/U[1][1] 求的L的第一列;2..然后根据公式求得U,L其他的值; 3 回带求解得到X -Try using this method to solve equations; 1. First U [1] [i] = a [1] [i] for the U in the first line, in accordance with L [i] [1
华康阅读
- WDL格式用华康阅读器 解决了超星阅读器和ADOBE阅读器的不足!-WDL format used DynaComware reader solve the Superstar reader and the Adobe reader inadequate!
caitou
- 贪心算法解决分割问题 给定一定的宽度,和N个输入(宽度) 得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
压缩access
- 自己测试access数据库压缩的一个小程序, 定期压缩access数据库,可以解决access数据库膨胀的问题-access their database compression testing of a small procedures, compressed database access, database access can solve the problem of expansion
经典算法三的二十次方除以17
- 经典的算法三的二十次方除以十七,通过一个循环就能求解出结果.-classical algorithm for three of the 20-th divided by 17, a cycle can solve the result.
mclolor
- 用VC写的一个小程序,用数组代替解空间树,可以实现图用m种颜色着色的问题。-VC write a small program used to solve the spatial array to replace the tree, can achieve a map m colors coloring problems.
ants
- 用蚂蚁算法解决TSP的70点问题,没有密码,解压之后就能直接运行-ant algorithm used to solve the TSP 70 points, no password can be extracted directly after Operation
FixHalfChinese
- 一个朋友为从UNIX上传递尾部带半个汉字的xml脚本,导至系统异常,困扰了至少半年之久。所以用VC++作了一个演示,解决了这个跨平台的,不大不小的难题。-from a friend to pass on UNIX with half a tail of the Chinese characters xml scr ipt, lead to a system anomaly, beset at least six months long. Therefore, the use of VC made
蒙特卡洛
- 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
匈牙利算法
- 本文用C语言实现了优化算法-匈牙利算法,以用来解决匹配问题-Using C programming language, the optimization algorithm-Hungary algorithm used to solve the matching problem
NOkn
- 一种利用键盘钩子编程解决键盘坏键的技术 VC++6.0写的-use of a keyboard hook bad programming keyboard keys to solve the technical writing VC 6.0
DCFlash
- 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者是ActiveX控件中加入CMemDC类是非常方便的。
one-dimension-Burgers-equation-solve
- 一维burgers 方程数值模拟,对burgers方程解的物理意义作了较好阐述,英文的,不过内容真的很不错,国外计算物理杂志的文章。。。推荐-one dimension burgers equation solve 。。。
solve-PDE
- matlab中,采用pde tool, 求解三种类型的偏微分方程- using pde tool of matlab to solve three types of partial differential equation