-
VB6.0图片浏览器
VB图片浏览器(练习FileListbox、Image控件的使用),可打开文件列表框中显示扩展名为.BMP、.JPG、.ICO、.CUR的文件,不但能浏览你电脑上的图片,也能帮助初学者了解DriveListbox,DirListbox,FileListbox,Image等控件的使用。
- 2022-08-17 18:59:28下载
- 积分:1
-
VC公历、农历日期转换程序
VC++公历、农历、阴历日期转换程序,实现公历转农历、农历转公历,同时还支持生成农历天干、地支、属相等日期信息,公历(阳历)和农历(阴历)相互转换,公历转农历代码是从网上当的,我做了农历转公历的代码并写了示例程序。其实网上也有很多有关公历转农历的控件,但作为一个程序员就是不太习惯于使用别人的控件,因为那样将不便调试和差错。作者:谢红伟 · chrys
- 2022-03-05 03:09:38下载
- 积分:1
-
几种VB程序和案例
几种VB程序和案例-VB program and several cases
- 2023-03-24 07:50:04下载
- 积分:1
-
宙斯是一个家庭的欧拉(基于网格)的磁
ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
-ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes
(MHD) for use in astrophysics, described in a series of papers by Stone
and Norman (1, 2, 3).
It may be used in Cartesian (XYZ),
cylindrical (ZRP), and spherical (RTP) coordinates.
- 2022-02-05 13:26:12下载
- 积分:1
-
Optimization
最优化方法,作业,包括BFGS,SUMT惩罚函数法等-Optimization
- 2022-01-25 15:24:27下载
- 积分:1
-
清华大学出版社版的多媒体技术及应用的PPT,制作的还不错。...
清华大学出版社版的多媒体技术及应用的PPT,制作的还不错。-Tsinghua University Press edition of Multimedia Technology and Application of PPT, produced good.
- 2022-01-28 22:46:47下载
- 积分:1
-
该程序用于编写函数:1。的负载和计算…
此程序用fortran编写
功能:
1、是计算在载荷作用下的平面桁架位移以及杆件的轴力。轴力符号规定,受拉为正,受压为负。另外还哼计算支座反力。
2、对桁架的节点编号,采取先编可动节点,接着再编固定节点。
3、计算多工况问题
此程序出自《杆系结构程序设计》,有改动,原程序有错误-the procedure used to prepare fortran functions : 1. calculation of the load under the plane truss rod displacement and the axial force. Symbol axial force, the tension is positive, negative pressure. It also supports anti-hum calculating power. 2, the number of nodes truss, the first series to take movable joints, and then re-allocation fixed nodes. 3, the calculation of multi-state issues this procedure from the "bar structural design process," with changes, the original procedure is wrong
- 2022-02-12 06:40:47下载
- 积分:1
-
多项式求和的计算,多项式求和的计算 多项式求和的计算
多项式求和的计算,多项式求和的计算 多项式求和的计算-The Plus of Poly
- 2022-03-16 14:23:50下载
- 积分:1
-
控制卡应用软件
运动控制卡应用事例程序,对编程人员很方便。-control card application software
- 2022-04-07 03:17:10下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1