-
DCT_SVD1
通过MATLAB的编程,实现对图片的加密,奇异值的分解,离散变化,程序简单,明了。(Through MATLAB programming, realize the image encryption, singular value decomposition and discrete changes, procedure is simple, clear.)
- 2014-03-20 22:30:02下载
- 积分:1
-
proccureschefked
说明:
- 2018-02-21 20:54:45下载
- 积分:1
-
C_C++_C#程序员实用大全(精华版)书本的源代码,大家自己觉得有用就下载吧,忘记是第几版的书了,不过大多都差不多...
C_C++_C#程序员实用大全(精华版)书本的源代码,大家自己觉得有用就下载吧,忘记是第几版的书了,不过大多都差不多-C_C++ _C# programmer utility Guinness (best version) source code book, we feel it useful to download and forget is the first version of the book a few, but most of all almost
- 2023-04-11 20:15:03下载
- 积分:1
-
moyituihuo
模拟退火算法(解98数学建模灾情巡视问题)(Simulated annealing algorithm (solution of 98 to inspect the disaster mathematical modeling issues))
- 2007-08-30 12:33:49下载
- 积分:1
-
coorTrans
1954北京坐标系,1980西安坐标系,WGS1984坐标系的地理坐标与大地坐标的相互转换,不包括坐标系统之间的转换。参考网上资料开发而来,经过实际数据验证,确实可用。欢迎借鉴。(1954 Beijing coordinate system, 1980 Xi' an coordinate system, WGS1984 coordinate system of geographical coordinates and geodetic coordinates of the conversion, not including the conversion between coordinate systems. Development of online reference materials come after the actual data validation, it will be usable. Welcome to learn.)
- 2020-11-03 14:59:53下载
- 积分:1
-
实验三
该压缩包为西南科技大学编译原理蒋勇老师实验课中实验三课程内容,可实现语义及代码生成。(The compressed package for the Southwest University of Science and Technology compiler theory, Jiang Yong teacher experiment course experiment three course content, can achieve semantic and code generation.)
- 2021-01-04 15:18:55下载
- 积分:1
-
Visual C# WPF 实现文字左右流动(滚动)效果
Visual C# WPF技术实现文字内容从左向右流动、从右向左流动,其实就是文字滚动,稍加了一些特殊处理,下面来看看代码真的好简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//内容从左向右流动
this.MyFlowDocument.FlowDirection = FlowDirection.LeftToRight;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//内容从右向左流动
this.MyFlowDocument.FlowDirection = FlowDirection.RightToLeft;
}
- 2022-02-04 14:45:10下载
- 积分:1
-
Calculator
Project of calculator program as an example for students for studying of C++ Builder programming environment.
- 2014-11-24 15:46:16下载
- 积分:1
-
gaosi
二维图形图像处理,高斯平滑的源代码,图像预处理(Two-dimensional graphic image processing, Gaussian smoothing of the source code, image preprocessing)
- 2009-11-18 15:32:39下载
- 积分:1
-
tic
井字过三关winforms版(全源码提供)-tic-tac-toe winforms version (all source code provided)
- 2022-07-16 08:28:06下载
- 积分:1