-
odb_MaxMises_lastframe
python语言提取odb文件中某个节点集合的应力值(get the mises stress for a node set)
- 2020-12-28 21:59:01下载
- 积分:1
-
frmBargain.Designer
说明: 遗传算法求解车辆路径问题,采用C#编写,计算结果以及计算结果的可视化显示(The genetic algorithm is used to solve the vehicle routing problem, which is compiled by C#, and the results are visualized.)
- 2020-06-25 07:20:01下载
- 积分:1
-
Seeking two coordinates of line segment intersection algorithm description
求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm description
- 2022-03-06 01:29:21下载
- 积分:1
-
VB实现的排雷程序 ,大体功能同windows自带的游戏相同,推荐初学VB的朋友...
VB实现的排雷程序 ,大体功能同windows自带的游戏相同,推荐初学VB的朋友-VB mine procedure, generally with the functions of Microsoft"s Windows game the same and recommend that when a friend VB
- 2022-03-24 23:05:17下载
- 积分:1
-
ttcash
jeux ttcash en html
- 2018-01-07 17:07:21下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
fapiaoprint
说明: 一个发票打印程序,含VB源代码,可以打印发票,可自行修改发票样式。(An invoice printing program, including VB source code, can print invoices, can modify the invoice style.)
- 2020-06-21 11:20:02下载
- 积分:1
-
developed under the map inquiry procedures
Embedded vc++下开发的地图查询程序-developed under the map inquiry procedures
- 2023-05-11 11:10:02下载
- 积分:1
-
Ansys经典资料――关于后处理及高级分析技术
Ansys经典资料――关于后处理及高级分析技术-Ansys classic information- on the post-processing and advanced analysis techniques
- 2022-03-07 13:45:41下载
- 积分:1
-
PCB高级设计系列讲座
非常好的PCB高级设计讲座,适合大多数工程师们参考学习.(Very good PCB advanced design lecture, suitable for most engineers to learn.)
- 2020-06-23 12:40:01下载
- 积分:1