搜索结果

找到约 2,845 项符合 Data Science 的查询结果

按分类筛选

显示更多分类

微处理器开发 SJF2410 can program SMDK2410 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and

SJF2410 can program SMDK2410 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and read/write data from/to a specified address. rar file includes the DOS based programming software application, JTAG schematic and programming procedure
https://www.eeworm.com/dl/655/456943.html
下载: 65
查看: 1138

技术资料 ILI9481液晶手册

ILI9481 is a 262,144-color single-chip SoC driver for a-TFT liquid crystal display with resolution of 320RGBx480 dots, comprising a 960-channel source driver, a 480-channel gate driver, 345,600bytesGRAM for graphic data of 320RGBx480 dots, and power supply circuit.
https://www.eeworm.com/dl/871069.html
下载: 8
查看: 2967

技术资料 A7130模块,收发一体模块规格书

The ZM2441PA07B module is designed for 2.4GHz ISM band with 17dBm output power wireless applications using AMICCOM’s A7130 FSK/GFSK transceiver and PA AP1110 RF IC. This module features a fully programmable frequency synthesizer by SPI. The data rate is high to 4Mbps.
https://www.eeworm.com/dl/902049.html
下载: 6
查看: 7006

技术资料 440b的MP3系统源代码

·详细说明:440b的MP3系统源代码,对嵌入式开发有很大帮助.文件列表:   44b0_MP3   ........\BIOS.MCP   ........\BIOS_Data   ........\.........\CWSettingsWindows.stg   ........\INC   ........\...\BIOS.H &
https://www.eeworm.com/dl/940860.html
下载: 10
查看: 2841

单片机编程 基于C8051F320的心电监护系统设计

介绍一种基于C8051单片机的动态心电监护系统。该系统由两部分组成:以C8051F320单片机为核心的数据采集装置和以PC机为平台的分析处理系统。硬件电路功耗低,由单片机自带的USB接口将数据传送给PC机。软件平台采用LabVIEW可视化虚拟仪器系统开发平台,将传统仪器的功能模块集成到计算机中,用户可通过修改虚拟仪器的程序改变 ...
https://www.eeworm.com/dl/502/29189.html
下载: 158
查看: 1087

技术资料 基于MSP430单片机的太阳光辐照测量系统设计

本文设计了一种基于MSP430单片机的太阳辐照测量系统。系统以MSP430单片机为硬件核心控制器,采用硅光电池将光照度转换为电流,经过电流-电压转换放大电路,实现微电流转换放大,使用MSP430自带的12位A/D转换器进行处理,并且通过NRF905无线收发模块实现数据无线传输。利用麦夸特(Levenberg-Marquardt)算法对测试数据进行拟合,结 ...
https://www.eeworm.com/dl/898261.html
下载: 5
查看: 10031

Linux/uClinux/Unix编程 两个链表的交集

两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{   int data;   struct  Node *next; }Node; void initpointer(struct Node *p){   p=NULL; } int  printlist(struct Node* head){   int flag=1;   head=head->next;   /*   因为标记1的地 ...
https://www.eeworm.com/dl/502540.html
下载: 1
查看: 71

VC书籍 This book has been written to support a practically oriented course in programming language transla

This book has been written to support a practically oriented course in programming language translation for senior undergraduates in Computer Science. More specifically, it is aimed at students who are probably quite competent in the art of imperative programming (for example, in C++, Pascal, or Mod ...
https://www.eeworm.com/dl/686/453224.html
下载: 173
查看: 1123

书籍 Pro Arduino

Since its release, Arduino has become more than just a development platform; it has become a culture built around the idea of open source and open hardware, and one that is reimagining computer science and education. Arduino has opened hardware development by making the starting skills easy to obtai ...
https://www.eeworm.com/dl/522443.html
下载: 1
查看: 101

单片机编程 PIC单片机的RS232通讯程序

Digitemp Jr. is a device that is designed to measure and report ambient temperature. When connected to an RS-232 port on any PC, it will periodically measure and report in ASCII form the ambient temperature in degrees Celsius. These temperature readings can be monitored with any terminal program. If ...
https://www.eeworm.com/dl/502/29137.html
下载: 190
查看: 1074