搜索资源列表
tc3
- AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-AES (The Advanced Encryption Standar
案例01判断闰年程序
- 判断闰年程序 汇编程序,这个算法不错,很有参考价值-Judge the program assembler of leap year, this algorithm is good , has reference value very much
cyytxclff
- MATLAB是一套用于科学计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境。它的信号处理工具箱包含了各种经典的和现代的数字信号处理技术,是一个非常优秀的算法研究与辅助设计的工具。在设计数字滤波器时,通常采用MATLAB来进行辅助设计和仿真。 (2)FIR滤波器的MATLAB设计 下面以设计线性相位FIR滤波器为例介绍具体的设计方法。 线性相位F
用Fortran实现的bp算法程序
- 这是用Fortran实现的bp算法程序,供大家自学参-This is achieved using Fortran bp algorithm, for your self-Participation
SYSFDFXYCXSJ
- 一些常用的数学数值算法,用C语言编写即可。-some commonly used mathematical algorithm, using C language can be.
FORTRAN常用算法程序集
- FORTRAN编制的常用算法程序,对学习数学分析的同学很有参考价值-FORTRAN prepared by the procedure commonly used algorithm for the study of mathematical analysis of the students was useful
btx_tc
- dos下的一个简单的压缩程序,主要研究压缩算法和dos下的图形界面-dos under a simple compression procedures, the study's principal compression algorithm and the dos graphics interface
关于二十四点游戏的基本算法
- 关于二十四点游戏的基本算法!漫长的假期对于我来说总是枯燥无味的,闲来无聊便和同学玩起童年时经常玩的二十四点牌游戏来。此游戏说来简单,就是利用加减乘除以及括号将给出的四张牌组成一个值为24的表达式。- About 24 games basic algorithms! Long vacation regarding me said always dull, 24 signs which with the schoolmate idly c
coldblue
- 网站教程 下载天空|免费下载 WAP技术和开... 24 · MIDP1.0-五... ...掌握中国(wap.zhangwo.cn)天气源程序 09-08 3 · WAP中文提交乱码...实现点击图片连接时选择直接打开或下载 07-21... www.sky-cn.net/mobilewap/wz/WAPjc/webjc/ 48K 2006-1-1 - 百度快照 www.sky-cn.net 上的更多结果
drawaline
- DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
MR2
- 对原有madaline算法改进,适应小范围变化对神经元带来的影响-the original neural algorithm to improve and adapt to small changes in the scope of the neurons affected
tuxingzuoye
- c语言写的绘图函数,包括多边形的扫描线填充算法,编译通过。-write graphics functions, including polygon scan fill algorithm, compile.
Tfill
- 图形学c语言填充算法,可以随意填充任何的多边形-graphics fill algorithm can be filled with any arbitrary polygon
C4
- C语言设计案例源代码,算法等等C语言设计案例源代码,算法-C language source code case design, algorithm, etc. C language source code case design, algorithm, etc.
huan111
- 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
osdd
- 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计了一个模拟处理机调动算法-in multi-channel and multi-task procedure system, the system in place at the same time within the state of the p
jcmn
- 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority
hmetis-1[1].5.3-WIN32
- 这是一个图划分的算法,名为hmetis,可以用它对于不同纬度的数据集合进行划分-This is a map of algorithm, called hmetis. It can be used for different latitude data set divided
C语言常用算法程序集
- C语言常用算法程序集配书程序-C language commonly used algorithm for procedure Sets
基于A*算法的路径实例
- 这是一个基于A*算法的实例,里面包括其实路径和目标的路径显示。输出图像是一个迷宫。