搜索资源列表
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
ChuanKouTest
- c#下利用串口实现数据实时采集以及绘图试验-c# under the use of serial test data collection and mapping
MScommchuankou
- vc++串口mscomm控件编程,上位机与下位机通过串口通信,绘制曲线,定义热键。值得收藏-VC++6 mscomm control of programming, PC and slave communication, VC mapping, the system is defined hotkey, for beginners and definitely worth collecting.
GPSSerialPortData
- gps首先手机要有上网的硬件条件,然后获取某一网络地址映射的GUID ,最后通过调用ConnMgrEstablishConnectionSync函数让手机自己选择某一最 佳路径.-gps first mobile phone to have access to the Internet hardware conditions, and then access to a network address mapping of the GUID, the final ConnMgrEstablis
mscomm-and-automatic-draw-curve
- 可以实现串口接受和发送数据,并且可以根据串口接受的数据绘制曲线,还可以根据随机的数据点击绘制按钮自动绘制曲线,目前保存数据的功能还没有实现,有待于进一步提高-Serial port can receive and send data, and can draw the curve of the serial port to accept data, random data can also click on the button mapping automatically draw the cu
RS232_U
- 串口16进制数据进入文件存储,并绘图-Serial data storage mapping
d974d4330bf7
- 这是一个非常完整的qpsk调制解调用fpga实现的工程,在工程中已经能够正常使用,使用的quartus ii 开发,使用Verilog语言,文件中还包含了各种滤波器的系数文件,还有matlab仿真文件,整个工程包含从串并变换,相位映射,到成型滤波,中通滤波,cic滤波,调制,再到解调过成的下变频,匹配滤波,载波提取,位定时,判决,整个完整的过程(This is a very complete QPSK modulation and demodulation using FPGA implemen
