搜索结果

找到约 908 项符合 Max-Int 的查询结果

DSP编程 基于DSP平台实现turbo码Max_Log_MAP算法

基于DSP平台实现turbo码Max_Log_MAP算法,基于标准C 语言研究 了Turbo 码Max - Log - MAP 译码算法的软件编程与实现,为了提高程序的运行效率,结合TMS320C6000 系列DSP 芯片 的结构与特点采用循环展开、数据的存取优化设计、算法改进等措施进行了代码优化,给出了测试结果,非常值得一看 ...
https://www.eeworm.com/dl/516/278735.html
下载: 106
查看: 1035

单片机开发 ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features o

ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly i ...
https://www.eeworm.com/dl/648/282130.html
下载: 56
查看: 1077

J2ME java的一个源代码

java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = ...
https://www.eeworm.com/dl/660/288677.html
下载: 39
查看: 1030

VHDL/FPGA/Verilog 本书系统地介绍了一种硬件描述语言

本书系统地介绍了一种硬件描述语言,即VHDL语言设计数字逻辑电路和数字系统的新方法。这是电子电路设计方法上一次革命性的变化,也是迈向21世纪的电子工程师所必须掌握的专门知识。本书共分12章,第l章---第8章主要介绍VHDL语言的基本知识和使用VHDL语言设计简单逻辑电路的基本方法;第9章和第10章分别以定时器和接口电路设 ...
https://www.eeworm.com/dl/663/288839.html
下载: 143
查看: 1035

数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non ...
https://www.eeworm.com/dl/654/289829.html
下载: 74
查看: 1136

Java编程 输入四个点

输入四个点,判断此四点是否可形成一个平行四边形。 程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C, ...
https://www.eeworm.com/dl/633/290332.html
下载: 51
查看: 1046

VHDL/FPGA/Verilog 是EDA设计的数字钟的VHDL语言程序

是EDA设计的数字钟的VHDL语言程序,可用Max+Plus2进行编译,仿真并下载到芯片中。
https://www.eeworm.com/dl/663/290352.html
下载: 134
查看: 1089

Java编程 CRC16算法的Java实现

CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = ...
https://www.eeworm.com/dl/633/293647.html
下载: 88
查看: 1082

Linux/Unix编程 linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include

linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定 ...
https://www.eeworm.com/dl/619/296978.html
下载: 122
查看: 1031

嵌入式/单片机编程 #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigne

#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
https://www.eeworm.com/dl/647/297444.html
下载: 93
查看: 1140