资源列表
排序选择:
[单片机(51,AVR,MSP430等)] qudoudong
说明:为了进一步理解上述方法如何在编程中得以实现,在此提供了1个用C51单片机编程语言编制的8个按键的键处理程序,以供参考。该程序在KEIL C51 V6.02/uVsion2 demo编译环境下编译通过-In order to further understand how the above method to realize programming, provided in the C51 single-chip microcomputer with a programming language<戴戴> 在 2025-09-27 上传 | 大小:1kb | 下载:0
[J2ME] j2meRmsFunction
说明:rms常用操作例子,可通过这些例子修改成你想要的代码,绝对有用!-Examples of commonly used rms operation can be modified through these examples of code you want is absolutely useful!<james> 在 2025-09-27 上传 | 大小:11kb | 下载:0
[钩子与API截获] keyboardHook
说明:禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽-Windows keyboard prohibited procedures, to generate dll file, through a simple function call can prohibit or permit the special keyboard news shielding<jerry> 在 2025-09-27 上传 | 大小:1.35mb | 下载:0
[软件工程] ZincProgrammersGuide
说明:Zinc is an object oriented, platform independent, fr a mework for designing graphical user interfaces (GUIs) for cross platform applications. Zinc is scalable and customizable. It provides a full-featured toolkit for the creation of GUIs and ev<刘志栋> 在 2025-09-27 上传 | 大小:845kb | 下载:0
[单片机(51,AVR,MSP430等)] MSP430F149MCUSTEPPERMOTOR
说明:一篇关于步进电机的细分,驱动,加速,减速的文章。-An article on the breakdown of stepper motors, drives, speed up, slow down the article.<quguoqiang> 在 2025-09-27 上传 | 大小:16kb | 下载:0
[VxWorks] VxWorksBSD44v208
说明:CS8900A网络芯片驱动,希望能够帮到大家-CS8900A chip network drive, hoping to help U.S.<萧寒> 在 2025-09-27 上传 | 大小:39kb | 下载:0
[文件操作] xmlpasertest
说明:XML文本的解析工具,调用MSXML4.0完成-XML text analysis tools, call completion MSXML4.0<jiangjian> 在 2025-09-27 上传 | 大小:609kb | 下载:0
[单片机(51,AVR,MSP430等)] pid
说明: 这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。<> 在 2025-09-27 上传 | 大小:1kb | 下载:0