搜索结果
找到约 1,507 项符合
EXAMPLE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (162)
- 其他 (99)
- 单片机开发 (96)
- Java编程 (79)
- 微处理器开发 (63)
- matlab例程 (55)
- Linux/Unix编程 (53)
- Symbian (49)
- DSP编程 (41)
- VHDL/FPGA/Verilog (36)
- 其他嵌入式/单片机内容 (35)
- 汇编语言 (33)
- 人工智能/神经网络 (26)
- 数学计算 (24)
- 嵌入式/单片机编程 (24)
- 其他书籍 (23)
- 电子书籍 (23)
- 驱动编程 (23)
- 书籍源码 (22)
- VC书籍 (22)
- Delphi控件源码 (19)
- 软件设计/软件工程 (19)
- Windows CE (17)
- 数值算法/人工智能 (16)
- 游戏 (15)
- J2ME (15)
- 文章/文档 (14)
- 嵌入式Linux (14)
- 单片机编程 (12)
- 通讯/手机编程 (12)
- Java书籍 (12)
- 书籍 (11)
- 压缩解压 (11)
- Modem编程 (11)
- USB编程 (11)
- 系统设计方案 (11)
- Jsp/Servlet (11)
- 加密解密 (10)
- 操作系统开发 (10)
- 可编程逻辑 (10)
- Internet/网络编程 (10)
- VIP专区 (9)
- 源码 (8)
- 教程资料 (8)
- 串口编程 (8)
- 网络 (8)
- 编译器/解释器 (7)
- Applet (7)
- 其他数据库 (7)
- 通讯编程文档 (7)
- uCOS (7)
- Delphi/CppBuilder (7)
- 电源技术 (6)
- 软件工程 (6)
- 教育系统应用 (6)
- 编辑器/阅读器 (6)
- 数据结构 (6)
- 其他行业 (6)
- MacOS编程 (6)
- 数据库系统 (5)
- 模拟电子 (5)
- 手机短信编程 (5)
- *行业应用 (5)
- 文件格式 (5)
- 技术管理 (5)
- BREW编程 (5)
- VxWorks (5)
- JavaScript (5)
- 3G开发 (5)
- Windows Mobile (4)
- Oracle数据库 (4)
- PCB相关 (3)
- 无线通信 (3)
- 金融证券系统 (3)
- 中间件编程 (3)
- SQL Server (3)
- Ajax (3)
- 论文 (2)
- C/C++语言编程 (2)
- 多媒体处理 (2)
- 嵌入式综合 (2)
- 传真(Fax)编程 (2)
- CA认证 (2)
- FlashMX/Flex源码 (2)
- MySQL数据库 (2)
- 邮电通讯系统 (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 软件测试 (2)
- 接口技术 (1)
- 集成开发环境源码 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 测试测量 (1)
- Matlab (1)
- XILINX FPGA开发软件 (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
数值算法/人工智能 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 than I, and the numbe ...
Applet Predefined Style options define the style by setting several other options. If other options are als
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed la ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
其他书籍 Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have re ...
系统设计方案 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法
朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本 ...
其他 C++读取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom
C++读取Excel
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resourc ...
数学计算 Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l
Problem B:Longest Ordered Subsequence
A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subse ...
技术资料 基于STM32单片机的SPI双机通信的Proteus仿真实现
以STM32F103单片机与STM32F103单片机之间进行SPI双机通信为例,直接使用DMA传输进行数据的发送与接收,最后通过实验证明了DMA传输的高效和准确性。with the SPI dual-MIC communication between STM32F103 MCU and STM32F103 MCU taken as an example,data transmission and reception are carried out directly by using DMA ...
嵌入式综合 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 single instruction im ...