-
VC操作Word的几个例子
压缩包中有六个小程序,分别对Word做出了不同的操作,如打开、关闭、新建、向Word输入内容、读取Word中的内容(文本)
- 2022-06-21 01:33:34下载
- 积分:1
-
Procedures to achieve PacketCapture
实现网络抓包程序,在vc++环境中运行,运行后在DOS环境中显示结果和 数据包分析-Procedures to achieve PacketCapture
- 2022-11-13 03:40:03下载
- 积分:1
-
编写的一个文件右移的源程序,供大家参考。
编写的一个文件右移的源程序,供大家参考。-A document prepared by the source shifted to right, for your reference.
- 2022-08-21 23:26:57下载
- 积分:1
-
自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。
自己写的一个直接操作win2000/xp下的磁盘的程序,可读写。-himself in a direct operation of the disk Win2000/xp the procedure can read and write.
- 2022-09-09 21:30:04下载
- 积分: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
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
Source code to operate (read/write) image files in .pcx format.
Reading every...
Source code to operate (read/write) image files in .pcx format.
Reading every layer of image in separate matrix.
Writing in simple pcx archive.
- 2023-05-11 08:00:02下载
- 积分:1
-
zip compression and decompression source, all source code can be downloaded for...
zip 压缩和解压源码,全部源代码的,可免费下载。-zip compression and decompression source, all source code can be downloaded for free.
- 2022-03-20 19:03:49下载
- 积分:1
-
网上最全的UltraEdit
网上最全的UltraEdit-32语言着色配置文件,将近600种语言的着色配置,可以让编程更简单。-Most comprehensive online UltraEdit-32 language coloring configuration files, and nearly 600 kinds of colored configuration language that allows programming easier.
- 2022-08-22 04:03:54下载
- 积分:1
-
某工公司精品asp商品展示源码
一款很不错的公司产品展示源码。商品的罗列及后台管理都很合理。后台管理方便,并且提供中英双语支持。
- 2022-02-12 16:42:17下载
- 积分:1