资源列表
cmd11
- dsp中要用到的命令文件,tms320lf2407-dsp that will be used in order paper tms320lf2407
自适应滤波器
- 自适应滤波器在DSP中的C语言程序,应用于TMS320F206型号的DSP板,比较简单,资源大家共享。-adaptive filter in DSP C language program, TMS320F206 models used in the DSP board, relatively simple, we share resources.
zhuji
- 单片机多机通信(主机)用LCD显示传输的数据-Single-chip multi-machine communications (host) with LCD display data transmission
123
- 输出9*9口诀:分行与列考虑,共9行9列,i控制行,j控制列。-Output 9* 9 formulas: Branches and columns considerations of 9 rows 9, i control line, j control bar.
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
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
2.2
- 某出版系统发行图书和磁带,利用继承设计管理出版物的类。要求如下:建立一个基类Publication存储出版物的标题title、出版物名称name、单价price及出版日期date。用Book类和Tape类分别管理图书和磁带,它们都从Publication类派生。Book类具有保存图书页数的数据成员page,Tape类具有保存播放时间的数据成员playtime。每个类都有构造函数、析构函数,且都有用于从键盘获取数据的成员函数inputData(),用于显示数据的成员函数display()。-A p