搜索结果

找到约 72 项符合 CH 的查询结果

技术书籍 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 ...
https://www.eeworm.com/dl/512452.html
下载: 3
查看: 42

软件 学生成绩查询

#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 ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#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( ...
https://www.eeworm.com/dl/513824.html
查看: 10

源码 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
https://www.eeworm.com/dl/518050.html
下载: 2
查看: 27

源码 数组子系统

#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, ...
https://www.eeworm.com/dl/522521.html
下载: 1
查看: 81

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

道路车辆——电气及电子设备的环境条件和试验
https://www.eeworm.com/dl/744685.html
下载: 10
查看: 4878

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

STM32L475开发板PDF原理图+AD集成3D封装库+主要器件技术手册,集成封装库型号列表如下:Library Component Count : 44Name                Description----------------------------------------------------------------------------------------------------ANT-2.4G  &nbs ...
https://www.eeworm.com/dl/747256.html
下载: 9
查看: 4597

技术资料 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 .
https://www.eeworm.com/dl/829669.html
下载: 9
查看: 8213

技术资料 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; ...
https://www.eeworm.com/dl/834831.html
下载: 9
查看: 3900

技术资料 基于C#的上位机监控组态软件的设计与开发

本文针对国内外组态软件的不足,设计了基于C#的上位机监控组态软件。本软件适用于中小型企业、易于操作并具有一定通用性。从软件结构来看,该软件包括图形界面模块和提供数据服务的数据库模块,重点介绍了图形界面和数据库模块的设计。为达到小巧并且简单易用的目的,将图形界面的功能化到最简,用商用数据库sQL2005作为软 ...
https://www.eeworm.com/dl/837007.html
下载: 4
查看: 6048