搜索资源列表
Calculator1.1
- 数据结构课程设计关于带括号的算术表达式的计算-Arithmetic expressions with parentheses calculated
EX3_3
- 关于结构体应用的 c++程序,程序要求:从键盘输入5个学生的姓名、3门课的成绩,原数据显示;(2)计算3门课总平均成绩;(3)按总平均成绩的高低依次显示各学生的信息-Application on the structure of the c++ program, the program requirements: 5 students from the keyboard' s name, 3 course results, the original data (2) Calculate
jisuantianshu
- C语言小程序 实现功能:计算x年x月x日 是这一年的第几天 小小趣味程序 结构明朗 是学习C语言的好资料-C language program: calculation of x years, x, x is this year' s first few days a little fun program structure uncertainty is to learn the C language data
tiji
- 创建三个结构体,分别表示圆形、圆柱、圆锥,计算圆柱体、圆锥的体积-Create three structural body, respectively, said circular, cylindrical, cone, the calculated cylinder, cone volume
polynomial
- 主要用C++实现了数据结构中的多项式,可以进行加减乘除计算-Mainly implemented in C++ polynomial data structure can be addition, subtraction, multiplication and division calculation
howTo24
- 在控制台输入4个整数(范围:1-10,可重复),对它们进行加减乘除之后,寻找计算结构等于24的表达式,并把该表达式输出到屏幕上。-4 integer input in the console (range :1-10, repeatable), Math them, looking for the calculated structure equal to 24 expression, and the expression is output to the screen.
stack
- 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
shudu
- C语言实现九宫格数独计算,用到数据结构中的双向十字链表-C language implementation Sudoku squares calculation, use two-way data structure Crusaders
HuaffmanTree
- 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
wmi
- 利用WMI获取网卡地址 硬盘序列号 CPU序列号 操作系统ID,内容丰富,附带wbemuuid.lib, wbemidl.h, 不必再下载那么大的PlatformSDK_2003_February. WMI是一项核心的Windows管理技术,WMI作为一种规范和基础结构,通过它可以访问、配置、管理和监视几乎所有的Windows资源,比如用户可以在远程计算机器上启动一个进程;设定一个在特定日期和时间运行的进程;远程启动计算机;获得本地或远程计算机的已安装程序列表;查询本地或远程计算机的Window
suanshubiaodashi
- C++语言,利用数据结构中的链式栈,实现算术表达式的计算。-C++ data structure
expression
- 数据结构中的表达式计算问题(功能:输入任意计算表达式,得出结果)-expression compute