-
迷宫问题
本人自己写的迷宫问题,C 语言描述,刚学数据结构的时候写的- maze problem
- 2022-01-26 03:13:44下载
- 积分:1
-
串口调试工具
在c#serialPort类的基础上进行了基本封装,通过委托函数传递参数到界面,实现在辅助线程接收数据的同时实时在界面进行系那是
- 2022-04-09 13:30:51下载
- 积分: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
-
一个简单的客房管理系统,包含设计报告和说明
一个简单的客房管理系统,包含设计报告和说明-A simple room management system, including the design report and notes
- 2022-06-12 13:26:52下载
- 积分:1
-
creat table dbo.wzq ([AbsIndex] [int] NUL L [ItemIndex] [int] NULL, [ItemLevel]...
creat table dbo.wzq(
[AbsIndex] [int] NULL ,
[ItemIndex] [int] NULL ,
[ItemLevel] [int] NULL
)no[primary]-creat table dbo.wzq ([AbsIndex] [int] NUL L [ItemIndex] [int] NULL, [ItemLevel] [int] NULL) no [primary]
- 2022-03-11 16:40:39下载
- 积分:1
-
数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考...
数据结构中图的邻接表实现 c++ 实现大部分功能 学习的好参考-c++ MAP
- 2022-03-14 12:32:37下载
- 积分:1
-
Visual C+ +高级编程技巧与实例
Visual C+ +高级编程技巧与实例-Visual C Advanced Programming Techniques and Case
- 2022-03-20 05:20:21下载
- 积分:1
-
真的不好意思,供大家使用,谢谢!
真的不好意思,供大家使用,谢谢!-really sorry for everyone to use, thank you!
- 2023-01-31 02:50:03下载
- 积分:1
-
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的...
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的时候显示的窗体一样。可惜我没有找到,只有自己亲自开发了。开发一个类,继承于CWnd,很方便。代码比较简单希望有兴趣的朋友下载看看。-some time ago, I developed a hardware-related procedures, the need to initialize a very long time, in order to prevent users mistakenly believe that the procedure has survived, must show a pretty interface to let users do not have this misconception. Like our system great copy of the document shows the same window. Unfortunately, I did not find that only personally developed. The development of a class, in succession CWnd, very convenient. Hope relatively simple code are interested to see friends download.
- 2023-08-21 13:45:04下载
- 积分:1
-
两通汇编程序
这是简单的两步汇编程序,在 c + + 中使用的类和文件。它包括两个输入的文件之前执行用户可以更改输入的文件的名称根据客户要求 (无论是包括两文件)。Optab 还包括在这个项目中,用户可以自由地更新根据自己投入 optab。请先通过程序更改输入或使用一定的输入的文件。谢谢!!
- 2022-03-17 20:09:13下载
- 积分:1