-
EXCEL+++整体写入和读取
labview操作excell文件,可以写入和读取。LabVIEW前面板可再次开发,简单,实用。
- 2022-06-01 21:21:53下载
- 积分:1
-
Fastcopy源代码
fastcopy source code -fastcopy source code
- 2023-01-31 05:45:03下载
- 积分: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
-
VB produced a document conversion device that functions as follows : the binary...
用VB制作的一个文件转换器,实现功能如下:将二进制文件中的内容转换为*.xls文件中的内容-VB produced a document conversion device that functions as follows : the binary content of the document converted to*. xls document, the contents of
- 2022-06-20 22:48:12下载
- 积分:1
-
vtk&mfc联合重建dicom数据
vtk头骨示例程序,这个是很多开始学vtk的同胞们可以先研究的程序。这个是mfc下的,那个headsq是ct机的直接导出的切片图片,运行的时候需要读取这些数据的。-VTK skull sample program, this is a lot of learning VTK compatriots can examine procedures. This is the mfc, which headsq ct machine is directly derived slice images, running time needed to read the data.
- 2022-08-15 09:44:41下载
- 积分:1
-
自删除不同的实现方法
资源描述在软件卸载,或其他高级用途中,需要用到删除自身(.EXE)文件的功能
- 2022-02-02 22:13:11下载
- 积分:1
-
geographic information systems professionals a skeleton algorithm with the proce...
地理信息系统专业一种骨架法算法的程序,取周围9个矢量点的值叠加分析-geographic information systems professionals a skeleton algorithm with the procedures for around nine points of the value vector overlay analysis
- 2022-01-25 16:15:42下载
- 积分: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
-
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;...
自编写的一个清除指定目录的程序;我常用它来在windows启动时,删除临时目录的文件;-since the preparation of a list of designated clearing procedures; I used it to launch the windows, remove the temporary directory;
- 2022-06-29 05:31:32下载
- 积分:1
-
读写文件源代码,是自己写的一个用于读取和保存文件的类,希望大家喜欢....
读写文件源代码,是自己写的一个用于读取和保存文件的类,希望大家喜欢.-literacy document source code, is the one he has written for the preservation and read the paper category, hope you like them.
- 2023-08-22 00:30:03下载
- 积分:1