-
对文件进行分类,可以进行拖放,支持文件夹选择,开发工具是VS2008,拖放对于快捷方式无发得到目标路径,界面较粗糙,对于双击打开支持不够完全...
对文件进行分类,可以进行拖放,支持文件夹选择,开发工具是VS2008,拖放对于快捷方式无发得到目标路径,界面较粗糙,对于双击打开支持不够完全-Classification of documents, you can drag and drop, support for folder selection, development tools, is VS2008, drag and drop the shortcut target path of non-fat interface than the rough, not enough support for double-click to open fully
- 2022-01-26 03:47:37下载
- 积分:1
-
very small 16 Editor
非常小的16位编辑器-very small 16 Editor
- 2022-01-28 08:55:03下载
- 积分:1
-
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。...
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。-With c realize the operation of the list. Can add, delete queue element. And add elements to determine whether or not to digital. Program has very detailed notes.
- 2022-08-07 20:55:39下载
- 积分:1
-
Set of dlls that I use for visual basic or basic xdev
在vb ide xdev basic中用于开发的dll和ocx集
- 2022-01-26 07:57:44下载
- 积分:1
-
曾经牛HOOKAPI开发工具包,使钩的制备成为…
有史以来最牛的hookapi开发包,让编写钩子变得很简单,你只需要编写自己的处理函数即可,其他的都是通用的。赶紧分享-Ever cattle hookapi development kit to enable the preparation of the hook becomes very simple, you just need to write your own handler you do, other are common. Hurry Share
- 2022-02-14 12:02:08下载
- 积分:1
-
Inventory Conntrol Management System
- 2022-06-29 17:50:46下载
- 积分:1
-
VC access through OnGetCOMObject () function to achieve access to communications...
VC++获取通过OnGetCOMObject() 函数实现获取通讯端口对象。-VC access through OnGetCOMObject () function to achieve access to communications ports targets.
- 2023-05-26 12:55:02下载
- 积分:1
-
labwindows/CVI 音频信号采集函数
labwindows/CVI 音频信号采集函数 包含C文件 完整fp
- 2022-10-16 20:20:03下载
- 积分:1
-
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值...
一个限定使用次数的例子,对于开发试用版本的windows应用程序有很大的参考价值-use of a limited number of examples, for the development of beta version of windows applications have great reference value
- 2022-10-20 01:05:04下载
- 积分: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