资源列表
dimensional
- 输入2维数组,对其行列值和对角线求和并且将其按照大小顺序排列输出。杨辉三角、质因数个数等等。-Enter the 2-dimensional array, its value and the diagonal sum of the ranks and their order in accordance with the size of the output.
bin4
- intellignet intelligent scissor cut using c sharp
02ProcessList
- 程序演示如何使用windows api函数为系统所有活动进程拍下快照并打印显示.-Program demonstrates how to use the windows api function for the system the process captured a snapshot of all activities and print display.
002
- 一元稀疏多项式计算器,程序执行的命令包括:输入并建立多项式、输出多项式、多项式相加、减。-Unary sparse polynomial Calculator, program execution command include: input and establish polynomial, output polynomial, polynomial add, minus.
B1
- 学生成绩核算系统的设计与实现(25) 要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成
cPP_class_stack
- 一个用c++中类写的一个栈。支持出栈 入栈 判断是否为空 元素个数-A c++ class to write a stack. Support the stack into the stack to determine whether the air element number...
chat
- 一个关于C++builder的电脑的聊天程序,大家可以交流下-A C++builder computer chat program, we can exchange
AC_code
- 算术编码源代码,在VC下可编译直接执行,代码中,首先统计各个数据出现的频率,根据出现的概率进行编码,实现压缩功能。-Arithmetic coding source code can be compiled under the VC directly execute the code, the first statistical frequency of occurrence of each data, based on the probability of coding to achieve
1
- 二叉树的遍历算法程序 先序 中序 后序-Binary tree traversal algorithm first sequence in the sequence after sequence so like
gcc
- it s a code about how to calculate the gcc. it s a verilog.
wenben
- 从相同的前后缀取出中间的文本,本工具名为反复取中间文本顾名思义的。-Remove the middle of the text from the same prefix and suffix
EventManager
- This an iPhone friendly implementation of a non-delegate driven event system for C#, similar to the javascr ipt messaging systems in that you can subscribe to an event purely by a string identifier, regardless of whether it exists or not at that time