-
This is a simple use of the protocols of udp chat program
这是一个用winsock实现简单的udp聊天程序-This is a simple use of the protocols of udp chat program
- 2022-01-26 14:36:30下载
- 积分:1
-
Winform自制启动画面
一般软件在启动的时候都会有一个启动画面,这个启动画面是为了系统启动时进行一些验证或者加载资源,
这样能达到一种效果:应用程序不会出现”假死“现象。如果直接启动应用程序,进入界面的时候再去加载应用程序
所需要的一些资源,这个时候界面就会出现卡死现象。可以稍微改动,就可以实现自己的效果了,
- 2022-10-04 23:05:03下载
- 积分:1
-
bloo dbank
&这个
- 2022-09-19 12:45:03下载
- 积分:1
-
一个聊天程序, 包括server and client使用windows socket原理, 是学习网络编程的好demo...
一个聊天程序, 包括server and client使用windows socket原理, 是学习网络编程的好demo-a chat program, including the use of server and client socket windows theory, learning is a good network programming demo
- 2022-03-26 00:35:10下载
- 积分:1
-
As the source is collected by the Internet (former English), there may be a litt...
由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
-As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
- 2022-08-24 10:12:19下载
- 积分:1
-
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象...
题 目 :最短路由计算
题目描述:INTERNET中通过路由器在多个网络中进行数据报的转发,在研究路由问题的时候,可以把每一个路由器、局域网或者广域网都抽象为一个结点,每条链路则用带有方向的边表示,边上的权值表示相邻结点的代价值。于是可以根据最短路径算法得出最佳的路由表。
-Title: Calculation of the shortest route subject description: INTERNET by routers in a number of network datagram forwarding, routing problems in the study, they can each router, LAN or WAN are abstracted as a node point, each link is used with the express direction of the edge, the edge of the right to express the value of adjacent nodes in lieu of value. It could thus be the basis of the shortest path algorithm to draw the best routing table.
- 2022-07-02 22:52:29下载
- 积分:1
-
NTFS格式下将文件目录看作符号进行连接.相当于对一个路径可用别名访问....
NTFS格式下将文件目录看作符号进行连接.相当于对一个路径可用别名访问.-NTFS format file directory as symbols connected. The equivalent of a visit Alias path available.
- 2022-07-13 22:14:12下载
- 积分:1
-
学习的好材料,是入门的好帮手
学习的好材料,是入门的好帮手-good learning materials, entry is a good helper
- 2022-08-14 02:41:22下载
- 积分:1
-
C++ Write performance management system, those who need it can be taken to refer...
C++写的成绩管理系统,需要的人可以拿去参考一下-C++ Write performance management system, those who need it can be taken to refer to
- 2022-03-02 08:17:07下载
- 积分:1
-
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放...
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。
2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式如下:(提示:本题为有元函数的应用)
-1, design a program, of which three categories, namely CBank, BBank and GBank, respectively, for the Chinese banking, business banking and agricultural banking. Each class contains a private data balance, used to store the bank deposits of savers in the number, while a friend function used to calculate the total depositors in the three the number of total deposits in banks. 2, design a program, of which there are 2 categories, Point class for the point class, including two individual and private data are x and y, that the coordinates of points, line for line class categories, with three individual and private data are a, b and c, that straight line equation ax+ by+ c = 0. There is also a friend function dist, used
- 2022-08-20 00:41:26下载
- 积分:1