-
MATLAB 基础编程 包含一些很基础的程序
MATLAB 基础编程 包含一些很基础的程序-MATLAB based programming includes some basic procedures
- 2022-04-28 15:55:44下载
- 积分:1
-
基于ASP的企业ERP管理系统
一个基于ASP+ACC开发而成的ERP企业管理系统,能满足中小型企事业的生产=销售、采购、财务一体化管理的软件,方便了办公!程序上传直接使用!
- 2023-08-12 12:15:06下载
- 积分:1
-
智慧医疗管理系统
这是一个智慧医疗的管理系统,apache+php+mysql,有医生管理系统和病人查看病情系统加上注册登录组成,病人注册可以选择需要提交的医生,医生可以实时查看病人的病人并给出建议。
- 2022-03-09 17:34:36下载
- 积分:1
-
学习virtools理论,基于VIRTOOLS的分布式虚拟现实技术研究.pdf
学习virtools理论,基于VIRTOOLS的分布式虚拟现实技术研究.pdf-Learning virtools theory, based on distributed virtual reality technology VIRTOOLS research. Pdf
- 2022-03-15 02:02:41下载
- 积分: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
-
医院管理计费系统,用C++写的程序,连接SQL…
医院管理收费系统,用c++写的程序,有连接SQL数据库-Hospital management billing system, using c++ to write programs that connect SQL database
- 2023-05-09 02:10:04下载
- 积分:1
-
c++上课用的代码,老师叫我们做的。做的不好啦,
c++上课用的代码,老师叫我们做的。做的不好啦,-c++ class with the code, the teacher told us to do. Do not make the Well,
- 2022-03-15 21:23:14下载
- 积分:1
-
pso program in Appendix 1, the standard PSO algorithm source code in Appendix 2,...
pso program
附录1、标准微粒群算法源程序
附录2、随机微粒群算法程序-pso program in Appendix 1, the standard PSO algorithm source code in Appendix 2, a random particle swarm optimization process
- 2022-02-03 20:11:13下载
- 积分:1
-
用windows画笔生成BMP文件f(x,y),图象宽为W,高为H,编写程序读取BMP文件,并生成新的图象g(x,y)。以BMP文件格式输出该图象。...
用windows画笔生成BMP文件f(x,y),图象宽为W,高为H,编写程序读取BMP文件,并生成新的图象g(x,y)。以BMP文件格式输出该图象。-Windows paintbrush used to generate BMP file f (x, y), image width W, height H, the preparation process to read BMP files, and generate new images g (x, y). BMP file format to the output of the image.
- 2023-04-15 16:25:04下载
- 积分:1
-
exchange of experiences, from the Internet to download the good things we hope t...
经验交流,从网上下载的好东西望大家分享,不能保证百分白对你有用-exchange of experiences, from the Internet to download the good things we hope to share and can not guarantee the percentage of white useful to you
- 2022-07-04 15:35:08下载
- 积分:1