- 
                        完全使用标准 C++ 编写的文件分割合并程序。采用面向过程的编程风格,也就是俗称的 C 风格。希望各路高手踊跃发言,指出其不足之处,提出整改意见、方案等。...
                        
                          完全使用标准 C++ 编写的文件分割合并程序。采用面向过程的编程风格,也就是俗称的 C 风格。希望各路高手踊跃发言,指出其不足之处,提出整改意见、方案等。
-Completely using standard C++ Partition the documents prepared by the merging process. Process-oriented programming style, which is commonly known as the C style. Hope that each expert will speak up and point out the inadequacies of the views put forward reform, programs such as.                         
                            - 2022-03-01 16:16:41下载
- 积分:1
 
- 
                        比较两个文本,对不同的行进行标记
                        
                          比较两个文本,对不同的行进行标记-compare the two texts, the different firms marker                         
                            - 2022-03-24 08:42:56下载
- 积分:1
 
- 
                        a document Express (227KB) lt; ENDgt;
                        
                          文件快车1(227KB)-a document Express (227KB) lt; ENDgt;                         
                            - 2022-02-24 19:46:25下载
- 积分:1
 
- 
                        Pendulum.cpp
                        
                          #include"stdafx.h"
#include < iostream >
#include < conio.h >
#include < locale.h >
#include < stdio.h >
#include < math.h >
使用命名空间 std ;
作废双时间 (双 L、 双 P 双 G)
void main)
{
setlocale (LC_ALL,"RUS") ;
双 L,T;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
//ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ
L = 100 ;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
//ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ
system("cls") ;
cout «"Dведите L =";
cin» L;
T=time(L,P,G) ;
cout «"Время колебаний при L ="«L «"равно:"«T;
_getch() ;
返回 0 ;
}
作废双时间 (双 L、 双 P 双 G)
{
双 M;
双 P = 3.14 ;/ / КОНСТАНТА
双 G = 9.8 ;/ / КОНСТАНТА
M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ
返回 M;
}                         
                            - 2022-03-13 01:33:14下载
- 积分:1
 
- 
                        日志函数。打印信息的默认级别为info,也可通过参数的传入决定打印级别。打印信息写入固定日志文件,或通过参数控制打印到标准输出。...
                        
                          日志函数。打印信息的默认级别为info,也可通过参数的传入决定打印级别。打印信息写入固定日志文件,或通过参数控制打印到标准输出。-The log function. The default level of print information for info, can also be passed through the decision to print-level parameters. The fixed print information to write the log file, or through the parameters to control printing to standard output.                         
                            - 2023-05-24 11:55:02下载
- 积分:1
 
- 
                        保存日志,以备后续问题的查找,方便技术人员的沟通
                        
                          保存日志,以备后续问题的查找,方便技术人员的沟通-To save the log to prepare for follow-up questions to find, to facilitate communication between technical staff                         
                            - 2022-05-27 15:26:49下载
- 积分:1
 
- 
                        希尔德雷思 Marr 边缘检测
                        
                          计算机视觉中,马尔 — — 希尔德雷思算法是一种边缘检测的数字图像,那就是,连续曲线方法有图像亮度强、 快速变化。马尔 — — 希尔德雷思边缘检测方法简便,操作的卷积与拉普拉斯算子的高斯函数,或作为快速逼近的高斯差分图像。然后,零交叉检测筛选的结果,获得的边缘。高斯拉普拉斯算子的图像操作符有时也被称为墨西哥帽小波由于其视觉的形状,当打开上行-下来。 David Marr 和艾伦 C.希尔德雷思是两个发明家。马尔 — — 希尔德雷思运算符,但是,患有两个主要限制。它生成响应,其中不对应的边缘,所谓的"伪边缘",和定位误差可能严重弯曲的边缘。今天,有很多更好的边缘检测方法,如基于局部定向极大值梯度幅值,在寻找的 Canny 边缘检测器或微分方法基于零交叉对应 (这两个操作之前,通过高斯平滑第步。) 的梯度方向的二阶导数的微分表达式搜索有关更多详细信息,请参阅对边缘检测的文章。                         
                            - 2022-11-18 10:50:03下载
- 积分:1
 
- 
                        exe把信息保存到自己
                        
                          exe把信息保存到自己-exe information to their preservation                         
                            - 2022-07-25 23:07:33下载
- 积分:1
 
- 
                        This example is a LabWindows environment, open the windows system, under the ini...
                        
                          本实例是在LabWindows环境下,打开windows系统下的ini文件,并读取出其中的信息。-This example is a LabWindows environment, open the windows system, under the ini files, and read out the information.                         
                            - 2022-08-05 13:24:26下载
- 积分:1
 
- 
                        巧用ASP生成PDF文件
                        
                          巧用ASP生成PDF文件-produce PDF files using asp                         
                            - 2022-06-14 02:41:10下载
- 积分:1