资源列表
UVASolutions5
- UVA solutions to few problems
Loren_Chaos_serises
- 产生Lorenz混沌序列,为下一步非线性时间序列研究打下基础-Construct Lorenz chaotic seris for the research of nonlinear time series.
vhdl
- 100进制计数器的设计 -100 binary counter design
Form1
- VB画图形,当界面发生变化时,自动恢复出原来的图像,对于实时显示过程控制曲线非常有用-VB painting graphics, when the interface changes, automatic recovery out of the original image, for real-time display is very useful for process control curve
PB-Ipadd
- 用PB调用windowsAPI函数实现获取局域网中客户端的IP地址-Call windowsAPI function implementation with PB for LAN client IP address
SLM_ccdf
- slm降低ofdm峰均比的程序,在matlab中实现-slm ofdm PAPR reduction procedure is implemented in matlab
rs232
- 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用 字符型格式,在发送框输入 hello,I Love MCU ,在接 收框中同样可以看到相同字符,说明设置和通信正确 -Open the serial port debugger, the baud rate is set to 9600, no parity crystal 11.0592MHz, send and receive using the same fo
MAMS
- program to find all cycles in a graph
Elementary-school-aoshu-problem
- 用户输入时间和打印的大小,自动输出打印的时间-The user input time and the size of the print, print time automatic output
medo
- 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。 编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中-Let X [0: n- 1
daima
- 定义一个Circle类,有数据成员Radius(半径),成员函数GetArea(),计算圆的面积,构造一个Circle的对象进行测试。-caculation the area of a circle