资源列表
cnTV
- 全国电视节目预报代码 源码!
tupian
- 图片采集 通过正则表达式过滤代码-Image acquisition through the regular expression filter code
searcherFiles
- 文件查找模块,可以全盘查找,部分文件名查找-File search module, you can find a comprehensive, part of the file name to find
cpl_conv
- 用于terragear成功运行的一个不可或缺的头文件-terragear
2
- 实现编译器的语法分析步骤;C语言编写,验证可用;-The syntax of the compiler implementation steps C language, verification can be used
FPGA_Cordic_SinCosA
- 1.使用COrdic 算法计算正弦余弦函数:串行流水线模式 16bit相位输入,16bit精度正弦余弦输出. 2.13级 16bit输出精度,输出如果不需要这么多的精度,输出后可以进行截断低位 2QN -1 Use COrdic algorithm to calculate the sine cosine functions: Serial line mode 16bit phase input, 16bit precision sine cosine output. 2.
77411494AT89S51-serial
- 串口多字节收发,很详细源码资料,适合学习-Serial multibyte transceiver, very detailed source of information, suitable for learning
Label进度条
- vb label也能做进度条演示, vb代码-vb label can also progress of the demonstration, vb code
clientServer
- A jave program for client server
76857455678
- VB控制Windows系统重启、关机、注销,有需要的就下载吧。-VB control Windows system restart, shutdown, log off, there is a need to download it.
lab1-Calculator
- 四则运算求值 求表达式的值的基本思想就是 后缀表达式求值以及如何实现 Knuth 将此概括为三个步骤: 对中缀表达式进行语法分析 中缀表达式到后缀表达式的转换 对后缀表达式求值 思路:首先利用栈A把四则运算的字符串从中序表达式转换成后序表达式;然后对后序表达式,如果是数字则保存到另一个栈B中,如果是运算符(+,-,*,/)就从栈B中依次获取栈顶两个操作数进行运算,运算结果再压栈B,如此反复,最终栈B中最后的值就是运算结果。-Cacluate t
