-
程序员笔记本(记录各种源代码、操作说明等)
程序员笔记本(记录各种源代码、操作说明等,方便快速查找,可保存图片信息,也可以用于日记本记录,
信息登记查打,支持文件加密)
- 2022-06-19 08:47:08下载
- 积分:1
-
软件工程的经典,没有太多的说明,中文版…
软件工程的经典之作,不用太多介绍了吧,中文非扫描版-Software engineering classic, not too many described it, the Chinese version of the non-scanning
- 2023-09-08 16:10:05下载
- 积分:1
-
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
-
操作系统辅导资料,很强的辅导教材,能在很短时间内达到了解系统的程度...
操作系统辅导资料,很强的辅导教材,能在很短时间内达到了解系统的程度-Operating system, counseling information, a strong resource materials can be achieved in a very short period of time to understand the extent of the system
- 2022-03-13 07:01:27下载
- 积分:1
-
介绍GNU make 3.0的使用方法.通俗易懂
介绍GNU make 3.0的使用方法.通俗易懂-introduced the use of GNU make 3.0 methods.
- 2022-08-16 20:13:25下载
- 积分:1
-
中国气象编程标准,规范了气象编程中应该注意的问题和编程应采取的正确方法...
中国气象编程标准,规范了气象编程中应该注意的问题和编程应采取的正确方法-China Meteorological programming standards and specifications should be noted that the meteorological programming problems and programming the right way to be taken
- 2022-03-10 13:11:00下载
- 积分:1
-
基于计量芯片ATT7022B的多功能三相
电能表的软件校表,非常有用。...
基于计量芯片ATT7022B的多功能三相
电能表的软件校表,非常有用。-ATT7022B chip based on the measurement of three-phase energy meter multi-function software school form, very useful.
- 2022-01-25 17:42:35下载
- 积分:1
-
关于无线协议802.11在ns2中实现的教程,非常好,老外写的,非常细致...
关于无线协议802.11在ns2中实现的教程,非常好,老外写的,非常细致-On the 802.11 wireless protocol in ns2 to achieve the tutorial, very good, written by a foreigner, very meticulous
- 2022-08-15 17:11:27下载
- 积分:1
-
这个程序是用来equlizatio和直方图直方图拉伸。
this program is used to histogram equlizatio and histogram stretching.
- 2023-08-03 20:15:02下载
- 积分:1
-
用c嵌入到html文件中,称之为csp,类似于asp;主要应用在嵌入式领域...
用c嵌入到html文件中,称之为csp,类似于asp;主要应用在嵌入式领域-With c embedded in the html file, called csp, similar to the asp mainly used in embedded field
- 2022-02-21 01:18:30下载
- 积分:1