搜索:Code+Example

找到约 5,882 项符合「Code+Example」的查询结果

结果 5,882
按分类筛选
显示更多分类
https://www.eeworm.com/dl/505/24335.html 电源技术

DN458降压转换器简化低电压设计

  Many system designers need an easy way to producea negative 3.3V power supply. In systems that alreadyhave a transformer, one option is to swap out the existingtransformer with one that has an additional secondarywinding. The problem with this solution is that manysyst ...
下载 152
·
查看 1073
https://www.eeworm.com/dl/566/35902.html 嵌入式综合

NIOSII用户定制指令

With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding custominstructions to the Nios II processor instruction set. Using custominstructions, you can reduce a complex sequence of standard instructionsto a s ...
下载 170
·
查看 1097
https://www.eeworm.com/dl/518/286895.html 数值算法/人工智能

北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard

北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of two odd prime numbers. For example: 8 = 3 + 5. Both 3 a ...
下载 102
·
查看 1764
https://www.eeworm.com/dl/665/258577.html matlab例程

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 become ...
下载 91
·
查看 1119
https://www.eeworm.com/dl/518/187749.html 数值算法/人工智能

ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater t ...
下载 26
·
查看 1532
https://www.eeworm.com/dl/628/140161.html 编译器/解释器

CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co

CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging ...
下载 59
·
查看 1216
https://www.eeworm.com/dl/915291.html 技术资料

PIC单片机串行通信中的汉明编码自动检纠错

基于汉明码(Hamning Code)编码方式实现串行通信中的自动检纠错功能。重点分析汉明码编码方式和纠错方式,并介绍实现算法。在算法中,将位操作转化为对字节操作,从而可以直接利用字节操作结果确定各校
下载 2
·
查看 8913
https://www.eeworm.com/dl/907835.html 技术资料

在复杂场景中多目标物的检测识别方法

本文提出了一种在复杂场景中实时检测、识别多个目标物体的方法。利用由矩阵码(matrix code)构成的 2D 矩阵来识别复杂场景中多个目标物。算法不仅能适应目标物体在旋转、缩放、平移变换下的不变性识
下载 5
·
查看 6972
https://www.eeworm.com/dl/619/178690.html Linux/Unix编程

LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and goo

LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed ...
下载 114
·
查看 1102
https://www.eeworm.com/dl/686/357781.html VC书籍

This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT

This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in thi ...
下载 41
·
查看 1152