资源列表
[Windows编程] Expression
说明:算术表达式的转换为逆波兰式后求值,只处理一位整型数的运算,如:3*(7-5)+(4+8)/3#-Arithmetic expression is converted to Reverse Polish-style, after evaluation, only one integer arithmetic, such as: 3* (7-5)+ (4+ 8)/3#<sara> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[Windows编程] dizhenggongcheng
说明:2008四川地震救援人力资源分配解决方案.-2008 Sichuan earthquake relief allocation of human resources solutions.<殷晓飞> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] translation
说明:魔王语言解释 根据两条规则进行求的题目给出的魔王的语言解释成人类看得懂的语言-Beelzebub language to explain the basis of two rules for the devil is given the title of the language to explain the adult category was able to understand the language<michelleKT> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[Windows编程] calender
说明:C++语言编写的日历算法,输入起始年份,即可以查询每一月的日历-C++ Language calendar algorithm, enter the starting year, that is available for each month of the calendar<liuhongliruc> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[界面编程] 1
说明:用栈实现的算术表达式求值算法。输入一串含有字母的表达式,要求输入其值即可进行计算。-Stack with the realization of the arithmetic expression evaluation algorithm. Enter a string containing the letters of expression, for the importation of its value can be calculated.<liuhongliruc> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[Windows编程] Datastructsaa
说明:#include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针<周小强> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[驱动编程] interruptdriver
说明:中断级,HOOK可以得到中断请求。-Disruption of class, HOOK can interrupt request.<gfd> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[Windows编程] student
说明:用C++编写一个学生考试成绩信息系统,强化面向对象程序设计思想,使学生能够将C++程序设计中的面向对象、重载、模板、文件等各种概念,灵活的运用到实际的程序设计中去。-Using C to prepare a student information system of examination results, and strengthen OOP thinking, so that students can be C program design in object-oriente<李西松> 在 2025-11-23 上传 | 大小:2kb | 下载:0