-
C# 基于Socket的CS结构框架互相通讯实例
C# 基于Socket的CS结构框架互相通讯实例,也就是服务端Service和客户端Client之间的通信,程序目录中分别有客户端和服务端的代码,可了解下线程通讯之间的细节,两者都运行后,进行相关的参数设置,可互发消息,如示例截图所示。
- 2022-05-31 09:44:02下载
- 积分:1
-
Markov
Markov方法的预测大全,很好应用的工具与方法;Markov method of forecasting Daquan, very good tools and methods of application(Markov method of forecasting Daquan, very good tools and methods of application)
- 2017-08-04 18:23:44下载
- 积分:1
-
VB60Sample
USBReadAllEnrollDataFromFile_Color
USBWriteAllEnrollDataToFile_Color
USBGetOneEnrollData_Color, USBSetOneEnrollData_Color
FKAttend_Manual
- 2019-04-05 10:47:16下载
- 积分:1
-
fortran源程序及与ANSYS衔接(FEM2D)
fortran源程序及与ANSYS衔接(FEM2D),特别使用,适合Fortran和ansys的对接(fortran code for ansys)
- 2017-06-12 15:46:04下载
- 积分:1
-
7
一款基于CSS3的响应式侧边菜单,这款菜单可以在PC浏览器网页上和移动设备的网页上有着同样不错的效果,它会根据屏幕大小自动实现菜单位置的变化,可以让用户在不同分辨率的屏幕上获得最佳的体验。(A responsive side menu based on CSS3, which works equally well on PC browser pages and mobile device pages, automatically changes the menu position according to screen size, allowing users to get the best experience on different resolution screens.)
- 2018-09-13 13:42:23下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
GD32_CDC_新大陆_内部晶振V1 -UART M1
读写NFC卡片,金融交易设备,NFC近场通信。(Read and write NFC cards)
- 2019-03-16 14:57:50下载
- 积分:1
-
exam
这是空载合闸的matlab/simulink的模型,能够较好的观察到空载合闸的电流畸变波形,对初学者能够有更好的帮助。(This is a matlab/simulink model with no load switching. It can better observe the current distortion waveforms of no-load switching, which can help the beginners better.)
- 2018-05-19 15:00:18下载
- 积分:1
-
视窗2003服务器序列号
windows 2003 server serial numbers
- 2022-02-03 07:58:00下载
- 积分:1