-
基于讲课的软件(2),华北电力大学教授…
软件基础的讲演报告(2),华北电力大学的李中教授的,讲的很不错-software based on the lectures (2), North China Electric Power University Professor Lee, said very good!
- 2022-04-19 20:23:36下载
- 积分:1
-
简单画图板VB代码简单画 图板VB代码图板简单画图板VB代码VB代码...
简单画图板VB代码简单画 图板VB代码图板简单画图板VB代码VB代码-simple drawing board VB code simple painting simple drawing board VB code panel simple drawing board VB code VB code
- 2022-01-24 17:04:18下载
- 积分:1
-
asp.net编程的相关教程,属于基础教程,适合初学者
asp.net编程的相关教程,属于基础教程,适合初学者-materials on asp.net programming, for beginners
- 2022-05-05 12:49:08下载
- 积分:1
-
KeilC the design of the book for description, to help beginners learn keil envir...
此书为keilC的设计说明书,能够帮助初学者学习在keil环境中熟练的使用C语言编程。-KeilC the design of the book for description, to help beginners learn keil environment skilled in the use of C language programming.
- 2022-03-16 01:14:23下载
- 积分:1
-
image maker can be used to create and write the images of files
image maker can be used to create and write the images of files
- 2022-12-20 16:10:04下载
- 积分:1
-
设计模式经典书籍,附C++源码,值得一看
设计模式经典书籍,附C++源码,值得一看-Design Pattern classic books, laws C++ Source, see
- 2022-01-23 10:20:29下载
- 积分:1
-
用MFC库写的最基本的C/S模型,基于TCP传输数据(可用来修改)...
用MFC库写的最基本的C/S模型,基于TCP传输数据(可用来修改)-C/S model based on MFC
- 2022-05-20 18:54:07下载
- 积分:1
-
technical specifications summarization design mode includes Quick Reference manu...
技术规范集萃
包含 设计模式速查手册
包含 语法编码规范
-technical specifications summarization design mode includes Quick Reference manual contains standardized coding syntax, etc.
- 2023-04-12 10:30:03下载
- 积分:1
-
hospital management examples of client
医院管理方面的例子,采用客户机服务器架构,主要是儿童的各种眼病调查,记录,治疗分析.-hospital management examples of client-server structure, mainly children, the eye investigation, records, treatment.
- 2022-03-25 20:22:52下载
- 积分: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