-
Jtagserver source code
Jtagserver source code
- 2022-01-30 17:02:46下载
- 积分:1
-
心电信号(ECG)采集/演示VC++源代码工程(VC6.0)
这个VC6.0软件工程源代码是有关心电信号采集、滤波器滤波、波形演示、心率识别等功能费。该工程可以设置滤波器参数、波形采样时间等参数。该工程编译通过,可运行。对研究可穿戴设备、心率识别、ECG波形分析等领域有着非常实用的参考价值。
- 2023-02-17 20:40:11下载
- 积分:1
-
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。...
将位图文件转成AVI视频文件(暂没有加音频)帧频可以自由设定。-Bitmap file will be converted into AVI video files (not temporary increase audio) frame rate can be set free.
- 2022-01-22 14:55:33下载
- 积分:1
-
document control, the designated directory or document to change (such as to cha...
文件监控,指定目录或者文件发生变动(如改名字,删除),会报告-document control, the designated directory or document to change (such as to change the name, delete), the report
- 2022-09-27 17:35:03下载
- 积分:1
-
简易的管理信息系统,采用连接模式访问数据源
简易的管理信息系统,采用连接模式访问数据源-managentInformationSystem
- 2023-03-24 12:25:03下载
- 积分:1
-
用VC++语言得到输入汉字拼音码的演示小程序。
用VC++语言得到输入汉字拼音码的演示小程序。
-VC language to be used to input Chinese characters spelling yards small demonstration procedures.
- 2022-02-20 17:06:57下载
- 积分:1
-
该代码是SPCE061A控制一个四位数码管显示秒和分钟,数码管的用74HC595进行驱动,74LS138进行片选的...
该代码是SPCE061A控制一个四位数码管显示秒和分钟,数码管的用74HC595进行驱动,74LS138进行片选的-The code is a four SPCE061A control digital tube display seconds and minutes, digital tube 74HC595 to drive by, 74LS138 chip election
- 2022-09-27 16:20:02下载
- 积分:1
-
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!
可以上网了!! 这个程序可以按照你设置的多少分钟进行测试可不可以上网!-can be connected! ! In accordance with the procedures set you how many minutes of the tests conducted online Can!
- 2023-04-05 21:45:03下载
- 积分:1
-
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出...
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出-END CHAN huffman encoding text file on the specified content encoding huffman implementation output
- 2023-06-09 00:10:13下载
- 积分: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