搜索:function-programming

找到约 2,551 项符合「function-programming」的查询结果

结果 2,551
按分类筛选
显示更多分类
https://www.eeworm.com/dl/898206.html 技术资料

基于STC89C52单片机的电子密码锁设计

电子密码锁具有安全性高、保密性好等优点。本文基于单片机STC89C52设计了一种电子密码锁系统,由单片机控制矩阵键盘模块实现输入密码功能,LCD1602液晶模块显示密码锁相关信息,继电器模块控制开锁。具有开锁成功提示、密码错误报警、修改密码等功能,在防盗场合有着极为广泛的用途。Electronic password l ...
下载 10
·
查看 7991
https://www.eeworm.com/dl/665/175761.html matlab例程

% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio

% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体 ...
下载 174
·
查看 1109
https://www.eeworm.com/dl/686/191289.html VC书籍

本书以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。本书的组织围绕着一系

本书以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的)。本书的组织围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,你不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。 ...
下载 129
·
查看 1080
https://www.eeworm.com/dl/684/205523.html 软件设计/软件工程

Visual Basic 6.0可以通过调用API函数格式化一个磁盘

Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib" ...
下载 99
·
查看 1075
https://www.eeworm.com/dl/829509.html 技术资料

PW2601_2.0.pdf规格书下载

The PW2601 is a charger front-end integrated circuit designed to provide protection to Li-ionbatteries from failures of charging circuitry. The device monitors the input voltage, battery voltageand the charging current to make sure all three parameters are operated in normal rang ...
下载 3
·
查看 4467
https://www.eeworm.com/dl/894707.html 技术资料

基于Proteus的家用智能门窗控制系统的设计

本文简要介绍了一款智能门窗控制系统的结构和功能。基于“机器判断+人工决策”,设计了一套功能丰富的门窗远程控制系统。该系统以STM32F103ZET6单片机为核心处理器,配以各种传感器、GSM物联网平台等,最终实现远程智能控制门窗开关的目的。其造价低廉,适合任何家庭使用。In this paper,the structure and ...
下载 3
·
查看 372
https://www.eeworm.com/dl/502/31386.html 单片机编程

I2C slave routines for the 87L

The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of t ...
下载 147
·
查看 1158
https://www.eeworm.com/dl/522504.html 书籍

Foundations of Data Science

Computer science as an academic discipline began in the 1960’s. Emphasis was on programming languages, compilers, operating systems, and the mathematical theory that supported these areas. Courses in theoretical computer science covered finite automata, regular expressions, cont ...
下载 1
·
查看 201
https://www.eeworm.com/dl/515065.html 源码

STM32的IAP方案

IAP,全称是“In-Application Programming”,中文解释为“在程序中编程”。 IAP 是一种 对通过微控制器的对外接口(如 USART, IIC, CAN, USB,以太网接口甚至是无线射频通道) 对正在运行程序的微控制器进行内部程序的更新的技术(注意这完全有别于 ICP 或者 ISP 技 术) ...
下载 1
·
查看 62
https://www.eeworm.com/dl/894688.html 技术资料

基于语音控制的智能家居系统的设计与实现

采用模块化设计,以C语言编程,由LD3320A语音识别芯片以及89C52单片机采集和处理信号,完成人机对话。对各降噪方法在安静和嘈杂环境下进行测试,结果表明,添加垃圾语句语音识别准确率最高。所得结果对于实现非特定人识别的智能语音家居各项功能具有重要意义。Using modular design, C language programming ...
下载 5
·
查看 6713