-
kelp-0.7.src
KELP是一个源代码分析软件,帮助用户看代码结构比较复杂的程序,功能类似SOURCE INSIGHT(Kelp is a source code analysis software to help users look more complicated code structure of procedures, functions similar SOURCE INSIGHT)
- 2007-09-16 10:20:25下载
- 积分:1
-
vc_matlab
用VC调用Matlab的文章,文章详细介绍了几种方法,并给出了示例(VC call Matlab with the article, the article details several ways, and gives examples of)
- 2007-10-29 20:39:00下载
- 积分:1
-
draw
C# 实现画线功能,源文件,在vs2008环境下运行可以实现动态画线功能(drawline )
- 2011-09-01 20:01:43下载
- 积分:1
-
NeheChm
通过这篇文章的学习可以学习到opengl的知识。(Through this article to learn can learn opengl knowledge.)
- 2009-06-08 23:46:51下载
- 积分:1
-
CoordProject
大地坐标,经纬度坐标转换
坐标投影系统(geodetic coordinates, longitude and latitude coordinates conversion coordinates projection system)
- 2007-01-04 09:31:15下载
- 积分:1
-
manage
c++写的车辆监控的程序,框架搭好了,核心代码也实现了。串口接收GPS数据,实时在图上显示(c++ to write the vehicle monitoring process, the framework and setting up the core code is implemented. Serial port to receive GPS data, real-time display in the map)
- 2010-06-15 15:55:30下载
- 积分:1
-
1
MATLAB语言的概述与简介 请大家好好看看你 很好的(MATLAB)
- 2009-12-31 09:54:45下载
- 积分:1
-
C# WPF 图片旋转、放大、扭曲、平移、不透明蒙版等
这是一个C#图像处理程序,把一张图片平移、顺时针角度旋转、按一定角度扭曲、使用不透明蒙版等功能,以下是实现具体功能的代码,把这些处理功能封装到按钮事件中:
private void button2_Click(object sender, RoutedEventArgs e)
{//缩放图像
if (this.button2.Content=="放大图像")
{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 1.5;
MyScaleTransform.ScaleY = 1.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "缩小图像";
}else{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 0.5;
MyScaleTransform.ScaleY = 0.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "放大图像";
}
}
private void button3_Click(object send
- 2023-01-22 02:10:03下载
- 积分:1
-
phase-information
运用一种基于相位信息的2FSK与MSK的调制识别方法,来实现MSK与普通的2FSK的识别。通过计算机仿真表明,在SNRE10dB的条件下,该方法识别率达到了100 。
(Based 2FSK use and MSK modulation recognition phase information to achieve a common 2FSK MSK and identification. Through computer simulations show that, under SNRE10dB conditions, the recognition rate reached 100 .)
- 2013-12-27 11:15:57下载
- 积分:1
-
Huffman_code
实现Huffman算法,对数据进行最优编码压缩。(huffman code)
- 2016-01-22 09:27:03下载
- 积分:1