搜索资源列表
spirit-1.3.1MSVC
- 著名的Parser库Spirit在VC6上的Port,还带十几个Parser的例子。自己开发领域小语言的利器。-Parser for the famous Spirit of the VC6 Port also brings a dozen Parser example. They developed small areas of language as a weapon.
LanExplorer_v1.62
- 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel
CT-API
- This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Pa
COMM_C_2
- 串行口升级子程序支持1-4口的中断控制 -serial port upgrade 1-4 subroutine I support the Interrupt Control
STLport-5.1.5
- A port of the original STL to many platforms.可以配合多种编译器使用,特别是在使用intel编译器时可以很好的优化代码性能.
liblbfgs-1.7
- This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of the implementation of Limited
栈类
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack)
FFTReal
- FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
shinefixedMP3
- Shine Fixed Point (release 0.1.2) : - Layer 3 - C/Asm - 39 k This is a port of Shine to Arm and StrongArm fixed point. It provides a 30x speedup over the floating point release. It has been tested on Acorn.
1
- 具有很简单的程序,检测IO口的通畅,里面的程序可以扩展,部分被我频闭了-Have a very simple procedure to detect the patency of IO port, which the program can be extended, some of whom I had frequent closed
microcontroller_neural_network
- This a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32. Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons respectively and 1 layer output with 1 neuron.This pr
MCMC-Methods-V2.1
- 本程序是基于马尔可夫链蒙特卡尔理论的贝叶斯工具。版本为MCMC Methods for MLP and GP and Stuff (for Matlab) V2.1 -A collection of matlab functions for Bayesian inference with Markov chain Monte Carlo (MCMC) methods. The purpose of this toolbox was to port some of the features in
DisplayPort1.2
- VESA DisplayPort Standard Version 1, Revision 2 Released January 5, 2010 The purpose of this document is to define a flexible system and apparatus capable of transporting video, audio and other data between a Source Device and a Sink Device o
Up_timingBYM
- A timing error detector for Communication systems with simulink. # Required versions Matlab 5.2.1, Simulink 2.2.1 # File descr iption 1. ti_det1.m (simulink version 5.2.1) An s-function to be used for timing detector. For detailed i
scz_compress
- 这是一个轻量级的压缩/解压源代码,占用空间极小,压缩比一般达到3:1,适合用在小内存环境,全C代码几乎不需要移植,有兴趣的朋友可以看看。-This is a lightweight compression/decompression source code, a very small space, generally achieve a 3:1 compression ratio, suitable for use in small memory environments, pure C sou
liblbfgs-1.9.tar
- 拟牛顿算法计算函数最小值,采用LBFGS算法,亲测可用。-a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
LED
- 该实验讲解了如何运用 ST的库来操作I/O口,使I/O口产 生置位(1)和复位(0)信号,从而来控制LED的亮灭。-The experiments explain how to use the library to operate ST I/O ports, so that I/O port generates set (1) and reset (0) signal, thereby to control the LED light off.
princurve_1.1-12.tar
- Principal Curve的R语言包带源程序,用于主曲线提取-This is an R port of Trevor Hastie s principal.curve package which can be found in the statlib archive.