-
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载...
ansi c 的语法规范,可以用来开发ANSI C的编译器,感兴趣的可以下载-ansi c standardize the syntax can be used for the development of the ANSI C compiler, interest can be downloaded
- 2022-11-19 15:45:03下载
- 积分:1
-
four hours, and 24 for the algorithm
四个数之和为24的算法-four hours, and 24 for the algorithm
- 2022-11-12 06:15:02下载
- 积分:1
-
This is the Huffman coding Huffman coding c++ code
霍夫曼编码 此为霍夫曼编码的c++代码,两个文件-This is the Huffman coding Huffman coding c++ code
- 2022-08-06 07:40:25下载
- 积分: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
-
可选倒计时和定时关机两种方式
MFC开发,没有采用提升应用程序权限,最后关机调用的是系统命令,所以最后生成的exe文件请不要和系统命令shutdown重名...
可选倒计时和定时关机两种方式
MFC开发,没有采用提升应用程序权限,最后关机调用的是系统命令,所以最后生成的exe文件请不要和系统命令shutdown重名-Optional countdown and time off in two ways MFC development, the application did not enhance the authority, the final system shutdown command is called, so I finally generated exe file, please do not duplicate names and the system shutdown command
- 2023-06-01 13:00:03下载
- 积分:1
-
cgi与swf文件的相互参数传递,对“古老”的网站功能扩展有帮助...
cgi与swf文件的相互参数传递,对“古老”的网站功能扩展有帮助-cgi and flash swf file paramenters
- 2022-02-09 10:31:38下载
- 积分:1
-
Delphi关闭瑞星监控的源码!送给各位,有用的就拿去
Delphi关闭瑞星监控的源码!送给各位,有用的就拿去-Delphi closed source monitoring Ruixing! Give you useful to take
- 2023-08-30 13:40:04下载
- 积分:1
-
一个简单的输入表察看程序,适合新手学习入门用。
一个简单的输入表察看程序,适合新手学习入门用。-A simple input form viewer program, suitable for novice learning portal to use.
- 2023-02-09 14:15:04下载
- 积分:1
-
WPF Border Less
若要获取跨窗口,您需要在您的窗口上设置下列属性。
WindowStyle ="None"
ShowInTaskbar ="假"
AllowsTransparency ="True"
背景 ="透明"
WindowStyle 属性通常允许您设置单个边框、 三维边
- 2022-03-03 04:37:18下载
- 积分:1
-
ModbusTCP监控程序
资源描述
这里先传个代码的文件先看看吧。TCP的协议样例如下:
请求和响应带有六个字节的前缀,如下:
byte 0: 事务处理标识符 –由服务器复制 –通常为 0
byte 1: 事务处理标识符 –由服务器复制 –通常为 0
byte 2: 协议标识符= 0
byte 3: 协议标识符= 0
byte 4: 长度字段 (上半部分字节) = 0 (所有的消息长度小于256)
byte 5: 长度字段
(下半部分字节) = 后面字节的数量
byte 6: 单元标识符 (原“从站地址”)
byte 7: MODBUS 功能代码
byte 8 on: 所需的数据
因而处理示例“以4的偏移从UI 9读1寄存器”返回5的值将是
- 2022-06-17 16:12:25下载
- 积分:1