-
串口编程调试精灵
串口编程调试精灵 -Serial Programming Debugging Wizard
- 2022-05-30 14:14:39下载
- 积分:1
-
自己做的一个文件流读取文件,本人初学只能做到这样,以后还请多多指教。...
自己做的一个文件流读取文件,本人初学只能做到这样,以后还请多多指教。-Their own to do a file stream to read the file, I am beginner can do so later also invited exhibitions.
- 2023-02-06 07:40:03下载
- 积分:1
-
这个简单的C++源码的战舰游戏。
This the simple C++ source of Battle Ship game.
- 2022-01-26 07:42:57下载
- 积分:1
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1
-
匿名邮件发送,不让人知道你的邮件地址也能发送邮件。
匿名邮件发送,不让人知道你的邮件地址也能发送邮件。-anonymous e-mail sent, not to let anyone know your e-mail address can also send e-mail.
- 2023-05-11 02:05:04下载
- 积分:1
-
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序-6.0 in the C BURIDER developed fonts and colors of the original dialog procedures
- 2022-04-15 12:21:39下载
- 积分:1
-
显示甘特图的一个实例,很好的很好的很好的
显示甘特图的一个实例,很好的很好的很好的-show gannt
- 2023-03-29 23:40:03下载
- 积分:1
-
一个更完善的财务管理系统,操作简单,功能齐全
一个比较完整的财务管理系统,操作简单,功能比较完整-A more complete financial management system, easy operation, complete function
- 2022-02-05 20:40:53下载
- 积分:1
-
Map Projection transformation, Matuoka projection from 1949 to a high projection...
地图投影的变换,从摩托卡投影到高斯克律各投影等等的变换-Map Projection transformation, Matuoka projection from 1949 to a high projection and so on the legal transformation
- 2022-05-23 20:03:02下载
- 积分:1
-
创建类Hugeinteger(大整数),使用40个元素的数组保存每个长度最大为40位的整数,每个元素表示一位。提供方法:inputHugeintteger,ou...
创建类Hugeinteger(大整数),使用40个元素的数组保存每个长度最大为40位的整数,每个元素表示一位。提供方法:inputHugeintteger,outputHugeinteger,addHugeintegers,substractHugeinteger,isEqualTo,isNotEqualTo,isGreatThan,isLessThan和判断方法isZero。-create Hugeinteger category (large integers), the use of 40 elements in each array to preserve maximum length of 40 integers, each expressed an element. Provision : inputHugeintteger, outputHugeinteger, addHugeintegers, substractHugeinteger, isEqualTo, isNotEqualTo, isGreatThan, isLessThan isZero methods and judgment.
- 2022-04-23 12:27:11下载
- 积分:1