搜索结果
找到约 903 项符合
stRing-include 的查询结果
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
加密解密 /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设 ...
加密解密 /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设 ...
Java书籍 java语言中的系统类
java语言中的系统类,包括String类、 StringBuffer类、 Vector类、 Data类、 Random类
Java编程 How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:j2sdk1.4.0i
How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th
This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
驱动编程 Source files for pxa ac97 sound driver The packet contains the files that is listed below driv
Source files for pxa ac97 sound driver
The packet contains the files that is listed below
driver files
/SOURCE/drivers/sound
Makefile ac97.c ac97.h ac97_codec.c pxa-ac97.c
pxa-audio.c pxa-audio.h sound_core.c
/SOURCE/include/linux
soundcard.h
驱动编程 Source files for pxa LCD driver ======================================== The packet contains the
Source files for pxa LCD driver
========================================
The packet contains the files that is listed below
driver files
/SOURCE/drivers/video
Makefile fbcon.c fbmem.c pxafb.c pxafb.h
/SOURCE/include/linux
linux_logo.h
/SOURCE/include/asm-arm/arch-pxa
pxa-regs.h
通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is wr
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
...
人工智能/神经网络 this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this
this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this tar also include some testfiles and config file and a readme which describes how to run this program.