-
opengl圆柱体绘制
利用三角面片逼近法生成圆柱体
利用opengl中的画图函数直接生成圆柱体(The cylinder is generated by triangle surface approximation)
- 2017-06-17 09:44:58下载
- 积分:1
-
内容
Readme.txt
BcbChess 中国象棋程序实例的源代码所在的文件夹
BcbExe 中国象棋程序实例的可执行程序所在的文件夹...
内容
Readme.txt
BcbChess 中国象棋程序实例的源代码所在的文件夹
BcbExe 中国象棋程序实例的可执行程序所在的文件夹
BcbTest 关于时间测试的项目所在的文件夹
-content Readme.txt BcbChess Chinese chess program is the source code where the text Annex folder BcbExe Chinese chess procedures examples of where the executable folder BcbTest test of time Examination of the project folder
- 2023-08-23 02:20:04下载
- 积分:1
-
Oracle绿色客户端
Oracle 绿色客户端,全部源码开发。(Oracle green client, all source code development.)
- 2017-07-05 08:44:58下载
- 积分:1
-
4、学员管理系统_面向对象
说明: 利用Python和面向对象知识实现学员管理系统(Application of Student Management System with Python)
- 2020-06-21 01:40:01下载
- 积分:1
-
4用户指南Lonworks NodeBuilder Gizmo
LonWorks NodeBuilder Gizmo 4 Users Guide
- 2022-03-11 21:01:43下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
小蜜蜂玩游戏机很老游戏
小蜜蜂打飞机的游戏
很老的游戏了-Bee playing games aircraft very old game
- 2022-03-22 13:21:31下载
- 积分:1
-
CSS 视频教程 对初学者很有帮助
视频教程讲的很详细
CSS 视频教程 对初学者很有帮助
视频教程讲的很详细-CSS Video Tutorial Video tutorial for beginners helpful talking about in great detail
- 2022-07-04 13:35:01下载
- 积分:1
-
seekCurrent
说明: 采集被测模块工作时,一段时间内的current ,然后进行平均值计算(Collect the current of the tested module in a period of time, and then calculate the average value)
- 2020-04-04 14:16:12下载
- 积分:1
-
matlabsimlink
基于PI整定的PMSM直接转矩控制,是我的毕业设计,希望对需要的人有用。基于matlab阿007版本(Tuning PI-based direct torque control of PMSM is my graduation project, in the hope that those who need it useful. 007 based on the matlab version of the Arab-Israeli)
- 2009-04-24 13:20:00下载
- 积分:1