-
迅雷,工具大家都很清楚的,
迅雷,工具大家都很清楚的,-Thunderbolt, tools, we are all very clear, after another Ding Ding Ding Ding Ding Ding
- 2022-03-05 21:25:45下载
- 积分:1
-
qkdmath
book about quantum security and quantum technique , like bb84 and sarg04 and other protocols
- 2013-02-08 02:16:10下载
- 积分:1
-
MITKTest
说明: 在mitk平台下实现三维重建功能,对图片进行分割、处理、面绘制或体绘制(Realization of three-dimensional reconstruction function on MITK platform)
- 2019-03-11 20:56:28下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
一个大师仿PowerBuilder开发优化界面程序…
powerbuilder开发的一个仿优化大师的界面的一个程序源代码。不知道有人喜欢吗?-PowerBuilder development of a master of imitation optimize the interface a program"s source code. Do not know that people like?
- 2022-07-18 19:52:57下载
- 积分:1
-
47551392signalProcess_labview
labview数据采集和处理,包括FTT和频谱分析,DAQ的处理。(LABVIEW DAQ)
- 2011-11-08 22:03:13下载
- 积分:1
-
如何准确测量ER
说明: 以太网和SONET/SDH中10GB/s光信号的精确消光比测量(Precise Extinction Ratio measurement for optical 10 Gb/s signaling in Ethernet and SONET/SDH)
- 2020-06-16 08:40:01下载
- 积分:1
-
9三层优化
说明: jsP三层优化模型,十分适合新手学习,建议下载,内容详细(JsP three-tier optimization model, very suitable for novice learning, recommended download, detailed content)
- 2020-06-24 08:20:02下载
- 积分:1
-
GussianProcess
高斯过程在空间统计学中的研究已有很长时间,但其在最近十年才开始应用到非线性建模中。本例为高斯过程用于回归分析的MatLab实现。(Gaussian process in the space of statistical research for a very long time. but in the last decade only applied to nonlinear modeling. The cases of Gaussian process for the regression analysis of MatLab.)
- 2020-12-15 11:29:13下载
- 积分:1
-
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似...
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似-VC a small calculators, can be realized 2,8,16. 10-band functions. interface with the system to bring their own calculators somewhat similar
- 2022-03-17 09:23:55下载
- 积分:1