搜索资源列表
9612
- LCD驱动代码 功能:同时驱动96*12和96*26两块CSTN模块-LCD driver code functions : while driving and 96 * 12 * 26 96 2 CSTN module
robot_bluetooth_test
- 四电机驱动程序,使用TMS320LF2407芯片,用汇编语言编程,可实现四电机同时无线调速,使用蓝牙无线通信,将其组合成整体,可实现全方向无线遥控小车-four motor drive, the use of TMS320LF2407, assembly language programming, four motor can be realized while wireless speed, the use of Bluetooth wireless communications, 10% o
Packet_Analysis
- 基于Passthru的扩展,抓取IP数据包,并在内核中利用队列、系统线程实时将IP数据包解析到磁盘文件中,同时提供用户控制,在RING3使用SDK编写界面。 本程序可以帮助您熟悉驱动编写、windows编程、用户态和内核态交互编程以及网络知识的基础应用。 驱动安装使用snetcfg,已集成到用户界面中。-Based on the expansion of passthru, crawl IP packet, and the use of the kernel queue, the sys
ne2000
- ne2000 driver program on dp83902a MCU #ifdef CONFIG_DRIVER_NE2000 static void my_udelay(long us) { long tmo tmo = get_timer (0) + us * CFG_HZ / 1000000 /* will this be much greater than 0 ? */ while (get_timer (0) < tmo) }-n
MgenWPFPaint8_ldc
- WPF绘图程序源码功能介绍:WPF绘图程序用的是最基础的鼠标事件来完成的,同时支持擦除功能。在WindowsPhone环境下,开发者只能InkPresenter。不过对于WPF环境来说,使用更强大的InkPresenter的封装控件InkCanvas也是可以的,不过本示例全部是以InkPresent-WPF drawing program source: the WPF drawing program is the most basic mouse events to complete, whi
excellentit(3500)
- The MC33 the contenrammable settings without the need of an MCUThe MC33696 is a highly integrated transceiver designed for low-voltage applications. It includes a programmable PLL for multi-channel applications, an RSSI circuit, a strob
FX2LP-GPIF
- FX2LP GPIF 是一款高度可配置、具有高度灵活性的硬件,使您能够充分利用 USB 2.0 设计,并适用于需外部主设备进行信息交换的应用。本文档可作为与 FX2LP GPIF 进行外设连接的 USB 2.0 的理想指南。 在提出基本 GPIF 概念前,本文档首先介绍了 EZ-USB® FX2LP™ 的基础架构,以便您对 GPIF 如何适用于总数据路径有一个透彻的了解。接着介绍了开发 GPIF 应用的方法。这便于您掌握组成一整套 GPIF 应用解决方案的关键组件,以及将 G
4RL
- 本软件是基于SH88F4051为控制核心,通过控制算法智能控制继电器,从而使输出电压稳定,为各种电器提供稳定可靠地电源,同时,兼有过压、欠压、过温、短路等保护功能。可广泛应用于电网电压波动大或电网电压季节性变化大的地区。-This software is based on SH88F4051 as the control center via the control algorithm of intelligent control relay, so that the output voltag
huitu_1
- 一个很好的绘图窗体,可以画直线,矩形.扇形.和圆.同时还能随机变换颜色-A good drawing form, you can draw straight lines, rectangles. Fan. And round. While also randomly change color
L5-E5
- 利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant can be calculated by the infinite series: = 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+.... Write a C program that uses a do/while loop to calculate using the series. The program