搜索资源列表
LPC932_LINBUS
- 基于philips的932单片机的LIN总线程序开发,通俗易懂,简单实用-based on the Philips 932 SCM LIN bus program, accessible, simple and practical
PIDkongzhi51chengxu
- PID 控制的51汇编程序 电机控制的PID(积分分离)PID(void)执行时间少于70uS/932-12MHz-PID control of the 51 motor control procedures for the compilation of PID (integral separation) PID (void) bailiffs time of less than 70 uS/932-12MHz
TKS-driver_setup
- Philips MCU 932/5/6/8对用仿真器集成安装软件,不用手动安装,简化了安装方法
eewww
- 大型视屏交友网站 4.02008-1-932.1 MB [保留位置]·家园4.0ACCESS免费版1、修正无法图片错误2、修改分类错误3、修正模板错误4、修改JS文件调用的错误5、增加了视屏排行帮功能6、新增加多选删除功能7、增加系统安全性措施8、修改友情连接,去除JS代码调用9、做了优化使显示速度更快,...
wert
- 功能:ZY886A液晶显示模块显示控制。启动程序即进入正常显示状态(循环显示一系列数字0~F)。 说明:将跳线器题J6、J19、J20分别短接到LCM_/WR、LCM_DAT、LCM_/CS端。 通过跳线器J8、J9选择高频晶振6MHZ。 在DP-932下载实验仪上,通过JP2与ZY886A液晶模块进行连接。
AFTGameMSERVER
- 原木木制作的传世心魔黑暗1.932商业引擎完整源代码!吐血推荐!
LPC932_LINBUS
- 基于philips的932单片机的LIN总线程序开发,通俗易懂,简单实用-based on the Philips 932 SCM LIN bus program, accessible, simple and practical
PIDkongzhi51chengxu
- PID 控制的51汇编程序 电机控制的PID(积分分离)PID(void)执行时间少于70uS/932-12MHz-PID control of the 51 motor control procedures for the compilation of PID (integral separation) PID (void) bailiffs time of less than 70 uS/932-12MHz
TKS-driver_setup
- Philips MCU 932/5/6/8对用仿真器集成安装软件,不用手动安装,简化了安装方法-Philips MCU 932/5/6/8 emulator for integration with the installation of software, no manual installation, simplifying the installation method
eewww
- 大型视屏交友网站 4.02008-1-932.1 MB [保留位置]·家园4.0ACCESS免费版1、修正无法图片错误2、修改分类错误3、修正模板错误4、修改JS文件调用的错误5、增加了视屏排行帮功能6、新增加多选删除功能7、增加系统安全性措施8、修改友情连接,去除JS代码调用9、做了优化使显示速度更快,... -Large screen Dating Site 4.02008-1-932.1 MB [location retain]
wert
- 功能:ZY886A液晶显示模块显示控制。启动程序即进入正常显示状态(循环显示一系列数字0~F)。 说明:将跳线器题J6、J19、J20分别短接到LCM_/WR、LCM_DAT、LCM_/CS端。 通过跳线器J8、J9选择高频晶振6MHZ。 在DP-932下载实验仪上,通过JP2与ZY886A液晶模块进行连接。-Function: ZY886A LCD display control module. Start a p
AFTGameMSERVER
- 原木木制作的传世心魔黑暗1.932商业引擎完整源代码!吐血推荐!-Wood handed down the original production of the dark heart Magic 193.2 commercial engine complete source code! Hematemesis recommend!
Cyuyan
- 程序运行结果为: 15 22 35 38 48 298 635 832 932 -The results of program runs as follows: 15 22 35 38 48 298 635 832 932
coolwool1
- 原木木制作的传世心魔黑暗1.932商业引擎完整源代码 只包含了M2和DBS-Wood handed down the original production of commercial engine, the demon of darkness 1.932 full source code contains only the M2 and the DBS
Papervision3D_2.1.932
- Papervision3D的源文件 3D flash动画开发的必备源文件-Papervision3D source file 3D flash animation development necessary source files
932example
- Philips 932 一个简单的例子-Philips 932 with a simple example. . . .
PID
- 电机控制的PID(积分分离) PID(void) 执行时间少于70uS/932-12MHz-Motor control of the PID (integral isolation) PID (void) execution time is less than 70uS/932-12MHz
TS4
- 一个可以生成多个国家的点阵字库软件。包括: UNICODE 874 泰文 932 日文(Shift-JIS) 936 中文(PRC GBK) 936 中文(PRC GB2312) 949 韩文(HANGUL)-One can generate multiple countries dot matrix font software. Include: UNICODE 874 Thai 9
XMLStrGen
- XMLStrGen是一个专门自动生成符合W3C国际标准的XML各种元素名称的C++库文件。自动产生的字符串是Unicode的,长度可根据传入的参数控制。源代码还包括生成适合于XML元素和属性名称的一系列的函数。 非常适合于程序测试和演示用。-XMLStrGen.DLL/lib is devoted to generate unicode XML string randomly based on W3C specification
REBUILD-BINARY-TREE.cpp
- 我们知道如何按照三种深度优先次序来周游一棵二叉树,来得到中根序列、前根序列和后根序列。反过来,如果给定二叉树的中根序列和后根序列,或者给定中根序列和前根序列,可以重建一二叉树。本题输入一棵二叉树的中根序列和后根序列,要求在内存中重建二叉树,最后输出这棵二叉树的前根序列。 用不同的整数来唯一标识二叉树的每一个结点,下面的二叉树 中根序列是9 5 32 67 后根序列9 32 67 5 前