-
Acm zju questions right to participate in 1113 that the ACM would help
Acm zju 试题1113题对参加ACM的人会有所帮助-Acm zju questions right to participate in 1113 that the ACM would help
- 2022-06-01 00:46:57下载
- 积分:1
-
:面向服务架构(SOA)是分布式系统构造理念发展的一个新阶段。如何将SOA应用到实践中是目前业界的研究热点
所在。探讨了支撑和实施SOA的关键问题,涉及SO...
:面向服务架构(SOA)是分布式系统构造理念发展的一个新阶段。如何将SOA应用到实践中是目前业界的研究热点
所在。探讨了支撑和实施SOA的关键问题,涉及SOA的设计原则、编程模型、实现技术和架构元素等,并深入分析了Web服
务、企业服务总线等核心技术、规范,对于SOA实践具有一定的指导作用。-: Service-oriented architecture (SOA) is the concept of distributed system structure of a new stage of development. How to apply to the practice of SOA is the hot spot where the industry study. Support and implementation of key SOA issues related to SOA design principles, programming model, element technology and structure, and depth analysis of Web services, Enterprise Service Bus and other core technologies, standardization, and for the practice of SOA has a guiding role.
- 2022-07-20 21:49:34下载
- 积分:1
-
bruce powel douglass classic, real time design patterns
bruce powel douglass的经典著作,real time design patterns-bruce powel douglass classic, real time design patterns
- 2022-11-04 05:25:03下载
- 积分:1
-
select机制
windows下以阻塞的方式读取或接受数据,串行模式接收数据,多路复用机制,实现了多个客服端发送数据,一个服务器接收数据,高效处理小于1024个客服端数据
- 2022-03-06 04:02:57下载
- 积分:1
-
The system functional requirements:
Suppose Student Information includes: Stude...
系统功能需求:
假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用):
1、建立单链表
2、输出单链表
3、查找单链表
4、插入单链表
5、删除单链表
6、更新单链表
7、逆置单链表
0、退出系统
-The system functional requirements:
Suppose Student Information includes: Student ID, name, performance. Require a single linked list, said the students information, and can be used to achieve the following functions form the menu (menu to be able to re-use):
1, the establishment of a single linked list
2, the output single-linked list
3, to find a single linked list
4, insert a single linked list
5, to delete a single linked list
6, update a single list
7, reverse a single linked list home
0, exit the system
- 2022-03-16 13:31:58下载
- 积分:1
-
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。...
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。-This program is a process of the calculation of the memory space allocated a small program, you can use different colors for different memory footprint.
- 2022-07-24 11:00:50下载
- 积分:1
-
一个不错的编辑程序
一个不错的编辑程序-a good editor
- 2022-03-19 04:09:16下载
- 积分:1
-
SMART PHONE 2005 on the addition to the corresponding directory of contacts Phot...
SMART PHONE 2005中关于给电话簿添加相应联系人图片的使用例子源码,可以使用此代码,给相应的联系人添加大头贴等,需用VS2005BETA2进行编译。-SMART PHONE 2005 on the addition to the corresponding directory of contacts Photo source usage example, can use this code to the appropriate contacts to add still photos, required VS2005BETA2 computer.
- 2023-07-25 18:00:03下载
- 积分:1
-
Calculator functions to achieve WINDOWS!Calculator functions to achieve WINDOWS!...
实现WINDOWS计算器功能! 实现WINDOWS计算器功能! 实现WINDOWS计算器功能!-Calculator functions to achieve WINDOWS!Calculator functions to achieve WINDOWS!Calculator functions to achieve WINDOWS!Calculator functions to achieve WINDOWS!Calculator functions to achieve WINDOWS!
- 2022-07-08 15:37:47下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1