-
Some-simple-optimization
一些简单最优化方法的matlab实现,及一些方法(Some simple optimization method matlab implementation)
- 2011-05-08 18:51:47下载
- 积分:1
-
Least-square-deconvolution
最小平方反褶积的相关程序,可用于相关地震资料的处理和分析(Least squares deconvolution procedures, can be used for correlation of seismic data processing and analysis)
- 2013-08-12 21:57:15下载
- 积分:1
-
B.North-Joomla
menya zavut ololo! vne nujen pish-pish!
- 2010-08-11 00:16:41下载
- 积分:1
-
FFTW.tar
世界上开源的速度最快的FFT变换程序FFTW的说明文档,搜集了好久才找到,都是中文的,有助于对FFTW的使用。(Open source in the world s fastest FFTW FFT transform program documentation, gathered for a long time to find, are all in Chinese, help to the use of FFTW.)
- 2015-02-01 11:03:43下载
- 积分:1
-
MifareOne-example
MifareOne读写例子,通过串口控制MifareOne射频卡的读写数据的VC++例程。调试通过。(MifareOne literacy example, through the serial control VC++ routine MifareOne RF card reader data. Debugging through.)
- 2014-08-05 21:59:56下载
- 积分:1
-
C# 设置制表位控制文本项的输出位置
C# 设置制表位控制文本项的输出位置,将文字输出成表格的样式:
设置制表位控制文本项的输出位置
string MyText = " 姓名 高等数学 离散数学 数据结构
";
MyText = MyText + "李开斌 95 81 92
";
MyText = MyText + "汤小敏 78 84 75
";
MyText = MyText + "汤柱兰 84 76 82
";
MyText = MyText + "蒋兰坤 85 92 66
";
MyText = MyText + "黄 丽 83 91 75
";
MyText = MyText + "张中姣 75 88 82
";
FontFamily MyFontFamily = new FontFamily("宋体");
Font MyFont = new Font(MyFontFamily, 10, FontStyle.Regular, GraphicsUnit.Point);
Rectangle MyRect = new Rectangle(25, 70, 280, 110);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(255, 0, 128, 255));
StringFormat MyFormat = new StringFormat();
float[] MyTabArray = { 60, 80, 80 };
MyFormat.SetTabStops(0, MyTabArray);
e.Graphics.DrawString(MyText, MyFont, MyBrush, MyRect, MyFormat);
- 2022-02-28 17:10:41下载
- 积分:1
-
LoRaWAN的实现代码
在ns3中实现了LoRaWAN模块,对学习研究非常有帮助。
- 2023-07-18 08:45:09下载
- 积分:1
-
uged
换热器模型的MATLAB实现,可用于工程计算,还可以用于教学演示(Heat exchanger model of MATLAB and can be used for engineering calculation, and can also be used for teaching demonstration)
- 2017-08-13 06:23:33下载
- 积分:1
-
Great to read the wisdom of the data interface (original author cloud water and...
大智慧数据读取接口可以采用该数据接口进行二次开发。
(原作者戏水云空)-Great to read the wisdom of the data interface (original author cloud water and air)
- 2022-03-23 08:40:22下载
- 积分:1
-
wfrp
this file contains the header file and the c++ file for wireless sensor network
- 2011-04-10 15:53:44下载
- 积分:1