搜索资源列表
2Fly音乐联播系统 v04.06
- 当你使用了本系统后,你将不再因为自己的网站的音乐 链接地址变动而烦恼了! 因为我们(心影瞬间工作室)将为随时监测链接的可用性! 这些问题,我们将为你解决! 现在我们已经推出了 《歌曲排行榜》《卡通歌曲》《新年歌曲》《民歌》 《萨克斯》《经典老歌》《天籁之音》《中国轻音乐》 等项目, 相继我们还将推出《祝福点歌系统》,以及为有一定浏 览量的网站定制《点歌系统》 欢迎加入《心影瞬间工作室》这是一个免费为大家提供 共享服务的简单组织!- After you have used this system,
经典算法三的二十次方除以17
- 经典的算法三的二十次方除以十七,通过一个循环就能求解出结果.-classical algorithm for three of the 20-th divided by 17, a cycle can solve the result.
DEBUG详解
- DEBUG是DOS中的一个外部命令,从DOS 1.0起就带有此命令,因此可见此命令的重要性了。虽然此命令的功能非常强大,可以解决许多问题,可是对许多人来说,尤其是初学者来说,却非常不易掌握。因此,现将DEBUG的命令详细介绍一番,以让大家知道它的使用。 -DOS DEBUG is one of the external command, starting from DOS 1.0 on with this order, Hence the importance of this order o
asm_tools.rar
- 汇编语言编程和调试工具。 学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。 1.1、宏汇编MASM系统 在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。 ,Assembly language programming and debugging tools. The purpose of learning assembly language is to use
c++编写的3阶TVD格式求解激波的程序
- 自己用c++编写的3阶TVD格式求解激波的程序,提供给大家批评指正-Their written using c++ third-order TVD scheme to solve the shock program, available to me criticism
pfl.rar
- 土木工程中结构分析程序设计后处理法(PFL),用fortran编辑的,万能的解决结构内力的程序源代码,Structural Analysis Program in Civil Engineering design approach (PFL), edited by fortran, a panacea to solve the structure of the internal force of the source code
IBMbattery
- IBM电池解锁 一个很好的软件,解决电池旧了不充电-IBM battery unlock a very good software, to solve the non-charging battery old
find
- 本程序用汇编16位语言实现字符串匹配的问题。很好的解决了这一类似的问题。-This procedure used to compile 16 Language string matching problem. Well solve the similar problems.
hopfiledTsp
- 模拟Hopfield网络求解TSP问题 旅行商问题-Analog Hopfield network to solve TSP problems traveling salesman problem
ProgrammingWindows_FifthEdition
- 「到Petzold的書中找找」仍然是解決Windows程式開發各種疑難雜症時的靈丹妙藥。在第五版的《Windows程式開發設計指南》中,作者身違背受敬重的Windows Pioneer Award(Windows開路先鋒獎)得主,依據最新版本Windows作業系統,以可靠的取材資料校定這一本經典之作一再一次深入探索了Win32程式設計介面的根本重心。 -"To look for Petzold s book" is still the Windows program to solve a var
tsp
- tsp源程序 解决实际的旅行商问题 简单但是十分有用-tsp source code of the traveling salesman problem to solve real easy but very useful
rkc
- 四阶龙格库塔方法的c++语言编程,可以求解精度较高。-Fourth-order Runge-Kutta methods c++ language programming, you can solve the high accuracy.
MSP430free
- 一些关于msp430的免费代码,在平时经常用到的msp430代码,解决大家烦恼-Free of charge on the msp430 code frequently used in peacetime msp430 code, to solve problems
Glzy8_6626_1152_ppt
- 这是一个关于用回溯法解决TSP问题的实际案例,此案例可以有效的家觉旅行售货员问题(货郎担问题)。-It is a retrospective method used to solve TSP practical cases, this case can be an effective home sleep travel salesman problem (traveling salesman problem).
spwm
- SPWM汇编源代码。解决了逆变电源桥臂的控制问题-SPWM source code compilation. Solve the power bridge inverter control arm
Tosolvethediagramandtheoptimalroblem
- To solve the diagram and the optimal problem
five-cross
- 解决五叉路口交通灯的问题,有程序代码,有问题mm我-Solve the five problems of traffic lights fork junction, there is code there are problems, mm I
tsp
- tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
IntergerDivision
- LC-3 assembly language machine code to test and solve the Problem of Integer Divide and Modulo.
queen8
- 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob