搜索资源列表
C程序自动测试程序系统
- C程序自动测试程序系统,主要是测试数据结构中的几个经典算法:关于排序,树的遍历等.-C automatic test procedures, test data is the main structure of classical algorithm : Sort of, such as tree traversal.
dtmoni(C++)PLC
- 这是 一个电梯模拟的C++程序...分成N个文件运行..实现自动模拟
c语言读书笔记
- C程序设计教案 C程序设计教案 C程序设计教案 C程序设计教案
shujujiegou(c)
- 数据结构的全部代码实现(C语言) 用可执行的c程序实现数据结构
数据结构的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常用算法程序集源程序和电子书
高斯-赛德尔迭代法解线性方程组的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
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
C++
- 标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。-Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at lea
Producer
- 程序实现了两个生产者和两个消费者的生产者消费者问题(当生产者消费者数目再多时加上几个子进程就可以了)为了防止程序陷入死循环,给生产者限定了生产次数,同时为了方便截图,将次数限定的比较少。下面是我的程序:-Procedures to achieve the two producers and two consumers and producers of consumer issues (when the number of producers of consumers to add a few m
erchashu-c
- 二叉树所有操作的c程序,包括建立,插入,遍历,删除等等,已经通过调试-C binary tree of all operations procedures, including the establishment of, insert, traverse, delete, etc., have been through debugging
c
- 爱因斯坦的思考题 二叉树算法集 分解质因数新解 石子归并问题等有趣的C程序-Consider Einstein' s title tree decomposition algorithm sets new quality factor solution stones merge interesting questions, such as C procedures
DataStructureAlgorithm
- 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
c
- 经典c程序100 每个都可以运行 内有目录-Classic c program 100 can run each of directories within the
xueji-c
- 基于c语言的数据结构的学籍系统(线性表)生成、插入、删除的c程序源代码。-C language data structure based on the enrollment system (linear form) to generate, insert, delete the c program source code.
C-algorithm-for-fine-Daquan
- 精编C算法大全,最近收集的最经典的c程序算法-C algorithm for fine Daquan
c
- 迷宫C程序,平均值程序,各种求解平均值程序-Maze C program, the average program
gaussrand-c
- 高斯分布随机数C程序实现 同济大学信息隐藏课第一次大作业-Gaussian random number C program Tongji University, the first major class of information hiding operations
纯c语言实现卡尔曼滤波
- 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)