搜索结果
找到约 72 项符合
CH 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (5)
- 技术资料 (5)
- VC书籍 (4)
- Java书籍 (4)
- matlab例程 (4)
- 单片机编程 (3)
- 加密解密 (3)
- 系统设计方案 (3)
- 源码 (3)
- 汇编语言 (2)
- 其他 (2)
- 通讯/手机编程 (2)
- 微处理器开发 (2)
- 文章/文档 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 传感与控制 (1)
- 可编程逻辑 (1)
- 串口编程 (1)
- 文件格式 (1)
- 书籍源码 (1)
- 家庭/个人应用 (1)
- 软件设计/软件工程 (1)
- Delphi控件源码 (1)
- VHDL/FPGA/Verilog (1)
- 人工智能/神经网络 (1)
- 压缩解压 (1)
- USB编程 (1)
- Linux/Unix编程 (1)
- 操作系统开发 (1)
- GPS编程 (1)
- 电子书籍 (1)
- SQL Server (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- *行业应用 (1)
- 汇编编程 (1)
- 技术书籍 (1)
- 软件 (1)
技术书籍 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 ...
软件 学生成绩查询
#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 ...
源码 学生成绩管理啊
#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( ...
源码 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
源码 数组子系统
#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, ...
技术资料 ISO 16750-1-2006(CH) 道路车辆——电气及电子设备的环境条件和试验
道路车辆——电气及电子设备的环境条件和试验
技术资料 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 ...
技术资料 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 .
技术资料 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; ...
技术资料 基于C#的上位机监控组态软件的设计与开发
本文针对国内外组态软件的不足,设计了基于C#的上位机监控组态软件。本软件适用于中小型企业、易于操作并具有一定通用性。从软件结构来看,该软件包括图形界面模块和提供数据服务的数据库模块,重点介绍了图形界面和数据库模块的设计。为达到小巧并且简单易用的目的,将图形界面的功能化到最简,用商用数据库sQL2005作为软 ...