搜索结果
找到约 165 项符合
unsigned 的查询结果
按分类筛选
- 全部分类
- 技术资料 (36)
- 单片机开发 (36)
- 单片机编程 (29)
- 其他 (8)
- 源码 (7)
- 嵌入式/单片机编程 (6)
- C/C++语言编程 (5)
- VHDL/FPGA/Verilog (4)
- Linux/Unix编程 (3)
- 笔记 (2)
- 操作系统开发 (2)
- 其他书籍 (2)
- 嵌入式综合 (2)
- 汇编语言 (2)
- 其他嵌入式/单片机内容 (2)
- 软件 (1)
- 书籍 (1)
- 书籍源码 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 传感与控制 (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 语音压缩 (1)
- 数学计算 (1)
- 数据结构 (1)
- 微处理器开发 (1)
- Symbian (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 邮电通讯系统 (1)
- VIP专区 (1)
其他嵌入式/单片机内容 矩阵键盘驱动程序
矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现
数学计算 高效整数开平方 我能实现的最高效率的函数
高效整数开平方
我能实现的最高效率的函数,用于将一个unsigned int数开平方。如果被求的数不是完全平方数,求出它的平方根的整数部分。尽你所可能的优化它的效率,并用文字证明你优化策略有效。
函数的声明为:
unsigned short work(unsigned int n)
用到了位运算 ...
单片机编程 LED电压表源代码
#include "stm8s103f.h"
#include "LEDBL.h"
#include "UART1.h"
#include "LCD1621.h"
//#include "KEY.h"
#define uchar unsigned char
#define uint unsigned int
_Bool KEYC @PB_IDR:4;//COPY
_Bool KEYP @PC_IDR:6;//POW
uint ShowMode = 1;
其他 it is in image processing field. this code Read TIFF Image then it excute compute histogram and hist
it is in image processing field. this code Read TIFF Image then it excute compute histogram and histogram equalization. after that it Write TIFFU unsigned Char.
技术资料 RFID读卡模块RC522串口读写器13.56mhz ic卡设计射频模块串口文档资料+Rc522Ma
RFID读卡模块RC522串口读写器13.56mhz ic卡设计射频模块串口文档资料+Rc522Manager上位机API工具软件1).MF RC522 是应用于 13.56MHz 非接触式通信中高集成度读写卡系列芯 片中的一员。是 NXP 公司针对“三表”应用推出的一款低 电压、低成本、 体积小的非接触式读写卡芯片,是智能仪表和便携 式手持设备研发的较好 选择。 2 ...
单片机编程 数字钟显示电路
SHUZIZHONG显示电路
源程序如下:
#include <reg51.h>#include <intrins.h>
unsigned char data dis_digit;
unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char hour,min,sec,wang,yea ...
PCB图/BOM单/原理图 单片机课程设计
#include<reg52.h>&nbsp;
#include<intrins.h>
#define LED P0
sbit KEY0=P2^0; &nbsp;//定义按键输入端口 A &nbsp;&nbsp;
sbit KEY1=P2^1; &nbsp;//定义按键输入端口 B &nbsp;&nbsp;
sbit KEY2=P2^2; &nbsp;//定义按键输入端口 C
unsigned int Led_table[8]={0xfe,0xfc,0xf8,0xf0,0xe0,0xc0,0x80,0x00};
char Led_num=0 ...
技术资料 Cyuandaima
#include
void delay02s(void) //延时子程序
{
unsigned char i,j,k;
for(i=20;i>0;i--)
for(j=20;j>0;j--)
for(k=248;k>0;k--);
}
void main(void)
{
unsigned char a;
for(;;)
{
P1=0FH; //将值送到P1口
delay02s();
P1^=P1;
delay02 ...
Internet/网络编程 library IEEE use IEEE.STD_LOGIC_1164.all use IEEE.STD_LOGIC_ARITH.all use IEEE.STD_LOGIC_UNSIG
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
VHDL/FPGA/Verilog LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL USE IEEE.STD_LOGIC_ARITH.ALL USE IEEE.STD_LOGIC_UNSIG
LIBRARY IEEE
USE IEEE.STD_LOGIC_1164.ALL
USE IEEE.STD_LOGIC_ARITH.ALL
USE IEEE.STD_LOGIC_UNSIGNED.ALL