资源列表
sscanf-sprintf_IP_inC
- using "sscanf" and "sprintf" in C source code
ACTIVENOISECONTROL
- Let X1,X2,...X10 be independent uniformly distributed Random vari- ables over [0 1] andY = X1 + X2 +.....+ X10.Generate the PDF and pdf of Y-Let X1,X2,...X10 be independent uniformly distributed Random vari- ables over [0 1] andY = X1+ X2+....
inputandoutput
- 汇编实验,实现对字符的输入和输出,涉及寄存器和缓冲等知识-Compilation of experiments, to achieve the input and output for character, involving knowledge of register and buffer, etc.
mips
- 可在Mips模拟器SPIM上运行的程序代码,加法和排序-SPIM simulator can be run on Mips program code, additions and sorting
2
- 有两个按元素值递增次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表-There are two elements of value according to the ascending order of the linear form, are stored as single linked list. Please write algorithms merge the two into a s
shiyan5
- 程序接收由用户键入的数N,根据给定的N值,计算Fibonacci数。 Fibonacci数的定义如下: FIB(1)=1 FIB(2)=1 FIB(N)=FIB(N-2)+FIB(N-1) N>=3-Typed by the user program receives the number N, according to the given value of N, calculate the Fibonacci numbers. Fibonacci numbers
factorial
- this program present factorial
9536
- Xilinx user constraints file for the cpld xc9536 or xc9536xl or xc9572 or xc9572xl
putin
- 如何在一组数中插入一个数字并且按顺序输出-How to insert a number in a group of numbers and sequentially output
exa10_1
- 信号与线性系统分析书中第十章的例题10.1仿真,有兴趣的同学请下载-Signal and linear system analysis book example Chapter 10.1 simulation, interested students download
usarttend
- 无线数据传输,ARM系统通过串口发送数据到无线模块,无线模块发送数据到计算机-ARM SOFT
tp.py
- The parameter self.n_patrols is defined in our task_setup.py file which in turn reads it the ROS parameter server with a default value of 3. (We use the special value of -1 if we want the robot to loop forever.) The counter self.patrol_count is