搜索资源列表
c语言常用算法(c语言)
- 一些c语言常用的算发,最近有程序设计比赛,也是比算法的,可以作为参考学习!-some of the language used fat count, the recent design competition procedures, as well as the algorithm can be used as reference learning!
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
NRU
- 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is practical use out of the many
数据结构与C语言高级程序设计_0
- 数据结构与C语言高级程序设计_0-data structure with the C programming language Huffman High
computerdisign-C
- 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
cowNum
- 母牛问题的多种思路的C++实现,可以拓展C++程序设计的思路,是C++学习的必写程序
c语言读书笔记
- C程序设计教案 C程序设计教案 C程序设计教案 C程序设计教案
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
数据结构的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 动态存储分配
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
used-algorithm-of-C-programming
- C程序设计的常用算法,计算机解题的基本思想方法和步骤-C programming algorithm , the basic idea of computer problem-solving methods and procedures
data_structure
- 数据结构与程序设计——C++语言描述(影印版)习题的答案 【作 者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba
DataStructureAlgorithm
- 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
c
- c++程序设计 钱能 解答 c++程序设计 钱能 解答-demo
rebuild(1).C语言课程设计(餐馆)
- 高级语言程序设计,餐馆管理系统的模拟……(High level language programming, simulation of restaurant management systems......)
精通Matlab与C_C++混合程序设计(第2版)
- C语言与matlab混合编程。C语言调用matlab函数。matlab调用C语言函数。(c program. matlab program. c using matlab functions. matlab using c functions.)
精通Matlab与CC 混合程序设计光盘[第三版]
- This book is mainly about using C to call Matlab DLL dynamic library to realize high complexity algorithm or some confidential content in the case that time is not very strict.
计算机程序设计艺术 第4卷
- 这是一本关于算法设计的好书,值得一看,非常推荐。(This is a good book about algorithmic design, which is worth reading and highly recommended.)
《实战Matlab之并行程序设计》程序代码
- 本书包含并行程序设计的多个代码。各章源代码除特别说明之外,其开发和编译环境均为Matlab2010与VisualC++2010。(This book contains multiple codes for parallel programming. Unless otherwise specified, the source code of each chapter is developed and compiled in MATLAB 2010 and Visual C + + 2010.)