资源列表
STC_4_DA_test
- STC 4路DA输出测试 内部PCA控制PWM,C语言代码-STC 4 way DA output test internal PCA control PWM, C language code
aaa
- 从文件中读入课程信息,读入学生信息,并返回课程总数,输出学生的课程信息,输出学生信息-Read from a file into the program information, read into the student information, and returns the total number of courses, students in the course of information output, the output student information
fredevider_even_divide
- 提供了一种分频系数为偶数的VHDL语言描述,通过Q2的验证-Provides a frequency division factor of even the VHDL language descr iption, validation through Q2
dictionary
- 一个简单的实验单词的查找,删除和添加功能的小程序。主要实验一个word类。-dictionary
DumpSearch
- 查找当前目录下所有包含某一字符的txt文件,并将其拷贝到一个文件夹-Search all files include some string in current folder,and copy them to a folder
complex
- 可以进行复数加减乘除的运算,是比较简单的程序。-The operation can be complex
sasdadswc
- 改变显示器状态1.1模块,很好的易模块,适合易编程者使用-1.1 module to change the display state, a good and easy module for easy programming to use
cPP
- 求下面方程在1.5附近的根 2*x*x*x-4*x*x+3*x-6=0自己去运行一下吧,我已经运行了,结果为2.00000000,我想其中的各个变量就不用我一个一个解释了吧,讲个重要的吧其中EPS是控制误差的,ERR为误差,函数f()是计算y=2*x*x*x-4*x*x+3*x-6在x的值,函数g()是计算导数的。然后自己去推敲了吧。 不过建议你还是自己去程序,那样才会有提高-For the equation in the root of near 1.5
zuoye2_4
- matlab程序设计,设计一个FIR滤波器加窗,并比较窗函数性能-FIR filter and compare the performance of the window function
shiyan1
- 约瑟夫斯问题求解(约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。)本程序就是解决上述问题-Josephus Problem Solving (Josephus (Jose
907846864ExcellRead
- 用运matlab软件对excel进行批量读取-Yun matlab software with batch reading excel
2
- 定义了矩阵类并实现矩阵的加减乘除转置操作。是学习C语言二级指针的不错例子-Define and implement a matrix class subtraction, multiplication and division matrix transpose operation. Learning C language pointer two good examples