-
计算器小程序
用c#做的计算器小程序,包括+-*/等计算,并加入了平方,开根号,log,ln等,接近大家的使用习惯
- 2022-05-09 09:03:07下载
- 积分:1
-
Hashin - Strikman界函数
应用背景hashv - Hashin-Shtrikman上限和下限曲线速度 ;作为一种物质2分式函数。假定材料1具有较高的速度比材料2。如果没有,那么上限和下限应互换的输出。没有输出参数哈希图的边界作为一个函数的孔隙度或部分的2相材料;输入为日志数据(拉斯维加斯文件)关键技术岩石物理、地震储层表征介质有效,LAS文件,速度,密度,
- 2023-08-16 12:00:04下载
- 积分:1
-
This function calculates the peaks in a vector V.
This function calculates the peaks in a vector V.
- 2022-07-19 15:20:49下载
- 积分:1
-
输入三角形的三点坐标,计算三角形面积,周长
输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
- 2022-08-25 19:47:59下载
- 积分:1
-
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在...
说明:本程序用于矩形截面偏心受压构件对称配筋的设计和复核以及不对称配筋的复核。本程序有文件支持,但无需建立数据文件,请按屏幕提示输入数据,并注意单位。本程序可在此文件同目录上自动生成下列文件:设计数据文件“design.dat”,设计结果文件“design.out”;复核数据文件“verify.dat”,复核结果文件“verify.out”。-Note : This procedure for the eccentric rectangular reinforced symmetrical compression in the design and review and reinforcement of asymmetric review. This procedure document support, but without the establishment of data files, suggested by the data entry screen, and the attention of units. The procedures in this document may be the same directory automatically generate the following documents : design data files "design.dat", the outcome document design "design.out"; Review of data files "verify.dat" review of the outcome document "verify.out."
- 2022-06-11 16:41:16下载
- 积分:1
-
6元+ +下的元胞自动机生成程序,很难
vc++6.0下的元胞自动机生成程序,好不容易找到的哦,非常好用!-vc++6.0 under the cellular automaton generating program, hard-won Oh, very easy to use!
- 2023-08-26 02:15:04下载
- 积分:1
-
膜计算启发遗传算法
膜计算是一种新的计算机科学领域的自然计算了在十年前gh.about保恩。P系统,因为它有时被称为,有一些固有的所包括的沟通能力和并行性的优势。膜计算使用一定的规则来操作。在这项工作中,简单介绍了amembrane启发更好绩效是遗传算法。工作探讨膜计算的并行性优势。通信
- 2023-02-23 13:40:03下载
- 积分:1
-
use demon data feature extraction C Programming Language, welcomed the exchange
利用demon数据进行特征提取的C语言程序,欢迎交流-use demon data feature extraction C Programming Language, welcomed the exchange
- 2022-06-21 03:29:58下载
- 积分:1
-
S7 —200PLC 在温度控制系统中的应用
资源描述以金刚石小锯片连续烧结炉的温度控制系统为例, 介绍了S7 -200PLC 在温度控制系统中的应用.该系统采
用CPU226 主机、热电偶模块EM231 、模拟量输出模块EM232 和晶闸管电压调整器实现了温度的PID 控制.通过采用
分段式PID 控制烧结炉温度, 实现了快速升温, 系统升温超调量小、稳态温差小(±5 ℃), 达到了金刚石小锯片的生产工
艺要求.
- 2023-06-25 12:00:03下载
- 积分:1
-
单片机输入法c源代码
纯C语言编写的输入法源代码,主要用于单片机,有需要的可以下载!
使用说明:
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]);
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败
应用举例:
{
unsigned char input_string[]={"bang"};
unsigned char chines_string[100];
sprintf(chines_string,"%s",py_ime(input_string));
}
- 2023-08-15 12:10:04下载
- 积分:1