-
文本文件读写文 本文件读写文本文件读写
文本文件读写文 本文件读写文本文件读写-text read and write
- 2022-07-01 06:58:21下载
- 积分:1
-
一个通过网络传输文件的程序,供网络编程学习。
一个通过网络传输文件的程序,供网络编程学习。-A network to transfer files through the procedures for learning network programming.
- 2023-07-06 21:35:02下载
- 积分:1
-
该代码可以通过编程生成图文并茂的Word文档
该代码可以通过编程生成图文并茂的Word文档-The code can be generated through the program illustrated the Word document
- 2022-07-07 14:15:50下载
- 积分:1
-
整理工作用的VBA 节能减排报表
整理工作用的VBA 节能减排报表 整理工作用的VBA《交通运输行业节能减排 季度节能减排报表二》 功能是:首先填好 上年度完成值、营运车辆运输周转量,然后运行宏,并假设表三Sheet3.Range("H9")= -0.97 则倒推出Sheet2.Range("E15") 的值。首先要将2005年数值、【去年数值】、【营运车辆运输周转量】、【本年上季度数值】 在表中填好!
- 2022-03-21 09:25:36下载
- 积分:1
-
linux下C++编程入门及MAKE文件
linux下C++编程入门代码,helloworld 文件 信号量 文件属性 账号属性
linux cpluscplus program for new learner porpose
- 2023-01-07 19:30:03下载
- 积分:1
-
现在,我将文件分割为操作简单,如下:1、O。
下面我将这个文件分割器的运行流程简单列出如下:
1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。
2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。
3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。
4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。
5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。
-Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merg
- 2022-07-26 15:44:28下载
- 积分:1
-
大智慧日线数据接口
分析大智慧本地数据结构
读取大智慧本地日线数据文件,Day.data
读取大智慧股票除权信息
- 2022-10-10 18:00:03下载
- 积分:1
-
Document management software, easy to use, convenient and simple operation, welc...
文件管理软件,好用,方便,操作简单,欢迎使用-Document management software, easy to use, convenient and simple operation, welcomed the use of
- 2022-08-25 15:47:33下载
- 积分:1
-
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类....
文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类.-document literacy example, when a document to the operation of friends can see. Procedures used CFILEs category.
- 2022-04-13 16:12:01下载
- 积分: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