资源列表
Huffman树
- huffman树的建立及编码,真的是恩生命的看到(Establishment and coding of Huffman tree)
提取位移
- 提取ABAQUSX,Y,Z三个方向位移U的脚本,自动生成基准面,自动切割,材料属性(Extracted ABAQUSX, Y, Z, three directions displacement U scr ipt, automatically generated base level, automatic cutting, material attributes)
c++ 连接mysql
- vs c++连接数据库,测试通过,需要下载mysq的头文件和lib(Vs c++ connect database, test through, you need to download the mysq header file and Lib)
music -文件
- c语言实现音乐播放,能实现简单的播放音乐功能。(C language music player, to achieve a simple broadcast music function.)
将txt文件读取为矩阵格式
- 利用matlab读取txt文件时将原来的数据读取为矩阵格式(When you read the txt file with MATLAB, you read the original data into a matrix format)
将txt文件读取画图
- 利用matlab对txt文件读取,画图等操作(Use matlab for TXT file reading, drawing and other operations)
watermark
- 将具有特定标识的信息隐藏在数字化图像、视频、音频等多媒体。是一种基于DCT变换和ARNOLD置乱技术的数字图像水印算法,首先通过Arnold置乱二值水印图像对水印图像进行加密,其次将加密后的图像选择适合的强度,在载体图像中选择低频信号的位置进行嵌入。适合用于简单的图片版权保护。(Information that has a specific identity is hidden in digital image, video, audio and other multimedia. Is a k
MissileTrajectorySimulation
- 通用弹道仿真计算程序V1.0 本程序包为vxLand提供的经典版的通用导弹、炮弹、火箭弹等的弹道仿真计算程序,适用于无控弹药,(General ballistic simulation calculation program V1.0 This package provides vxLand classic version of the general missile, shells, rockets and other ballistic simulation procedures, ap
hash
- 哈希表(散列)的应用 注释说明较为详细 语言:C++(The application of a hash table (hash) Note in detail)
Matrix
- 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
paixu
- 实现输入一组数据,将输入的数据按由小到大排序。(Enter a set of data to be sorted from small to large.)
银行家算法代码实现
- 本代码主要利用C语言对银行家算法进行实现。(This code mainly uses the C language to implement banker algorithm.)