-
Yakunchikov
Navier-Stokes Equation in C++
- 2010-11-18 18:27:46下载
- 积分:1
-
2D2P
二维颗粒扰流模拟,求解单管扰流下,气固两相流动。(Two-dimensional particle simulation spoiler, spoiler solving single-tube, the gas-solid flow.)
- 2011-06-22 11:51:19下载
- 积分:1
-
Advanced-Topics-in-C
Advanced Topics In C teaches concepts that any budding programmer should know. You ll delve into topics such as sorting, searching, merging, recursion, random numbers and simulation, among others. Increase the range of problems you can solve by manipulating versatile and popular data structures such as binary trees and hash tables.
- 2013-12-09 23:11:13下载
- 积分:1
-
MIDDLE-WARE
CORBA provides a standard mechanism for defining the interfaces between components as well as some tools to facilitate the implementation of those interfaces using the developer’s choice of languages.
Two features that CORBA provides are:
• Platform independence
• Language independence
Platform independence means that CORBA object can be used on any platform for which there is a CORBA orb implementation.
Language independence means that CORBA objects and clients can be implemented in just about any programming language.
- 2015-11-26 19:45:00下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
ShowSaveBMP
使用CDib类实现显示与保存BMP文件,VC++经典编程学习源码,很好的参考资料。(Use the CDib class to display and save the BMP file, VC++ classic learning programming source code, a good reference.)
- 2013-11-25 11:53:05下载
- 积分:1
-
查看远程机器桌面的客户端程序
查看远程机器桌面的客户端程序 -The client app for viewing remote desktop
- 2022-05-30 14:48:51下载
- 积分:1
-
Catalogo-de-Mosfet
practical measurements with multimeter
- 2014-04-28 22:53:40下载
- 积分:1
-
OReilly.JNP.4th.2013
Java 网络编程 pdf 和 epub 格式
OReilly.Java.Network.Programming.4th.Edition.Oct.2013(OReilly
Java Network Programming 4th Edition Oct.2013)
- 2013-12-19 11:14:07下载
- 积分:1
-
1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字...
1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表、图片等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-xpGrid Data Control: According to data dictionary definition of the database automatically generated DataGrid, there is no need to write code additions and deletions to the realization of data
- 2023-04-19 19:30:03下载
- 积分:1