-
SurveyingAdjustment
测绘领域,该程序为一个边角网平差的程序,能够进行近似计算、间接平差计算,同时能够绘制出测量的网图,进行精度测评。(The field of surveying and mapping, the program for a corner net adjustment procedures can be approximately calculated, indirect adjustment calculation, at the same time able to draw a network diagram, measurement accuracy evaluation.)
- 2020-11-25 15:29:32下载
- 积分:1
-
缠论笔底 中枢
说明: 最好用的源码
DLL:=TDXDLL1(1,H,L,5);
HIB:=TDXDLL1(2,DLL,H,L);
LOB:=TDXDLL1(3,DLL,H,L);
SIG:=TDXDLL1(4,DLL,H,L);
BSP:=TDXDLL1(5,DLL,H,L);
SLP:=TDXDLL1(8,DLL,H,L);
IF(HIB,HIB,DRAWNULL), COLORYELLOW;
IF(LOB,LOB,DRAWNULL), COLORYELLOW;
STICKLINE(SIG,LOB,HIB,0,0), COLORYELLOW;
DRAWLINE(DLL=-1,L,DLL=+1,H,0), COLORYELLOW;
DRAWLINE(DLL=+1,H,DLL=-1,L,0), COLORYELLOW;
DRAWNUMBER(DLL=+1,H,SLP), COLORYELLOW, DRAWABOVE;
DRAWNUMBER(DLL=-1,L,SLP), COLORYELLOW;
BUY(BSP=3,LOW);
SELL(BSP=12,HIGH);
BUYSHORT(BSP=2,LOW);
SELLSHORT(BSP=13,HIGH);(cmake --build . --config Debug)
- 2020-03-30 15:35:58下载
- 积分:1
-
第4章_多重信号分类算法
说明: 阵列信号处理,多重信号分类,music求根music,二维music等(Array signal processing, multiple signal classification, music rooting music, two-dimensional music, etc)
- 2020-12-15 20:29:25下载
- 积分: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
-
MATLAB-algorithms-assemblies
matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析(matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation, numerical integration, Solving Equations, nonlinear equations, direct method for solving linear equations, solving linear equations of iterative method, random number generators, special functions computation, the initial value problems of ordinary differential equations, numerical solution of partial differential equations, statistics and analysis)
- 2016-10-11 08:52:37下载
- 积分:1
-
这里有多个用c++ builder6编写的小游戏程序,适合初学者!
这里有多个用c++ builder6编写的小游戏程序,适合初学者!-here are some small games source codes by c++ builder6.it is useful for new learner
- 2022-01-24 16:43:04下载
- 积分:1
-
ajax上传的实现JSP环境带进度条
ajax上传的实现JSP环境带进度条,本程序可实现大常常用的文件上传、图片上传功能,希望大家喜欢。
- 2023-06-10 15:35:03下载
- 积分:1
-
pip-19.1.1.tar
pip -19.1 zip can use
- 2020-06-23 16:20:02下载
- 积分:1
-
商品管理系统
说明: 小型的商品管理系统,提供商品和供应商的查询、添加、删除、编辑等功能,以及对商品管理系统业务的权限管理。本系统使用链表结构操作数据,提高了数据处理的效率。设计若干类和文件实现,用链表来存储商品的基本信息以及供应商,系统角色信息等。(The small commodity management system provides the query, addition, deletion, editing and other functions of commodities and suppliers, as well as the right management of the business of the commodity management system. The system uses linked list structure to operate data, which improves the efficiency of data processing. Some classes and files are designed to store the basic information of goods and the information of suppliers and system roles.)
- 2020-11-30 14:26:09下载
- 积分:1
-
字符形式的点阵程序
俩个字符形成点阵的程序-two characters form the lattice procedures
- 2022-11-25 09:00:03下载
- 积分:1