资源列表
fib
- 定义:f0=f1=1, fn=fn-1+fn-2(n>=2)。{fi}称为Fibonacci数列。 输入n,求fn mod q。其中1<=q<=30000。 Input format: 第一行一个数T(1<=T<=10000)。 以下T行,每行两个数,n,q(n<=109, 1<=q<=30000)、 Output format: 文件包含T行,每行对应一个答案。
Form1
- 简单的计算器,c#初学者可以利用,可以运行基本的运算。-calculator
csharpTest
- csharp的2个小练习 有爱自下 源自于 beginning c# object-csharp' s two little practice there is love from the next
3-41
- 查找多位学生成绩中的最高成绩,并且输出学生信息-Find the highest number of student achievement scores, and student information output
10
- 实现了图像阈值变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习研究-Threshold to achieve the image transformation function, using VC++, MFC complete digital image processing can be like a closer look with the code, along with study and research
hashtable
- 介绍怎样创建一个哈希表和链表的使用方法,可供入门参考-Describes how to create a hash table and linked list to use
input-and-output-students-scores
- 用C++编程的一个程序,可以输入和查询学生的学号、语文成绩、数学成绩、英语成绩。-The number of students with programming a program C++, you can enter and query language scores in math and English scores.
mostvalurs
- /*题目内容:有n件产品,编号分别为0,1,2,3,4,5,6....n-1,它们的重量分别是a[0],a[1],a[2]......a[n-1],它们的价值分别是b[0],b[1].....b[n-1],现在给你个承重为w的背包,如何让背包里装入的物品具有最大的价值总和? */ -this is a program that may help you do something
calcDay
- 给出从1年1月1日到某天的总天数,计算出年月日,并逆运算。-calculate date
duo
- 改程序可以实现多项式的相加,引用链表的功能实现上的-the function of this progress is to create the duoxiangshi
stopwatch
- 测试代码运行时间,很不错的程序测试类。已封装好,有注释。-Run-time test code, it is a good type of program testing
LPB1
- 边视角的DLT度分布函数的线性规划程序实现,此程序是基于节点视角的程序-edge-perspective distribution of DLT
