-
Un livre trés interessant pour les developpeurs
Un livre trés interessant pour les developpeurs
- 2022-07-24 00:38:04下载
- 积分:1
-
其实我也不知道为什么要收集JSP的这些资料,可能源于现在自己对jsp的了解还不够深吧,总觉得还有很多基础东西要掌握。收集资料是我的习惯,看成册的电子文档也是我的...
其实我也不知道为什么要收集JSP的这些资料,可能源于现在自己对jsp的了解还不够深吧,总觉得还有很多基础东西要掌握。收集资料是我的习惯,看成册的电子文档也是我的习惯,有时面对一大堆的从网上下载的文档,真是有种无从下手的感觉,于是,萌生出这么一个念头也就理所当然了。 -Actually, I do not know why the JSP to collect such information, Now they may begin to understand the jsp deep it is not enough, though there are a lot of infrastructure things to master. Collection of information is my habit, as volumes of electronic documents is my habit Faced with a bunch of sometimes downloaded from the Internet the documents, there has been no really start feeling, therefore, Initiation out such an idea also futile.
- 2022-05-24 13:20:34下载
- 积分:1
-
nec公司的78k0系列0547d型号芯片的指令集
nec公司的78k0系列0547d型号芯片的指令集-nec" s Model 0547d series 78k0 chip instruction set
- 2022-08-03 21:16:19下载
- 积分:1
-
设计模式,proxy_lab,singleton_lab,templateMethode
设计模式,proxy_lab,singleton_lab,templateMethode-design pattern, proxy_lab, singleton_lab, templateMethode
- 2022-01-25 19:51:18下载
- 积分:1
-
本代码是光子晶体光纤切面的光强分布仿真程序,对搞光子晶体的同行很有帮助。...
本代码是光子晶体光纤切面的光强分布仿真程序,对搞光子晶体的同行很有帮助。-the code is photonic crystal fiber plane, the intensity distribution simulation program to engage in peer photonic crystal helpful.
- 2022-06-26 23:53:36下载
- 积分:1
-
提供tlv5612(DA控制芯片)控制程序KEIL
提供TLV5612(DA控制芯片)的KEIL控制程序-Provide TLV5612 (DA control chip) in control procedures KEIL
- 2022-07-22 12:39:28下载
- 积分:1
-
在软件领域,很少能有这样的“神话般的人”
在软件领域,很少能有像《人月神话》一样具有深远影响力和畅销不衰的著作。Brooks博士为人们管理复杂项目提供了最具洞察力的见解,既有很多发人深省的观点,又有大量软件工程的实践。本书内容来自Brooks博士在IBM公司SYSTEM/360家族和OS/360中的项目管理经验,该项目堪称软件开发项目管理的典范。该书英文原版一经面世,即引起业内人士的强烈反响,后又译为德、法、日、俄、中、韩等多种文字,全球销售数百万册。确立了其在行业内的经典地位。
-In the software field, few can have such as " The Mythical Man-Month" as far-reaching influence and best-selling book ever. Dr. Brooks for people to manage complex projects to provide the most insights, there is a lot of thought-provoking point of view, and a large number of software engineering practice. The contents of this book, Dr. Brooks from the IBM Corporation in the SYSTEM/360 family and OS/360 experience in project management, software development can be called the project a model for project management. Once the original book published in English, that is, among members of the profession" s strong response, and then into Germany, France, Japan, Russia, China, South Korea and many other words, the number of one million global sales. Established
- 2023-06-06 02:15:03下载
- 积分:1
-
《软件工程》第六版的中文版 是最有名气的软件工程的书。格式:超星数字图书馆。...
《软件工程》第六版的中文版 是最有名气的软件工程的书。格式:超星数字图书馆。-"software engineering" the sixth edition of the Chinese version is the most famous software engineering book. Format : Superstar Digital Library.
- 2023-07-17 06:50:06下载
- 积分:1
-
VB语言参考手册 VB编程学习的好资料
由美国微软公司授权出版的VB学习书...
VB语言参考手册 VB编程学习的好资料
由美国微软公司授权出版的VB学习书-VB Language Reference Manual to learn good information on VB programming
- 2023-09-07 12:25: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