-
自动化代码
资源描述工厂产品测试自动化代码,包括机械手控制代码
- 2023-03-10 23:25:06下载
- 积分:1
-
一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧...
一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧-a Tetris game programming, java languages, we should keep in Honolulu, try it
- 2023-06-13 22:00:04下载
- 积分:1
-
基于fpga串口通信,有数码管显示发送和接受现实
基于fpga串口通信,有数码管显示发送和接受现实-du to fpga
- 2022-08-31 13:00:03下载
- 积分:1
-
一个用于仿真边界网关协议(BGP)的源码
一个用于仿真边界网关协议(BGP)的源码-a simulation for Border Gateway Protocol (BGP) FOSS
- 2022-05-13 02:40:39下载
- 积分:1
-
黑白棋vc++
一个黑白棋vc++游戏,很实用,界面一般般的,算法还可以,功能齐全
- 2023-07-31 00:30:02下载
- 积分:1
-
风险投资的发展
基于VC开发的动画字体的显示,效果漂亮,-development of the VC-based animation fonts, beautiful effect,
- 2022-02-02 04:24:17下载
- 积分:1
-
输入某年某月某日,判断是不是闰年?
输入三个整数x,y,z,请把这三个数由小到大输出。...
输入某年某月某日,判断是不是闰年?
输入三个整数x,y,z,请把这三个数由小到大输出。 -Importation of a certain period of a day, to judge is not a leap year? Enter three integers x, y, z, invited these three the number of small to large output.
- 2023-06-15 23:30:03下载
- 积分:1
-
GPS pygarmin
gps pygarmin-0[1].6.tgz
- 2022-03-22 07:00:35下载
- 积分:1
-
C++通过解剖,提出了一种编程过程深入的介绍…
C++ by Dissection presents a thorough introduction to the programming process by
carefully developing working programs to illuminate key features of the C++ programming
language. Program code is explained in an easy-to-follow, careful manner throughout.
The code has been tested on several platforms and is found on the bundled CDrom
accompanying this text. The code in C++ By Dissection can be used with most C++
systems, including those found in operating systems such as MacOS, MS-DOS, OS/2,
UNIX, and Windows.
- 2022-05-22 05:36:45下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1