按分类查找:

  • 16进制转十进制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定义键盘输入需要的缓冲区 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf   ...

    /dl/502038.html

    标签: 汇编

    上传时间: 2015-04-02

    上传用户:wcc0310

  • msp430

    msp430The LDC1312 and LDC1314 are 2- and 4-channel, 1• Easy-to-use – minimal configuration required 12-bit inductance to digital converters (LDCs) for • Measure up to 4 sensors with one IC inductive sensing solutions. With multiple channels • Multiple channels support environmental and and suppo ...

    /dl/512452.html

    标签: msp 430

    上传时间: 2016-07-22

    上传用户:tongmoonsky

  • 学生成绩查询

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...

    /dl/513823.html

    标签: 查询学会少年宫

    上传时间: 2016-12-29

    上传用户:767483511

  • 学生成绩管理啊

    #include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...

    /dl/513824.html

    标签: 学生专用

    上传时间: 2016-12-29

    上传用户:767483511

  • notepad2_4.2.25汉化资源文件

    notepad2_4.2.25汉化资源文件 CSDN-tags:notepad2 sChinese 中文rc资源 Notepad2中文资源修改自: http://www.flos-freeware.ch/zip/notepad2_4.2.25_src.zip\src\Notepad2.rc

    /dl/518050.html

    标签: notepad2 25 汉化 资源

    上传时间: 2018-09-08

    上传用户:xxagri

  • 数组子系统

    #include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j,v; }SPNode; struct sparmatrix { int rows,cols,terms; SPNode data [SMAX]; }; sparmatrix CreateSparmatrix() { sparmatrix A; printf("\n\t\t请输入稀疏矩阵的行数,列数和非零元素个数(用逗号隔开):"); scanf("%d, ...

    /dl/522521.html

    标签: 数组 子系统

    上传时间: 2020-06-11

    上传用户:ccccy

  • ISO 16750-1-2006(CH) 道路车辆——电气及电子设备的环境条件和试验

    道路车辆——电气及电子设备的环境条件和试验

    /dl/744685.html

    标签: iso 电气 电子设备

    上传时间: 2021-10-25

    上传用户:yb9018

  • STM32L475开发板PDF原理图+AD集成3D封装库+主要器件技术手册

    STM32L475开发板PDF原理图+AD集成3D封装库+主要器件技术手册,集成封装库型号列表如下:Library Component Count : 44Name&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Description----------------------------------------------------------------------------------------------------ANT-2.4G&nbsp; &nbs ...

    /dl/747256.html

    标签: stm32l475 开发板

    上传时间: 2021-12-15

    上传用户:2431247090

  • 8205A8_2.0.pdf规格书下载

    The PW8205A8TS is the highest performance trench N-ch MOSFETs with extreme high cell density,which provide excellent RDSON and gate charge for most of the small power switching and loadswitch applications. The meet the RoHS and Product requirement with full function reliabilityapproved .

    /dl/829669.html

    标签: 8205a8

    上传时间: 2022-02-14

    上传用户:wangshoupeng199

  • PID-小车类-基于Cortex-M0的BLDC电机驱动

    #include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR1 != 0); break; case PWM_CHANNEL_B: PWMA->u32CNR2 = 0; ...

    /dl/834831.html

    标签: pid 电机 bldc

    上传时间: 2022-06-01

    上传用户:kingwide