搜索资源列表
2005102611013310480
- 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
50842032C
- C语言实例解析精粹之《C语言课程设计案例精编》源代码-C language analytic best examples of the "C language curriculum design case intensive series" source code
分配回收
- 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
hsdfhjshdj
- 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
生成树gr
- 养学生的算法设计能力及良好的程序设计习惯。通过学习,要求学生能够掌握典型算法的设计思想及程序实现,能够根据实际问题选取合适的存储方案设计出简洁、高效、实用的算法,为后续课程的学习及软件开发打下良好的基础。学习这门课程,习题和实验是两个关键环节。学生理解算法,上机实验是最佳的途径之一。因此,实验环节-support students algorithm design capability and good programming habits. Through the study, requiri
最好的屏幕截屏源码
- 最好的屏幕截屏源码,截获屏幕的程序,使用微软编程工具。-best screen source of attack, intercepted a screen, the use of Microsoft's programming tools.
PIC2
- 无刷电动车控制器C代码 PIC16F877电动自行车驱动系统 电动车双闭环程序,采用双闭环方式控制电机,以得到最好的zh转速性能,并且可以限制电机的最大电流-brushless electric vehicle controller C code PIC16F877 electric bicycle drive electric cars double-loop process, double-loop control motor, to get the best en speed p
CatWork0507
- 我读过了您2005年4月的文章:“Wrappers: Use Our ManWrap Library to Get the Best of .NET in Native C++ Code”,文章中没有提供 DumpEnum 程序。请问从哪里能得到它? 给定某个 .NET 框架类的名字,如 MenuItem 或窗体的名字,有没有办法知道是哪个程序集包含着该类?-I read your April 2005 article : "Wrappers : Use Our Man
Dottext096
- .text blog 1.96版 最好的博客程序- text blog 1.96 edition best abundant guests procedures
CgdUserWebService
- 一个WEB服务的例子,在。NET平台下用于解决分布式问题的最佳选择,有兴趣的朋友可以借鉴一下-a Web service, for example.NET platform for distributed solution the best choice, are interested in what you can learn from
cmlsprostman
- 帮助铅球运动员 扔出好成绩的软件。 能根据运动员的力量,计算出完美出手角度,使运动员扔出最好成绩-help athletes throwing the shot put tremendous software. Based on the strength of athletes, calculated perfect angle shots, so out of the best athletes
ArcIMS.files
- AECIM入门教程非常详细,是入门的最好选择-AECIM introductory tutorial is very detailed, it is the best choice portal
AjaxPro.Net
- Ajax 的.net框架一个被认为.net上最好用的ajax框架源码-the Ajax. Net framework was considered one. Net with the best source of ajax frameworks
c++h
- 1个的汉诺塔的C++语言程序 最好还有程序的主要算法思想,谢谢各位帅哥美女!!! 很急啊!!! -a HANOR the C language program the best there is for major algorithm Thank you Hunks beauty! ! ! Island ah! ! !
shiyongdedianjiqudongxitong
- 利用串口驱动步进电机的程序。该文件能够运行,请放心,当然要配置相关硬件最好!-use stepper motor driven procedures. The paper will run, please rest assured, of course, related hardware configuration best!
sgayiyuanyouhua
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm - Guo Tao algorithm optimization is the most
Exocortex.Geometry3D
- For my fourth year computer graphics course I wrote a little 3D engine using C# and the .NET platform. I decided to go this route as opposed to the C++ route that everyone else took in the course because I wanted to see whether C# lived up to it s hy
FrmClient
- 朋友要的演示程序,连接远程主机端口并发送信息。(需远程监听,最好将CSDEMO服务器端也下了看看)。-friends to the demo program, linking remote host port and send information. (Subject to remote monitoring, the best CSDEMO server will also look at the under).
huffman解压缩
- 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
OS课题设计
- 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit