-
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。...
一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
- 2022-01-22 01:10:49下载
- 积分:1
-
商城系统
应用背景图书馆操作系统 大作业设计。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术大作业设计:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- 2022-02-03 05:28:42下载
- 积分:1
-
读文件,指定行和列的单元格内容。只有一个样本…
VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
- 2022-07-08 22:10:19下载
- 积分:1
-
8个用Java编写的I/O程序
8个用Java编写的I/O程序-eight prepared by the Java I/O procedures
- 2022-04-24 02:04:05下载
- 积分:1
-
scheduling process management processor is the core content. The experiment call...
进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation and to experience and understand a few priorities and time-Cycle Scheduling Algorithm of concrete measures for implementation
- 2022-04-30 03:24:33下载
- 积分:1
-
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。...
用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。
-Using Binary tree to save the text in sepecific file and catalogue
- 2022-02-10 17:50:58下载
- 积分:1
-
检查你的文件。如果你不想
checking your files. If you do not want to
- 2022-05-29 23:56:24下载
- 积分:1
-
one used to read and write office excel document library
一个用来读取,和写office excel 文件的类库-one used to read and write office excel document library
- 2023-06-14 15:10:03下载
- 积分: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
-
Decrypt File in C#
这个程序提供了一个算法来解密你的数据
- 2023-06-28 09:55:03下载
- 积分:1