-
页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助...
页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-The arithmetic of page replacement,arithmetic used to the replacement,it is useful for the beginer of computer arithmetic.
- 2022-02-14 23:26:26下载
- 积分:1
-
寻找 QAM 调制 OFDM 系统的误码率的仿真模型
OFDM信号生成和解码使用64-QAM作为调制技术。这种类型的OFDM是用于WiMAX和其他无线和多媒体标准特别有用。只要运行模型,并与在AWGN信道座不同信噪比观察OFDM的性能。请留下您的反馈模型,使我们可以改进。
- 2022-04-19 02:28:44下载
- 积分:1
-
用VC编写的图像处理程序,实现了图像的放大、缩小、旋转等功能。...
用VC编写的图像处理程序,实现了图像的放大、缩小、旋转等功能。-VC prepared using image processing procedures to realize the image to enlarge, narrow, rotating functions.
- 2022-03-16 11:55:06下载
- 积分:1
-
规范化乘幂函数求模的最大值和最大向量,又叫规范化幂乘法...
规范化乘幂函数求模的最大值和最大向量,又叫规范化幂乘法-Seek mode power function normalized by the maximum and the maximum vector
- 2022-05-06 23:08:35下载
- 积分:1
-
winceS3C2410的最新BSP,支持VGA和多串口
winceS3C2410的最新BSP,支持VGA和多串口-winceS3C2410 the latest BSP support VGA and serial number
- 2022-11-13 00:10:04下载
- 积分:1
-
一个可以产生G72A和ILBC语音编解码动态库的工程
一个可以产生G72A和ILBC语音编解码动态库的工程-Can generate a G72A and ILBC voice codec DLL project
- 2022-02-16 10:18:02下载
- 积分:1
-
Window scripts technology contains various technical languages: VB, JAVA script,...
Window的脚本技术含有各种的技术语言:VB、JAVA等脚本技术的讲解!-Window scripts technology contains various technical languages: VB, JAVA script, etc. on technology!
- 2023-02-12 23:35:03下载
- 积分:1
-
A simple example for beginners in MATLAB to solve the differential eq using buil...
A simple example for beginners in MATLAB to solve the differential eq using built in functions of differential equation solvers.
- 2023-06-22 16:45:02下载
- 积分:1
-
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程...
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design and implementation of heap sort algorithm 2) to be sort of data can be entered manually (usually relatively small size of about 10 Data), to detect the correctness of the procedure also can be randomly generated computer (usually relatively large-scale data ,1500-3000 or so), to test (with counting) time sorting algorithm reactor efficiency.
- 2022-07-22 21:14:31下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1