-
This is the company which I do a document data recording function module part. C...
这是我公司里面做的一个文件数据记录模块功能的一部分。压缩包里面有设计文档,大家可以参考下。-This is the company which I do a document data recording function module part. Compressed with a design document, we can refer to the next.
- 2022-03-12 01:23:34下载
- 积分:1
-
节目告诉我们
应用背景本节目讲述去除重复阵列的双打只使用C程序,这对终端使用GCC编译器是最好的一个。关键技术此代码用于从数组中删除重复的代码
- 2022-01-26 08:21:30下载
- 积分:1
-
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理...
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理-achieve a file read and write small programs example, the simple procedure of the notebook, it is important for understanding the document operation principle
- 2023-08-22 12:20:03下载
- 积分:1
-
能够比较文件与文件夹,大小及内容等属性进行比较
能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
- 2022-02-18 14:00:51下载
- 积分: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
-
bootstrap-fileinput-master上传插件(中文版)
bootstrap-fileinput-master上传插件(中文版)
- 2022-07-21 08:20:00下载
- 积分:1
-
write the log file a class, of course, can also be used for recording time data...
写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technology is very useful examples.
- 2023-03-12 21:55:03下载
- 积分:1
-
Find files on drives FAST using wildcards within search criteria. Easy and fully...
Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
- 2022-03-13 01:13:00下载
- 积分:1
-
文件的读取操作,VC++代码读取TXT文件,自己调试过的,可用
文件的读取操作,VC++代码读取TXT文件,自己调试过的,可用-File read operation, VC++ Code to read TXT files, have their own debugging can be
- 2022-03-02 01:21:05下载
- 积分:1
-
如何在代码读取XML
我写一个项目,该函数是如何读取 xml 在 csharp 中。为新 csharp 代码开发人员,这个项目可能会给你很好的指导,带领你走在一条很好的道路,而不是带领你走进了不良的道路。
- 2023-03-28 13:55:03下载
- 积分:1