搜索资源列表
FIFOandLRUarithmetic
- 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
Dynamic_Programming
- 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
filesystem
- 该程序实现了用文件记录变长字节流,可用以存储各种类型的文件,如多媒体数据,声音、图形、图像等。每项记录由记录号和标志符标记。记录的记录号和标识均可用作对记录的定位和引用,记录号可以由操作者输入,也可以自动生成,标志符一定要由操作者输入。
String
- 笔试中String问题总结,里面用的是指针方法,兄弟姐妹们可以改成引用方法
chechang
- 以栈摸拟停车场,以队列摸拟场外的车道,按照从终端读入的输入数据序列进行摸拟管理。每一组输入数据包括三个数据项:汽车到达或离去的信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若车辆到达,则输出汽车在停车场的内或便道上的位置,若车辆离去,则输出汽车在停车场内停留的时间和应交纳的引用。
C#基础例子
- C#经常用到的基础实例,传值调用与引用调用,打印三角形,递归实例,重载,虚函数,冒泡排序 ,接口
bitree
- 二叉树有三种遍历方法,引用树的概念实现遍历
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
DE.python
- Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
vectoruse
- c++中向量的使用实例,向量关于函数的值返回值和引用返回的区别-vector use
c
- 判断并输入一元多项式。 2、能够进行两个一元多项式的加法、减法与乘法,并输出结果。 3、结果M(x)中无重复阶项和无零系数项。 4、引用参数交换函数。 -failed to translate
structure
- 结构体的实用学习资料,包括结构体数组初始化、结构体数组引用、指针变量输出结构体等-Structure of practical learning materials, including an array of structures initialization, an array of structures reference, a pointer variable is the output structure, etc.
sequenlistreversing2
- 用指针的引用建立顺序表,并实现顺序表的逆置,注意主调函数调用建立顺序表函数传递实参的形式-Established with reference to the order of the table pointer, and realize the inverse order of the table set, pay attention to the main theme of the function call to establish the order of the table functi
Clanguage
- 数据结构(C语言版)-严蔚敏,随书源码,方便大家直接引用-Data structure (C-language version)- Yan Wei-min, with the book source, we facilitate a direct reference to
4
- 引用别人的二叉树 自己写的c++代码 实现二叉树的查找 各种顺序-Others refer to binary c++ to write their own code in order to achieve a variety of binary tree search
demand-analysis
- 题目:XX软件的需求分析 要求:引用教学管理 或 自行设想,配一个简单的说明,软件的范围尽可能小 方法:结构化或面向对象 内容:1.结构化方法: DFD:从顶层开始,细化到软件“功能”为止 DD:只要求描述数据结构 加工说明:只要求任选一项,方法自行选择 2.面向对象方法: 用例图 任选一个用例图进行描述 类图,对类的方法不要求详尽 针对该用例,写出顺序图 -Title: XX software requireme
qikan-paixu
- 对科技期刊引用频次进行排序,通过对引用频次排序,判断科技期刊优劣-Journal Citation Frequency of technology to sort, sorted by frequency of reference to judge the merits of science and technology journals
zhizhengzifuzchuan
- 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
cPP
- 随机生成一个有序数组。将此有序数组乱序输出,并且不能引用新的数组空间-Randomly generate an ordered array. Output of this orderly array out of order, and can not refer to the new array space
cdecl-blocks_cPP_-2.5.tar
- 分析C++中的指针或引用声明,非常有用的程序-Analysis in C++ pointers or references to statements, very useful program. .