Welcome![Sign In][Sign Up]
Location:
Search - k-l

Search list

[Algorithmpai

Description: 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。 最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
Platform: | Size: 10240 | Author: 邓超 | Hits:

[OS programDeviceInfoUtils

Description: 这个程序展示了如何利用系统WMI和DX来获取系统硬件和系统信息。WMI是Windows 2K/XP管理系统的核心 对于其他的Win32操作系统,WMI是一个有用的插件。WMI以CIMOM为基础,CIMOM即公共信息模型对象管理器。-This procedure demonstrates how to use the system to obtain WMI and DX systems hardware and system information. WMI is a management system for Windows 2K/XP the core of the Win32 operating system to other, WMI is a useful plug-ins. WMI to CIMOM-based, CIMOM that is public information model object manager.
Platform: | Size: 2328576 | Author: 林卫旋 | Hits:

[Data structshuffman

Description: 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系统应具备如下的功能: 1.初始化。从终端(文件)读入字符集的数据信息,。建立哈夫曼树。 2.编码:利用已建好的哈夫曼树对明文文件进行编码,并存入目标文件(哈夫曼码文件)。 3.译码:利用已建好的哈夫曼树对目标文件(哈夫曼码文件)进行编码,并存入指定的明文文件。 4.输出哈夫曼编码文件:输出每一个字符的哈夫曼编码。
Platform: | Size: 132096 | Author: 张娟 | Hits:

[SCMoperating_system_scheduling

Description: 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调(如优先数加3),试对如下给定的一组进程给出其调度顺序。每当结束一进程时要给出当前系统的状态(即显示就绪队列)。这里,进程可用进程控制块(PCB)表示为如右表所示。 进程名 A B C D E F G H J K L M 到达时间 0 1 2 3 6 8 12 12 12 18 25 25 服务时间 6 4 10 5 1 2 5 10 4 3 15 8
Platform: | Size: 684032 | Author: Blade | Hits:

[Special Effectsklt1.1.5.tar

Description: K-L transform implementation and the sample code
Platform: | Size: 218112 | Author: 邢延超 | Hits:

[ARM-PowerPC-ColdFire-MIPSARM28

Description: 替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM编程实现替代加密。-Alternative encryption: ABCDEFGHIJKLMNOPQRSTU VW ciphertext YZDMRNHXJLIOQUWACBEGF KP expressly XYZTSVI HAVE A DREAM!# Ciphertext? ? Programming using ARM alternative encryption.
Platform: | Size: 18432 | Author: 富洋 | Hits:

[Special Effectskl4rgb

Description: 对RGB彩色图像进行K-L变换的示例,根据《数字图像疑难解疑》内容编程实现-RGB color images of the KL Transform example, under the
Platform: | Size: 1024 | Author: skybird2006 | Hits:

[Mathimatics-Numerical algorithmstezhenxuanzhe

Description: 使用基于K-L变换的特征选择方法,使原本4维的特征向量降至3维-KL transform based feature selection method, so that the original 4-dimensional feature vector is reduced to 3-dimensional
Platform: | Size: 19456 | Author: 朱李晰 | Hits:

[OpenGL program9.1

Description: 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Piano 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S Piano scene control: ESC: exit F1: window mode or full-screen mode switch A, S, D, F, J, K, L: issued 1-- 7, the four sound
Platform: | Size: 3362816 | Author: 徐颖 | Hits:

[Linux-UnixfirstGTK

Description: 一个基于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+R+D=8+1+18+4+23+15+18+11=98% LOVE=L+O+V+E=12+15+22+5=54% LUCK=L+U+C+K=12+21+3+11=47% ATTITUDE= A+T+T+I+T+U+D+E=1+20+20+9+20+24+4+5=100% 2、对程序的界面布局参考如下图所示,在第一个单行文本框输入一个单词,点击“计算”按钮,按照以上算法计算出该单词的值。 3、如果在最下面的单行文本框输入一个文件路径,此文件每行记录一个单词,那么经过程序计算出各个单词的值,并把结果输出到当前目录下result.txt文件中。如果文件不存在,应该提示错误。 -err
Platform: | Size: 1024 | Author: | Hits:

[Graph Recognizeocr0

Description: 基于人工神经网络的光学字符识别系统及硬件实现 研究了人工神经网络及光学字符识别的基本理论、一般方法: 对人工神经网络的发展、现状、理论做了深入的研究。重点研究了BP网络的原理、特点、应用方法。研究了脱机光学字符识别的方法、理论。重点研究了基于K-L变换的字符图像的特征抽取方法。 研究了基于ARM技术的嵌入式系统的构造、设计: 通过实际动手,研究了基于ARM技术的处理器的基本构造、使用方法;使用并比较了三星4510b、atmel at91rm9200芯片的性能;掌握了高频印刷版的设计工艺。 研究了Linux操作系统的结构及移植方法: 本文的嵌入式系统使用ucLinux或Linux操作系统。通过对操作系统的移植及对其代码研究,掌握了在ARM系统上移植ucLinux操作系统和Linux操作系统的方法、步骤。 -err
Platform: | Size: 292864 | Author: yezi | Hits:

[3D Graphic3D_piano

Description: 场景控制:ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音. -Scene control: ESC: exit procedures F1: window mode or full-screen mode switch A, S, D, F, J, K, L: the sound of four separately issued 1-7.
Platform: | Size: 3347456 | Author: wr | Hits:

[Data structsHaffmancode

Description: 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6) 设字符集及频度如下表: 字符 空格 A B C D E F G H I J K L M 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1 -Curriculum design: 1. Obtained in an n × n chessboard, the place to catch each other should not n个chess "Queen" of all the layout. 2. The design of a use of Huffman coding and decoding algorithms systems, and deal with duplicate to show the following items until the exit date selection. The basic requirements 【】 1) will be the right value data stored in data files (file named data.txt, located in the implementation of procedures in the current directory) 2), respectively, dynamic and static storage structure 3) Initialization: keyboard input character set size of n, n and n characters of the right value, set up Huffman tree 4) Coding: Using the built Huffman tree generated Huffman coding 5) output coding 6) The character set and the frequency of the following table: Space characters A B C D E F G H I J K L M Frequency of 186 64 13 22 32 103 21 15 47 57 1 5 32 20 Character N O P Q R S T U V W X Y Z Frequency 57 63 15 1 48 51 80 23 8 18 1 16 1
Platform: | Size: 550912 | Author: 赵刚 | Hits:

[Special EffectsImageProcess

Description: 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波 形态运算: 图像腐蚀、图像膨胀、开闭运算、图像细化 图像分析: 边缘检测、霍夫变换、轮廓提取、轮廓跟踪、阈值分割、区域生长、投影检测、差影检测、模板匹配 图像编码: 霍夫曼编码、香农-费诺编码、行程编码、GTF-LZW编码 -ImageProcess VC++
Platform: | Size: 903168 | Author: hongye | Hits:

[matlabWaveletBasedTextureRetrievalUsingGeneralizedGaussi

Description: 基于小波变换的特征检索算法,用了广义高斯函数和K-L距离为相似侧度 -Wavelet-Based Texture Retrieval Using Generalized Gaussian Density and Kullback–Leibler Distance
Platform: | Size: 22528 | Author: 于梅 | Hits:

[Otherchengxu

Description: 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the minimum distance classifier
Platform: | Size: 3072 | Author: pan | Hits:

[Linux-Unixofdm-tge

Description: 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)= 2*round(rand)-1 end create modulated BPSK signal first expand the bit stream exdata=[] for i=1:length(data) for rep=1:5 exdata= [exdata data(i)] end end ts=.1 t=1:ts:80.9 carrier=cos(pi*t) multiply expanded bitstream by cosine wave with carrier frequency this is the BPSK that is to be transmitted over the channel bpsk=carrier.*exdata bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk] plot(bpsk) generating the noise p=rand(1,800)*2*pi p=rand*2*pi snr=10 r=sqrt(-1*(1/snr*log(1- rand))) no = 5*(r.* exp(j*p)) no = (r.* exp(j*p)) value of alpha al=rand+j*rand al=1 Spreading channel with the alpha as the variable for k=5:5:795 for l = 1:5 al=round(rand)+j*round(rand) rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l) end end rxdata=rec+ no begin demodulation first multiply recie
Platform: | Size: 6146048 | Author: 卞敏捷 | Hits:

[Windows DevelopCpp1

Description: #include"stdio.h" #include"string.h" int main() { int n,CF=0,i,j,k,l,m //,s[2001] char a[1000],b[1000],s[2001] scanf(" d",&n) l=n while(n--)
Platform: | Size: 1024 | Author: Mr.huang | Hits:

[Special EffectsPCA

Description: 用主成分分析法提取人脸图像特征的程序,算法理论依据是K-L变换-Principal Component Analysis with face image feature extraction process
Platform: | Size: 1024 | Author: 牛险峰 | Hits:

[matlabgetZNparam

Description: PID控制算法中,根据一节延迟传递函数的放大倍数K、延迟时间L和时间常数T,获得PID中比例环节、微分环节和积分环节的参数-PID control algorithm, according to a delay in the transfer function of magnification K, the delay time L and time constant T, to obtain the proportion of PID in the link, differential and integral link in the parameters of link
Platform: | Size: 1024 | Author: Watson | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 28 »

CodeBus www.codebus.net