-
能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下....
能读取经特殊格式处理过的文件内容,适合做二次开发的程序员,同时也是一个ActiveX控件,有兴趣的可以看一下.-can read by special format dealt with the contents of the paper, suitable for secondary development programmers, but also an ActiveX control that are interested can look at.
- 2022-07-27 13:16:53下载
- 积分:1
-
incsrch。M
incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m -incsrch.m
root finding by incremental search requires func1.m
bisect.m
bisection root finding code uses function file: fcn.m
falspos.m
root finding by false position
newtraph.m
- 2022-05-19 20:49:04下载
- 积分:1
-
用C++写的记事本程序~!
用C++写的记事本程序~!-C written procedures to the notebook!
- 2022-06-12 20:29:34下载
- 积分:1
-
列表头文件注册系统
应用背景我在大学时使用的头文件。相当简单,它只使用结构和指针。关键技术在C++中,它只需要头文件。我会更新,后来寿。这是在西班牙,但我不认为这是一个麻烦
- 2022-01-28 20:19:53下载
- 积分: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
-
with VB.NET development of the Serial procedures
用VB.NET开发的串口程序-with VB.NET development of the Serial procedures
- 2023-07-08 06:40:03下载
- 积分:1
-
这个程序的puurpoise是解析表达式从输入文件和DIS…
the puurpoise of this program is to parse expressions from an input file and display token type and value in an output file
- 2022-01-26 01:56:38下载
- 积分:1
-
能够比较文件与文件夹,大小及内容等属性进行比较
能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
- 2022-02-18 14:00:51下载
- 积分:1
-
对文件进行加密动作,在WINDOWS系统上所有的文件都可以
对文件进行加密动作,在WINDOWS系统上所有的文件都可以-wenjianjiami
- 2023-01-01 16:35:12下载
- 积分:1
-
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.-Can handle excel, the code short and clear, the role of learning how to operate the learning instances of excel.
- 2022-02-20 16:41:25下载
- 积分:1