搜索资源列表
stdlevels.tar
- Luola 标准关卡包 语言种类: 英文 版 本 号: V4.0 文件大小: 1283 K 系统平台: Linux -Luola standard language barriers packet types : English version : V4.0 file size : 1283 K system platforms : Linux
代码k
- c语言编写的消息队列代码-the message queue code
rs_eedec_euc
- The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero
RTOSandNucleusPLUS
- Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实 时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码
Linux0.01源代码
- Linux的雏形,也就是Linux的创始人公布的最初代码。 现在各种分析Linux的书太多了,但对于初学者来说都过于复杂,难以理解,这个最初版本相对来说要简单多了,但一样可以让我们了解Linux的基本实现过程,大小只有70多K-Linux prototype, is the founder of Linux announced the initial code. Now, all kinds of analysis of the Linux too many books, but for a n
linux-0.111_code
- inux 0.11 内核,选择它的原因:它是最完善早期发布版本之一,源代码体积小(大小才325 K左右),能正常运行的一个LINUX操作系统的原型
linuxkernel0.11
- linux内核0.1版的源代码.只有几百K,学习系统原理的经典程序.
K means mpi
- K means mpi
KTV
- QT KTV 源码,QT designer-QT KTV CODES
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
SB2K
- 軟蛀兩K輸入系統 for CWIN9x v2.63-K punctiferalis two soft input system for CWIN9x v2.63
Unix
- 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c
malic
- 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system
ofdm-tge
- OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
GPIO_key_driver
- s3c2410下的GPIO按键驱动,可适用于一般的arm9开发板之上-GPIO under s3c2410 button-driven, applied to the general development board on arm9
mapserver-5.4.1.tar
- 完善的webgis开源平台,配套的客户端有k-map等。功能强大-Webgis complete open source platform, supporting clients such as there are k-map. Powerful
gdb
- 将g l i b函数库、G t k +构件库、G n o m e库和G C C编译器结合起来可以用来开发非常复杂的应 用程序,足以满足绝大多数的商业应用。但是这些还不足以成为一个完整的开发平台。还需 要一个高效的调试器,特别是对较大型的应用程序,这一点更为重要。-Linux 包含了一个叫g d b的G N U调试程序。gdb 可以用来调试使C、C++以及M o d u l a-2语 言开发的程序
SecureDownloadServlet(2)
- SEC 2.x and SEC 3.x Security Core Device Driver Package Date Last Modified 08/26/2009 Size(k) 590 Revision Level 2 Format zip -This archive contains the initial issue of the SEC 2.x/3.x driver package (t23x) compliant with the Extensible Crypto
k-meansPP-clustering-1
- K means algorithm implemented using NS2