搜索结果

找到约 641 项符合 Z-stack 的查询结果

技术书籍 C语言接口与实现

C语言接口与实现,一本过于学术的书 body {background: #383838 !important;}::-webkit-scrollbar{height:10px !important; width:10px !important; overflow:visible !important;}::-webkit-scrollbar-button{height:0 !important; width:0 !important; display:none !important;}::-webkit-scrollbar-track{box-shadow:no ...
https://www.eeworm.com/dl/508739.html
下载: 1
查看: 31

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

C/C++语言编程 计算机图形学实验旋转立方体

可实现立方体绕x,y,z轴旋转,通过键盘按键wasd控制立方体的移动
https://www.eeworm.com/dl/510772.html
下载: 1
查看: 173

Linux/uClinux/Unix编程 digitalpersona

z指纹编码,直接是源代码,可以直接用的,z指纹编码,直接是源代码,可以直接用的z指纹编码,直接是源代码,可以直接用的z指纹编码,直接是源代码,可以直接用的
https://www.eeworm.com/dl/510981.html
下载: 1
查看: 40

Linux/uClinux/Unix编程 linux

简单命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwareTools-8.4.5-324285.tar.gz    &nb ...
https://www.eeworm.com/dl/511219.html
查看: 30

C/C++语言编程 线性表基础

向量(x1,x2,…,xn)是一个长度为n的线性表 英文小写字母表(a,b,c,…,z)是一个长度为26的线性表
https://www.eeworm.com/dl/511566.html
下载: 3
查看: 34

单片机编程 LWIP无操作系统移植

 lwip是一个轻量级的TCP/IP协议栈(Lightweight TCP/IP Stack)实现,最初是瑞士计算机科学学院Adam Dunkels编写的一个应用于无操作系统的嵌入式系统中的TCP/IP协议栈,后来作为一个开源(open source)项目,由一个全球性的团队进行开发和维护。 ...
https://www.eeworm.com/dl/511654.html
下载: 4
查看: 29

嵌入式综合 红外遥控RGB

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...
https://www.eeworm.com/dl/512141.html
下载: 1
查看: 113

嵌入式综合 调光C程序

/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0; sbit ledg=P1^1; sbit ledb=P1^2; bit LEDDirection=0;//LED控制方向0:渐亮1:渐灭 char  pwm=0; char  pwmr=0; char  scw=0;//中断记数 char &nbsp ...
https://www.eeworm.com/dl/512142.html
下载: 3
查看: 132

软件设计/软件工程 32feet.NET 3.5 Bluetooth coding

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you ca ...
https://www.eeworm.com/dl/512199.html
下载: 3
查看: 130