-
document qui contient du cours en c
document qui contient du cours en c-document qui contient du cours en c++
- 2022-06-01 14:47:57下载
- 积分:1
-
用VC实现的WINDOWS下屏幕抓图代码
用VC实现的WINDOWS下屏幕抓图代码-with VC under the Windows screen Previously code
- 2022-02-24 19:16:25下载
- 积分:1
-
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序...
是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
- 2022-04-28 05:06:37下载
- 积分:1
-
用c++实现的一个礼花的模拟程序,很短的代码。dos界面下的。...
用c++实现的一个礼花的模拟程序,很短的代码。dos界面下的。-achieved with a fireworks simulation procedures, in a very short code. Under the dos interface.
- 2022-04-09 17:03:22下载
- 积分:1
-
丰满树操作:
用顺序存储结构实现;
结点形式:下标,元素值;
功能:查找结点,结点的中序前驱,中序后继,中序遍历,插入结点,删除结点...
丰满树操作:
用顺序存储结构实现;
结点形式:下标,元素值;
功能:查找结点,结点的中序前驱,中序后继,中序遍历,插入结点,删除结点
-Fullness of the tree operations: storage structure in order to achieve junction forms: The next standard, element values function: to find nodes, nodes in the precursor sequence, in order follow-up, inorder traversal, insert node, delete node
- 2023-03-11 16:45:04下载
- 积分:1
-
命名管道服务器源码
命名管道服务器源码-named pipe server source
- 2022-02-16 07:16:10下载
- 积分:1
-
好好的用摄像头抓图的工具哦
好好的用摄像头抓图的工具哦-camera with a good screen in the tool Oh!
- 2022-07-19 23:38:47下载
- 积分:1
-
通过一个网络规划的实例,来演示基因算法的VC++实现。
通过一个网络规划的实例,来演示基因算法的VC++实现。-Through a network planning example to demonstrate the genetic algorithm VC++ Achieve.
- 2022-06-29 00:31:44下载
- 积分:1
-
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的...
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的-Make setup program by VC++, it bind all the resources in the exe file,and extract the resources to the disk when the app running. It is usful for small program.
- 2022-08-21 16:52:12下载
- 积分: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