-
《高性能计算并行编程技术――MPI并行程序设计 》PDG电子书
《高性能计算并行编程技术――MPI并行程序设计 》PDG电子书-《 begin consultation算sweet Xikui few shallow met most summarized术
- 2022-07-11 20:56:29下载
- 积分:1
-
某嵌入式培训机构的LINUX应用编程PPT
某嵌入式培训机构的LINUX应用编程PPT-Embedded training institutions in a LINUX application programming PPT
- 2023-08-01 17:05:03下载
- 积分:1
-
是一个jcreator的教程,java 初学者的最佳选择!
是一个jcreator的教程,java 初学者的最佳选择!-jcreator is one of the guides, java the best choice for beginners!
- 2023-05-19 03:25:04下载
- 积分:1
-
一个小型超市进销存系统,包括进货、销售、库存、报表、收银等方面,本程序主要演示如何利用JSP和Servlet技术建立一个基于web的应用系统...
一个小型超市进销存系统,包括进货、销售、库存、报表、收银等方面,本程序主要演示如何利用JSP和Servlet技术建立一个基于web的应用系统-a small supermarket Invoicing system, including the purchase, sale, stocks, financial statements, cash registers, and so this program demonstrated how to use the main JSP and Servlet technologies, a web-based application system
- 2022-05-21 22:43:33下载
- 积分:1
-
MYSQL5 stored procedure, a detailed manual, non
MYSQL5 存储过程详细手册,非扫描版,希望能对广大学习MYSQL 的朋友有帮助.-MYSQL5 stored procedure, a detailed manual, non-scan version, hoping to learn MYSQL friend of the broad masses of help.
- 2023-01-02 07:25:03下载
- 积分:1
-
ORACLE性能调整,内容包括:
跟踪与分析
索引、蔟与全表扫描
使用优化器调整性能...
ORACLE性能调整,内容包括:
跟踪与分析
索引、蔟与全表扫描
使用优化器调整性能
-Oracle Performance Tuning, including : tracking and analysis of the index, Cocooning table with the use of scanning devices adjusted performance optimization, etc.
- 2023-05-10 04:40:03下载
- 积分: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
-
java分页大全,包括Struts,JSP等分页的具体讲解,还包括MVC下分页显示的问题的解决...
java分页大全,包括Struts,JSP等分页的具体讲解,还包括MVC下分页显示的问题的解决-paging java Guinness, including Struts, JSP, etc. to explain the specific page, also includes the MVC next page shows the resolution of issues
- 2023-06-24 11:15:03下载
- 积分:1
-
运动模拟器的流动性预测
这是基于规划组织开展的工作的活动模式模拟器
和使用统计数据来自五年调查用户的
位移。它模拟的用户的流离失所期间的一套
数天。生成的位移基于每个用户的
活动 (工作、 学习等)、 本地化的地方的这些活动 (房子、 工作地方、 学校),以及导致这些地方的途径。繁体在移动网络上进行工程的帮助下这个模拟器 (例如见 http://www.sciencedirect.com/science/article/pii/S0140366408002260)
(netbeans 项目)
- 2022-04-23 11:04:48下载
- 积分:1
-
This is the Complete Works of game theory algorithm Part VI: the situation descr...
这是博弈论算法全集第六部分:局面描述,其它算法将陆续推出.以便与大家共享-This is the Complete Works of game theory algorithm Part VI: the situation described, other algorithms will be introduced. In order to share with everyone
- 2023-05-03 12:50:03下载
- 积分:1