-
在Solidworks中做的机械臂模型 robot-arm
在Solidworks中做的机械臂模型,保存成stl格式,然后通过deep exploration转换成opengl cpp文件。最后通过MFC实现读取显示。(Solidworks to do in the arm model, save as stl format, and then through deep exploration into opengl cpp file. Finally, read through the MFC to display.)
- 2020-06-27 04:00:01下载
- 积分:1
-
StaticImage
使用静态文本控件显示图标和位图,VC++精选编程学习源码,很好的参考资料。(The use of static text control to display the icon and bitmap, VC++ select learning programming source code, a good reference.)
- 2013-12-02 21:27:21下载
- 积分:1
-
C# 上传图片时生成缩略图,可以自定义尺寸
C# 上传图片时生成缩略图,可以自定义尺寸
- 2013-10-18下载
- 积分:1
-
基于openssl1.1.1的sm2的算法例程
基于openssl1.1.1的sm2的算法例程,需安装openssl(The algorithm routine of SM2 based on OpenSSL 1.1.1 needs to install OpenSSL)
- 2019-06-03 18:12:43下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-22 05:10:03下载
- 积分:1
-
自适应PID
说明: 自适应PID,基于单神经的一种自适应PID控制算法(Adaptive PID, an adaptive PID control algorithm based on single nerve)
- 2019-03-04 09:29:06下载
- 积分:1
-
LCD
3.2寸宝马LPC1768开发板LED屏的基础代码(3.2-inch BMW LPC1768 development board LED screen based code
)
- 2014-11-18 15:12:17下载
- 积分:1
-
操作系统轮转法实验
C++轮转法,实现轮转,辨别哪个时间片最好,显示运行时间,运行进程,进程状态
- 2022-05-27 22:03:34下载
- 积分:1
-
BS83B12A-3_ULIB_V10
1.BS83B12A-3芯片内部外设程序库
2.V10支持时钟,定时器,EEPROM(1. BS83B12A- 3 chip internal peripherals library Block
2. V10 support clock, timer, EEPROM)
- 2016-09-09 15:18:49下载
- 积分:1
-
红外寻迹+红外避障+液晶小车 V1.1
基于51单片机的循迹避障小车。采用红外传感器实现循迹和避障 。功能比较简单(Tracking obstacle avoidance)
- 2019-02-27 16:43:17下载
- 积分:1