搜索结果
找到约 100 项符合
ORIGINAL 的查询结果
按分类筛选
- 全部分类
- 其他 (13)
- matlab例程 (6)
- 其他书籍 (6)
- Linux/Unix编程 (5)
- 书籍 (5)
- 单片机开发 (4)
- 加密解密 (4)
- 数值算法/人工智能 (3)
- 压缩解压 (3)
- Internet/网络编程 (3)
- 文件格式 (3)
- VHDL/FPGA/Verilog (2)
- uCOS (2)
- 系统设计方案 (2)
- 其他嵌入式/单片机内容 (2)
- 数学计算 (2)
- Windows Mobile (2)
- 仿真技术 (2)
- 技术资料 (2)
- 无线通信 (1)
- 源码/资料 (1)
- 微处理器开发 (1)
- FlashMX/Flex源码 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- GPS编程 (1)
- 其他数据库 (1)
- 书籍源码 (1)
- Windows CE (1)
- Java书籍 (1)
- 软件设计/软件工程 (1)
- USB编程 (1)
- 嵌入式Linux (1)
- SQL Server (1)
- STL (1)
- BREW编程 (1)
- 操作系统开发 (1)
- 电子书籍 (1)
- Modem编程 (1)
- 手机短信编程 (1)
- 教育系统应用 (1)
- 人工智能/神经网络 (1)
- Delphi/CppBuilder (1)
- JavaScript (1)
- 软件测试 (1)
- 汇编语言 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
无线通信 S参数的设计与应用
Agilent AN 154 S-Parameter Design Application Note S参数的设计与应用
The need for new high-frequency, solid-state circuitdesign techniques has been recognized both by microwaveengineers and circuit designers. These engineersare being asked to design solid state circuitsthat will operate at higher an ...
数值算法/人工智能 This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in seve
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. ...
微处理器开发 Programmer s Reference Manual is an improtant book on Intel processor architecture and programming.
Programmer s Reference Manual is an improtant book on Intel processor architecture and programming. In Html format, it is more readable than original .txt format.
Internet/网络编程 PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your
PrintNow is a 32-bit application that runs only under Windows 95
or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to
print a screen capture directly to your printer instead of just
copying the image to the Windows clipboard. PrintNow can also
print any DIB image in the clipboard, regard ...
压缩解压 The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca
The program SPLAY is a pascal to C translation of a program that
Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees.
This program compresses and decompresses files, and does a pretty good
job of it.
Contents:
SPLAY.PAS Original TP source code
SPLAY.C Translation of code to C
SPLAY.EXE C ...
Linux/Unix编程 DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subs
DVBstream is based on the ts-rtp package available at
http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport
stream over a LAN using the rtp protocol. There were a couple of
small bugs in the original ts-rtp application, which I have fixed
here.
嵌入式/单片机编程 用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
用于motorala 68K系列处理器的小实时多任务操作系统
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68k, derived
from a port of the original 6809 code to ...
GPS编程 The objective of this projectis to design, model and simulate an autocorrelation generator circuit
The objective of this projectis to design, model and simulate an autocorrelation
generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some
gates. By the autocorrelation concept, there should be 2 same length vectors, for calculating
the autocorrelation , we have to des ...
matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
其他 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 ...