-
数据库配置 jBOSS的相关配置,第一次上传文件,谢谢大家
数据库配置 jBOSS的相关配置,第一次上传文件,谢谢大家-something interesting maybe you will like it.who knows
- 2023-05-08 07:05:03下载
- 积分:1
-
本文专门讲解如何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可对I P头...
本文专门讲解如何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原始套接字,亦可对I P头信息进行实际的操作。-This article specifically on how to use this original socket, to simulate the IP number of practical tools, such as Tr aceroute and P ing procedures. Using raw socket, IP header information can also be carried out on the actual operation.
- 2022-03-10 22:38:50下载
- 积分:1
-
使用c++简单实现ATM自动提款机,只是简单实现没有考虑时间问题...
使用c++简单实现ATM自动提款机,只是简单实现没有考虑时间问题-use simple ATM automatic teller machines, but simply to achieve not considered a matter of time
- 2022-03-02 05:15:38下载
- 积分:1
-
项目管理整套模版。包含一、可行性研究报告.dot, 二、项目开发计划.dot, 三、需求规格说明书.dot...
项目管理整套模版。包含一、可行性研究报告.dot, 二、项目开发计划.dot, 三、需求规格说明书.dot-Project management template package. Contains 1, feasibility study report. Dot, second, the project development plan. Dot, three demand specifications. Dot
- 2023-04-01 02:15:03下载
- 积分:1
-
关于遗传算法的MATLAB工具箱使用
怎么使用MATLAB实现遗传算法...
关于遗传算法的MATLAB工具箱使用
怎么使用MATLAB实现遗传算法-On genetic algorithms using MATLAB toolbox
How to use MATLAB to achieve the genetic algorithm pdf format papers
- 2022-01-25 22:34:38下载
- 积分:1
-
软件工程学中涉及到的"可行性研究报告"
这份是详细文档格式...
软件工程学中涉及到的"可行性研究报告"
这份是详细文档格式-software engineering involved in the "feasibility study" This is a detailed document format
- 2022-01-24 09:50:09下载
- 积分:1
-
时域有限差分法
The Finite Difference Time Domain Method
for Electromagnetics With MATLAB Simulations
Atef Elsherbeni and Veysel Demir
Chapter 7
- 2022-02-26 20:39:50下载
- 积分:1
-
这是我们最近的课业设计,是关于计数器统计原代码的统计,具有一定的价值...
这是我们最近的课业设计,是关于计数器统计原代码的统计,具有一定的价值-This is our recent homework is designed to counter statistics on the original code statistics, which have a certain value
- 2022-05-27 07:07:36下载
- 积分: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
-
- 2023-09-03 20:35:04下载
- 积分:1