-
2 自由机器人手臂运动范围检查
这是 2 自由机器人手臂运动范围检查。公共类 TDraw {私人 PictureBox picbox = null ; 私人位图位图 = null ; 私人图形 = null ; 私人双 xmin,xmax,ymin,ymax ; 논리좌표최소최대 / / 논리좌표를좌표로public 浮球的 xpixelpos (双 xpo) {返回 Convert.ToSingle (picbox。ClientSize.Width/(xmax-xmin) * (xpos-xmin)) ;}公众持股量 ypixelpos (双 ypos) {返回 Convert.ToSingle(-picbox.ClientSize.Height / (ymax-ymin) * (ypos-ymin) + picbox。ClientSize.Height) ;}公众持股量 xpixelsize(double xsize) {返回 Convert.ToSingle (picbox。ClientSize.Width * xsize/(xmax-xmin)) ;}公众持股量 ypixelsize(double ysize) {返回 Convert.ToSingle (picbox。ClientSize.Height * ysize/(ymax-ymin)) ;}pixel좌표를논리좌표로public 双 xposD (浮法 xpixel) {返回 Convert.ToDouble ((xmax-xmin) / picbox。ClientSize.Width * xpixel + xmin);}公共双 yposD (浮法 ypixel) {返回 Convert.ToDouble ((ymax-ymin) / (-picbox。ClientSize.Height) * (ypixel-picbox。ClientSize.Height) + ymin) ;}公共双 xsizeD (浮法 xpixelsize) {返回 Convert.ToDouble (xpixelsize/picbox。ClientSize.Width * (xmax-xmin)) ;}公共双 ysizeD (浮法 ypixelsize) {返回 Convert.ToDouble (ypixelsize/picbox。Clie
- 2022-10-29 14:20:03下载
- 积分:1
-
"The Way of Qtopia programming" is a introduction to Qtopia
Qtopia 编程之道是一本面向基于 Linux 利用嵌入式软件研发语言 Qtopia 进行研发的软件研发人员的入门书。面向的读者主要为嵌入式软件研发领域的初、中级读者。-"The Way of Qtopia programming" is a introduction to Qtopia- an embedded software development environment.
- 2022-03-18 13:28:39下载
- 积分:1
-
PT6961 DEMO CODE
PT6961芯片DEMO源码,主要用于按键扫描测试和LED测试-PT6961 DEMO CODE
- 2022-04-18 11:43:15下载
- 积分:1
-
shadow detection paper from net,it is value
shadow detection paper from net,it is value
- 2022-02-09 14:44:21下载
- 积分:1
-
Realization of the stack with the C++ Thank you for all of us hope that
用C++实现栈 希望对大家有用 -Realization of the stack with the C++ Thank you for all of us hope that
- 2022-01-28 23:42:13下载
- 积分:1
-
帮助自己的人是一个小医院的程序,是不完美的,但是很有价值…
是自己帮一家医院做的小程序,还不完善,但很值得大家参考-help themselves is a small hospital procedures, is not perfect, but very valuable reference
- 2023-06-25 21:00:02下载
- 积分:1
-
嵌入式Linux开发入门v1.0.pdf
嵌入式Linux开发入门v1.0.pdf-Introduction to Embedded Linux Development v1.0.pdf
- 2023-03-23 14:30:03下载
- 积分:1
-
电子病历编辑器(表格)
在原来的编辑器的基础上进行改造,加了表格的功能。不是通过richText富文本框来实现。可以实现图文混编,并且对单元格实现拖拽,合并和拆分。.NET图形编程是以类型 System.Drawing.Graphics为中心的,其主要使用的类型都在名称空间 System.Drawing 下来实现的。
有问题可以联系QQ:1653122805
- 2022-02-01 13:12:47下载
- 积分:1
-
Delphi SQL
基于DELPHI+SQL的商品交易系统,功能齐全实用,仅作学习参考之用。-Delphi SQL-based commodity trading system, fully functional and practical, only for study reference.
- 2022-02-13 09:32:25下载
- 积分:1
-
Software development, documentation and templates, a very comprehensive, softwar...
软件开发的文档及其模板,非常全面,有软件开发计划书模版、概要设计说明书、计算机软件产品开发文件编制指南、技术测试规范、客户初步需求调查概述、软件测试指南、详细设计说明书、ERP模型构件说明、一些面向对象的设计法则-Software development, documentation and templates, a very comprehensive, software development plan template, a summary of the design manual, computer software documentation, product development guidance, technical test specification, the customer needs to investigate the preliminary overview of software testing guidelines, the detailed design statement, ERP model component description, a number of object-oriented design rules, etc.
- 2023-05-01 02:50:04下载
- 积分:1