-
操作系统课程设计,模拟操作系统中文件管理系统,有详细的文档和代码...
操作系统课程设计,模拟操作系统中文件管理系统,有详细的文档和代码-courses on operating system design, simulation operating system document management system, a detailed documentation and code
- 2023-06-26 22:25:03下载
- 积分:1
-
可以将VB中的内部结构分析出来,是一个不错的程序哦
可以将VB中的内部结构分析出来,是一个不错的程序哦-can VB analysis of the internal structure, and is a good procedure oh
- 2022-05-29 12:46:00下载
- 积分:1
-
在DOS系统下的多任务列队处理C语言源程序。
在DOS系统下的多任务列队处理C语言源程序。-DOS system in the multi-task processing parade C language source code.
- 2022-12-04 04:35:03下载
- 积分:1
-
c操作DBF
c操作DBF-c operation DBF
- 2022-02-28 20:59:17下载
- 积分:1
-
simple examination system, reading the text to achieve, can be realized immediat...
简单的考试系统,读取文本来实现,可实现即时评分。-simple examination system, reading the text to achieve, can be realized immediately score.
- 2023-06-22 13:55:03下载
- 积分:1
-
C++编写的简单的XML文件的解析和生成,可以完整的将XML文件解析成树结构,或者根据内容生成XML文件...
C++编写的简单的XML文件的解析和生成,可以完整的将XML文件解析成树结构,或者根据内容生成XML文件-C++ Prepared a simple XML file parsing and generation, can be a complete XML document into a tree structure analysis, or generated in accordance with the contents of XML documents
- 2023-05-22 22:40:03下载
- 积分:1
-
多文档程序,使用VC6完成carichive类序列的。
多文档程序,vc6下完成,利用CArichive类实现文件序列化,实现两个绘图窗口的简单响应.-more documentation procedures, vc6 completed using CArichive category sequence files, graphics window to achieve two simple response.
- 2022-01-25 18:55:29下载
- 积分:1
-
是一个智能文件分割机,可以同时分割或合并几个文件
是一个智能文件分割机,可以同时分割或合并几个文件-is an intelligent document segmentation machine, and also split or merge several documents
- 2022-02-25 19:47:07下载
- 积分: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
-
文件打开、上传、以及导入数据库,值得参考的demo
文件打开、上传、以及导入数据库,值得参考的demo-document is opened, upload and import database worthy reference demo
- 2023-02-08 01:10:04下载
- 积分:1