-
Using matlab algorithm for solving nonlinear equations, the article has a detail...
用matlab解非线性方程组算法介绍,文章中有matlab详细代码-Using matlab algorithm for solving nonlinear equations, the article has a detailed code matlab
- 2022-02-05 13:31:04下载
- 积分:1
-
软件要求。Delphi 6 SP22。Oracle 8i R33。提高3.0.94。expressquant…
Software Requirements1. Delphi 6 SP22. Oracle 8i R33. Raize 3.0.94. ExpressQuantumGrid 4.505. ExpressPrinting System 2.506. ReportBuilder 7.027. ODAC 4.15.0.13
- 2022-03-25 15:29:34下载
- 积分:1
-
51 Single
51单片机通信C语言例子
很好的,大家看看吧或许对你有用-51 Single-chip communication C language examples of good, let us look at it maybe useful to you
- 2022-08-04 05:18:02下载
- 积分:1
-
bmp图片格式编码说明,如何创建bmp图片
bmp图片格式编码说明,如何创建bmp图片-bmp format codes, how to set up bmp Photo
- 2022-03-13 06:29:38下载
- 积分:1
-
操作系统进程调度算法实验报告,是有限权算法
操作系统进程调度算法实验报告,是有限权算法-The operating system process scheduling algorithm test report, which is the right algorithm for finite
- 2022-03-01 16:02:28下载
- 积分:1
-
delphi_7实用编程100例
资源描述delphi_7实用编程100例,许多的案例,包括打印,图形图像,数据库等
- 2022-12-31 12:40:04下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
dBrowser-PHP/MySQL/PostgreSQL 框架
dBrowser 是针对 web/数据库应用程序开发人员的 PHP/MySQL/PostgreSQL 框架/代码生成器。
- 2022-05-14 23:26:28下载
- 积分:1
-
别人收集的关于高性能高并发服务器架构的设计文档
别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
- 2022-04-14 13:24:29下载
- 积分:1
-
里面有详细计算程序设计手册和原码分析
fortran90
里面有详细计算程序设计手册和原码分析
fortran90-and-computational-science-There are detailed calculation procedures for the design manual and the original code analysis fortran90-and-computational-science
- 2023-01-01 16:10:04下载
- 积分:1