-
dyl_FORTRAN
利用测井资料计算地应力及相关的岩石力学参数(Calculated using log data related to stress and rock mechanics parameters)
- 2020-10-30 13:59:56下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。
-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-06-14 05:38:31下载
- 积分:1
-
VC++编程环境。实现简单网络传输协议sntp功能。界面友好,使用方便。...
VC++编程环境。实现简单网络传输协议sntp功能。界面友好,使用方便。-VC++ programming environment. Achieve the Simple Network Transfer Protocol sntp function. Friendly interface and easy to use.
- 2022-03-04 11:42:46下载
- 积分:1
-
wizard-framework-master
说明: 安装向导界面模板,用户可以派生UI,进行定制自己想要的向导程序工程(Install wizard interface template. Users can derive UI and customize Wizard program engineering they want.)
- 2020-06-23 22:40:01下载
- 积分:1
-
web
测试程序,可以很好的利用这个程序解决你所遇到的问题(Test procedure can be a very good use of this procedure to solve the problems encountered by you)
- 2008-07-24 11:26:37下载
- 积分:1
-
模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。...
模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。-simulated routers, in multiple machines to achieve RIP algorithm can also use this test kits. At any moment they can add neighbors, neighbors information.
- 2022-01-22 10:54:50下载
- 积分:1
-
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当...
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Description of the procedures for the security thread. The examples of the functions and multi-threaded server with similar examples, but the addition of a customer data storage function, which is to store each server will connect customers come in all the data, when connected after termination of service customers will show the names and corresponding data.
- 2022-01-22 03:51:50下载
- 积分:1
-
WebBroker technology of the source
基于Delphi的WebBroker技术的源码-WebBroker technology of the source
- 2023-04-03 11:25:04下载
- 积分:1
-
deep-in-C-lanuage
很有深度的C语言书籍,对有一定基础的读者有较大帮助(Very deep C-language books, on a basis of great help readers)
- 2013-09-23 11:50:51下载
- 积分:1
-
sLinkList
说明: 项目任务
在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。
输入描述
第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型;
第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。
输出描述
第一行输出删除相应结点后链表的长度;
第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project tasks
A function erase (x, y) is added to the class of single linked list to delete all nodes whose values are between [x, y]. Assuming that the numerical type of the node in the linked list is plastic, the program is required to return the length and elements of the linked list after deleting the corresponding nodes.
Enter a description
In the first line, enter the node element values of the linked list list, with spaces between the elements, and all of them are of type int;
In the second line, input X and y to indicate the minimum and maximum values of node elements to be deleted.
Output description
The first line outputs the length of the linked list after deleting the corresponding node;
The second line outputs all the elements of the linked list after deleting the corresponding nodes, with space between the elements. If there are no remaining elements, null is output.)
- 2020-11-04 16:54:25下载
- 积分:1