-
利用汇编写的文件操作小程序,功能是复制文件。
利用汇编写的文件操作小程序,功能是复制文件。-Use the compilation of documents written in the operation of small procedures, function is to copy files.
- 2022-06-28 03:09:54下载
- 积分:1
-
datawindow转换为excel表格
datawindow转换为excel表格-datawindow converted to excel forms
- 2022-03-16 23:17:47下载
- 积分:1
-
列出文件属性。在某些条件下需要在不打开文件的条件下查看文件属性。...
列出文件属性。在某些条件下需要在不打开文件的条件下查看文件属性。-documents listed attributes. Under certain conditions need not open the file under the conditions View document attributes.
- 2022-07-24 00:36:21下载
- 积分:1
-
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件....
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件.-I write Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file.
- 2022-07-27 11:04:03下载
- 积分:1
-
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天-batch delete the file into the source code, you can use this to be clear, there is no delete. At first, in order to test the software, I mistakenly deleted a whole plate of documents D, let me depressed for a few days! !
- 2022-03-03 14:19:51下载
- 积分:1
-
读取PE头来修改EXE的图标,有时挺有用的!
读取PE头来修改EXE的图标,有时挺有用的!-Read modify PE head EXE icon, and sometimes quite used to!
- 2022-07-09 06:51:00下载
- 积分: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
-
针对Excel表格文件操作的编程实现:通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包...
针对Excel表格文件操作的编程实现:通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel 文件转换为按指定分隔符分隔的其它文本格式的文件
-Excel spreadsheet file for the programming operation: Through this article and associated sample source code you can be more flexible control of Excel spreadsheet file, including creating a new Excel file, write the form data, read the form data (including the original hand-built their own Excel files add rows, columns of data an accurate reading), delete the existing Excel table, the table specified in the rows, columns, cell query, insert, replace and other operations, but also can be generated Excel files into a specified separator delimited text format files of other
- 2022-01-24 08:50:17下载
- 积分:1
-
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!...
一个简单功能的文件复制工具,通过API函数、THandleStream类和TFileStream三种方法复制文件!-a tool have simple function about copy files,
there are three methods: APIfunction, THandleStream class and TFileStream.
- 2023-08-10 23:50:03下载
- 积分:1
-
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。...
初学vb时做的一些小例子,仅供参考,其中有个利用vba生成日历的程序,个人觉得是设计的最好的,欢迎高手指点。-beginners do when some small examples for reference, which has a calendar using VBA generating procedures, personal think it is the best design, welcomed the guidance of experts.
- 2022-02-02 23:43:59下载
- 积分:1