-
zhuanhua16to10
十六进制向十进制转化的程序,可用于串口通讯编程。(Hexadecimal to decimal conversion program can be used for serial communication program.)
- 2010-03-07 14:11:16下载
- 积分:1
-
红外遥控器基于51芯片(源码+原理图)
【实例简介】基于51芯片的红外遥控器驱动代码、原理图、PCB、元器件清单
- 2021-06-29 00:31:09下载
- 积分:1
-
can_node
this is a ros node for motor control driver
- 2022-05-21 22:46:59下载
- 积分:1
-
6N137
6N137 高速光耦隔离芯片 应用于各种需要隔离场合(6N137 optocoupler isolated high-speed chips in a variety of situations need to be isolated)
- 2010-10-18 16:11:35下载
- 积分:1
-
ni_9221BOARDTEST
在labview 下进行USB口A/D采样(Under the labview USB port A/D sampling)
- 2013-10-03 22:36:58下载
- 积分:1
-
matrix
矩阵连成的算法经过本人测试通过上课的作业学算法的同学可以借鉴一下(Matrix algorithm Liancheng after I test the operation of school students learning algorithm can learn from you)
- 2007-12-14 18:23:11下载
- 积分:1
-
fast_sort
/*快速排序:以待排序元素中的第一个元素作为基准将带排序的元素分为三组
*大于基准元素为一组置于基准值的右边,小于基准值的元素为一组置于基准值的左边,
*基准值为一组,这样就找到了基准元素的位置就确定了
*如此递归调用。直到每一组的low==high,即实现了排序的要求。
*/
(/* Rapid Sort: the first element to be sorted in the element as a basis with with sorting the elements are divided into three groups* is greater than the reference element of a group is placed on the right side of the reference value, smaller than the reference value elements for a group of placed on the left side of the reference value,* reference value, a group, so that the location of the reference element is found it is determined* so recursive call. Until each group of low == high to achieve the requirements of the sort.* /)
- 2012-10-26 21:42:43下载
- 积分:1
-
数字内部PWM调光 +232 +flash buck
说明: 40W 功率,亮度调节(占空比0-100%)连续可调, RGBW 四色灯(Brightness Adjustment RGBW Four-color Lamp)
- 2020-06-23 11:20:01下载
- 积分:1
-
STC-C51V900-bugfixes
1、修复0xfd Bug:是通过替换C51.exe和CX51.exe实现的,本补丁所提供的C51.exe和CX51.exe是使用原版的文件修改制作。对于其准确性,不做任何保证。2、添加STC单片机列表:是通过替换UV4.cdb文件和添加STC头文件实现的,本补丁所提供的UV4.cdb是根据STC官方公布的UV3.cdb文件制作。其准确性不做任何保证。3、STC的头文件(支持鼠标右键插入头文件):头文件是从STC官网下载的,未作任何更改。头文件中虽然有STC12C54XX系列单片机的头文件4、运行程序后点击“安装程序”即可,详细说明点击“了解详情”进行查看(A repair 0xfd Bug: by replacing C51.exe and CX51.exe achieve, the patch provided C51.exe and CX51.exe is to use the original file to modify production. For its accuracy, without any guarantees. 2, add STC SCM list: Yes, and add files by replacing UV4.cdb STC header files to achieve, this patch is provided UV4.cdb UV3.cdb under STC official document production. Its accuracy is not guaranteed. 3, STC header files (support right into the header file): header files are downloaded from the official website of STC, did not make any changes. Although there STC12C54XX header file MCU header files 4, run the program and click the " Setup" button, a detailed description click on the " learn more" to view it)
- 2013-08-01 10:15:49下载
- 积分:1
-
Status InitPolyn(polyn P)
{/*建立一个空的一元多项式的链表*/
P=(polyn)malloc(sizeof(LNode)...
Status InitPolyn(polyn P)
{/*建立一个空的一元多项式的链表*/
P=(polyn)malloc(sizeof(LNode))
if(P==NULL) exit (OVERFLOW)
P->data.coef=0
P->data.expn=-1
P->next=NULL
return OK
}/*InitPolyn*/-Status InitPolyn (Polynesia P) (/* establish an empty number one yuan- Chain*/P = (Polynesia) malloc (sizeof (LNode)) if (P == NULL) exit (overflow) P-
- 2022-03-20 12:34:29下载
- 积分:1