-
有理拟合的两个例程,其中一个是纯粹数学算法,另一个为在频域有理拟合中的应用。...
有理拟合的两个例程,其中一个是纯粹数学算法,另一个为在频域有理拟合中的应用。-Rational fitting the two routines, one of which is purely mathematical algorithms, and the other for the right fit in the frequency domain applications.
- 2022-07-08 19:07:45下载
- 积分:1
-
详细分析了tcp/ip协议栈在linux下的实现
详细分析了tcp/ip协议栈在linux下的实现-detailed analysis of the tcp/ip protocol stack under Linux Implementation
- 2022-07-02 11:41:33下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
软件工程对IBM和# 39;的介绍,主要对质量保证
IBM关于软件工程的介绍,主要关于质量保证-software works on IBM"s briefing, mainly on quality assurance
- 2022-03-13 04:22:09下载
- 积分:1
-
40个网页设计小技巧,很实用的技巧,适合初学者,
40个网页设计小技巧,很实用的技巧,适合初学者,-40exsample
- 2022-05-28 11:19:38下载
- 积分:1
-
动态链接库的控制形式,包括所有原代码为PC工业粉尘等。
控件形式的DLL,包括全部的原代码,用于除尘行业的上位机监控-Control form of DLL, including all the original code for the PC industry Dust Monitoring
- 2022-03-22 07:57:43下载
- 积分:1
-
将多个文本图像嵌入到彩色图像水印算法
此代码的目的是隐藏在任何彩色图像中的多个文本图像。已插入的文本图像可以由于编码算法很容易恢复。嵌入的文本图像彩色图像渲染其检测用肉眼不可能有不可见的痕迹。这将确保传输机密数据通过广泛提供彩色图像作为数据载体的安全方式。
- 2022-07-07 09:04:45下载
- 积分:1
-
Xcontrol Example
LabVIEW示例程序中提供Xcontrol;
- 2022-12-03 12:20:03下载
- 积分:1
-
samsung 的s3c2450的datasheet,带2D加速功能!
samsung 的s3c2450的datasheet,带2D加速功能!-samsung
- 2023-05-31 18:40:03下载
- 积分:1
-
重构:改善既有代码的设计
Refactoring: Improving the Design of Existing Code
by Martin Fowler, Kent Beck (Contributor), John Brant (Contributor), William
Opdyke, don Roberts
这是一本相当好的书-Refactoring: Improving the Design of Existing Code
by Martin Fowler, Kent Beck (Contributor), John Brant (Contributor), William
Opdyke, don Roberts
- 2023-08-04 21:00:04下载
- 积分:1