资源列表
MATLAB-TDM
- NI公司开发的,用于读取tdms格式的数据,包含几个案例-NI developed for reading data tdms format, including several cases
CheckHtml
- 快速检测.aspx源码、html源码中标签缺少-Rapid detection ASPX and HTML source code in the missing
PullToRefresh-ListView-master
- 这个是一个Android 的listview的扩展,实现了listview上下拉的效果。非常不错哦-This is an extension of the listview Android to achieve the effect of listview on the drop. Very good oh
Slef_Balance
- 深圳市元创兴科技有限公司开发的自平衡小车控制源程序,采用VC6.0编程-Shenzhen Yuan Chong Hing Technology Co., Ltd. developed the self-balancing trolley control source, using VC6.0 programming
Matlab-Serial
- 使用MATLAB的GUI设计的串口通讯程序源代码,采用类似VC界面设计风格-MATLAB GUI design using serial communication program source code, using VC interface design style similar
Demo
- 固高科技GT系列运动控制卡DEMO控制程序,最多可控制四个轴-Googoltech GT series motion control card DEMO control procedures, can control up to four axes
MATLAB
- 固高直线倒立摆MATLAB版本控制程序,采用实时内核方式实现精确定时-Googol linear inverted pendulum MATLAB version control program, using real-time kernel mode to achieve precise timing
File-Operations
- 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
STM32F746-DMA2D
- 这stm32f746代码描述了如何配置dma2d外围 混合传输模式memory_to_memory。 并描述了如何配置dma2d外围转移 在像素格式转换memory_to_memory(PFC)模式-This STM32F746 code provides a descr iption of how to configure DMA2D peripheral in Memory_to_Memory with blending transfer mode. and pr
Record-your-deposits-and-checks
- 用vb2008版本做的小程序,用于记录你的存款和支票,并且界面友好-Record your deposits and checks, user-friendly
postfix-notation
- 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 对应的转化为逆波兰式的语义动作如下: E-> E(1)op E(2) {E.CODE:= E(1).CODE||E(2).CODE||op} E->(E(1)) { E.CODE := E(1).CODE} E->id { E.CODE := id} 2、利用实验5中的算符优先分析算法,结合上面给出的语义动作实现逆波兰式的构造
STM32F746-DMA
- 这stm32f746代码描述了如何使用DMA传输 一个字的数据缓冲区从闪存的嵌入式SRAM存储器通过 HAL API。-This STM32F746 code provides a descr iption of how to use a DMA to transfer a word data buffer FLASH memory to embedded SRAM memory through the HAL API.
