资源列表
[其他小程序] SPI_Master(2byteperSPIcycle)
说明:本人用VerilogHDL编写的SPI程序,该程序基于MAX3420E器件,一个SPI周期包括两个字节的传输,经测试,在MAX420E器件上功能正确,请放心使用!-I prepared SPI program MAX3420E-based devices, including a two-byte SPI cycle of transmission, by testing the device on MAX420E function c<liangqf> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[对话框与窗口] VBzhengren
说明:有趣的VB整人程序,仅供娱乐,如有雷同,纯属巧合-VB interesting people throughout the process, for entertainment and any similarity is purely coincidental. . . . . .<李奇> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[Windows编程] code
说明:进程管理程序,可以对进程进行基本的结束操作-Process management procedures, can be the end of the process of the basic operation<coldwinter> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[Windows编程] Precision3.0_fangyukuan
说明:高精度运算类,现在只实现了加法和乘法。对基本运算符做了重载。-Type of high-precision computing, only now realized the addition and multiplication. The basic operator overloading done.<方煜宽> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[其他小程序] biaodashiqiuzhi
说明:表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression evaluation procedures, to achieve a very good expression of the ascii code input to the numerical calculation<田雷> 在 2024-11-10 上传 | 大小:1kb | 下载:0
[C#编程] stack_queue
说明:两栈模拟队列 采用两个反面增长的栈来模拟队列。 // 1、入队:将元素压入s2栈;当s2满时,将s2中所有元素依次弹出并逐个压入s1,再将元素压入s2。 // 2、出队:栈s1非空,则弹出s1中的元素;栈s1为空,则将s2中的元素依次弹出并逐个压入s1,再 // 弹出s1中的元素。 // 3、判断是否为空:若栈s1、s2均为空,则该队列为空。-anology queue by stack<kathy> 在 2024-11-10 上传 | 大小:1kb | 下载:0