-
VTK-Users-Manual
VTK用户手册(VC++版),包含VTK系统架构概述,使用基础,VTK可视化技术,三维体数据,数据接口对象等内容(VTK User s Manual (VC++ edition), including VTK system architecture overview, use foundation, VTK visualization technology, three-dimensional volume data, data interface object, etc.)
- 2016-01-24 16:34:23下载
- 积分:1
-
source achada 762
说明: source achada v 762 wyd c++ brazil, source achada v 762 wyd c++ brazil(source achada v 762 wyd c++ brazil)
- 2020-06-19 01:00:02下载
- 积分:1
-
lisview 各种功能介绍
lisview 各种功能介绍,排序,删除、添加等。lisview 各种功能介绍,排序,删除、添加等。
- 2023-04-22 15:50:04下载
- 积分:1
-
chengxu
参数变化对最小相位系统的影响,动态矩阵算法(DMC)仿真实例。(Effects of parameter changes on the minimum-phase system。Dynamic matrix algorithm (DMC) simulation.)
- 2013-12-27 13:59:53下载
- 积分:1
-
海杂波的matlab仿真
海杂波的模型的matlab程序,主要包括海杂波的建模分析调试等,有K分布的,锐利分分布,高斯分布等的
- 2022-11-19 19:30:04下载
- 积分:1
-
OpenGLLight
一个用VC结合OpenGL写的超酷的光照,并有解释(A combination of OpenGL with VC wrote the cool light, and have explained)
- 2008-08-20 16:51:04下载
- 积分:1
-
Canny
说明: 用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
- 2010-03-28 14:43:47下载
- 积分:1
-
ConvDBF
批量将DBF文件中的数据导入到一个MDB文件中,涉及到数据库操作和VC DLG编程。(Batch data in the DBF file into an MDB file, related to the operation of the database and the VC DLG programming.)
- 2013-09-27 20:40:44下载
- 积分:1
-
C# 启动外部计算器计算数据
C# 启动外部计算器计算数据,private void button1_Click(object sender, EventArgs e)
{//启动计算器计算数据(从当前程序向其他程序发送键击数据)
ProcessStartInfo MyStartInfo = new ProcessStartInfo();
MyStartInfo.FileName = "Calc.exe";
Process MyProcess = new Process();
MyProcess.StartInfo = MyStartInfo;
MyProcess.Start();
System.Threading.Thread.Sleep(100);
IntPtr MyHandle = FindWindow("SciCalc", "计算器");
if (MyHandle == IntPtr.Zero)
{
MessageBox.Show("计算器程序没有运行","信息提示",MessageBoxButtons.OK);
return;
}
SetForegroundWindow(MyHandle);
SendKeys.SendWait("88");
SendKeys.SendWait("*");
SendKeys.SendWait("8");
SendKeys.SendWait("=");
}
- 2023-04-17 08:10:03下载
- 积分:1
-
KOSDemo
本opc server工具可用于各种opc的调试环境(This tool can be used for a variety opc server opc debugging environment)
- 2017-05-07 23:00:05下载
- 积分:1