-
Online vegetable market
如果社会上的人想买蔬菜
- 2023-04-17 07:00:04下载
- 积分:1
-
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数...
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-gaosi fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
- 2022-03-16 06:54:05下载
- 积分:1
-
自己用VC写的猜数字的小程序,
有图形界面,
供初学者学习.
最重要的是:皮肤的使用及界面的设计...
自己用VC写的猜数字的小程序,
有图形界面,
供初学者学习.
最重要的是:皮肤的使用及界面的设计-VC with their own small???written procedures, has a graphical interface for beginners to learn. The most important thing is: the use of skin and interface design
- 2023-08-24 11:30:04下载
- 积分:1
-
cmdbind2及其原码.zip 提交时间:2004
cmdbind2及其原码.zip 提交时间:2004-02-15 提交用户:Marsbeta 工具分类:后门程序 运行平台:Windows 工具大小:75193 Bytes 文件MD5 :b521621cd0f6b477b1e61fbe1c3a8754 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序,又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文-cmdbind2 and its source. Zip timing : 2004-2006-02-15 submitted users : Marsbeta tools Categories : backdoor platforms : Windows tool Size : MD5 75,193 Bytes Document : b521621cd0f6b477b1e61fbe1c3a8754 general a backdoor to the need to change the system to allow certain documents procedures in the system to initiate the implementation of this procedure, but also to retain a place in the process (usually the hard drive). If there is any way to do procedures in the system, then run, then it can backdoor more concealed. The procedure is not hard on the launch of the system configuration items are not. True to do so it did not seem realistic, but it will be a simple approach : t
- 2022-03-01 00:25:32下载
- 积分:1
-
一个很实用的数码照片降噪的方法,matlab编的,相信对很多图像处理的人都有帮助...
一个很实用的数码照片降噪的方法,matlab编的,相信对很多图像处理的人都有帮助-A photo process method for noise reduction, written by matlab.
- 2022-03-04 03:25:09下载
- 积分:1
-
The windows of chat room
聊天室窗口 聊天室窗口-The windows of chat room
- 2022-02-24 19:49:55下载
- 积分:1
-
2440开发板pb4.2增加两个串口需更改的文件。
2440开发板pb4.2增加两个串口需更改的文件。-2440 Development Board pb4.2 two additional serial changes to the document required.
- 2022-09-13 22:15:03下载
- 积分:1
-
canny算子 图像边缘检测
canny算子 图像边缘检测-canny edge detection operator
- 2022-04-18 17:21:06下载
- 积分:1
-
python详细操作mysql
利用mysql的workbench建立数据库,一方面是详细了解适用workbench的功能,另一方面是适用最广泛的mysql来进行到数据库的增删改查工作。并且,充分利用了了python短小强悍的功能,另外在此基础上还可以进行异常值的清理等功能。
- 2022-12-12 19:30:03下载
- 积分: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