-
linux下c++socket编程
阻塞函数在完成其指定的任务以前不允许程序调用另一个函数。例如,程序执行一个读数据的函数调用时,在此函数完成读操作以前将不会执行下一程序语句。当服务器运行到accept语句时,而没有客户连接服务请求到来,服务器就会停止在accept语句上等待连接服务请求的到来。这种情况称为阻塞(blocking)。而非阻塞操作则可以立即完成。比如,如果你希望服务器仅仅注意检查是否有客户在等待连接,有就接受连接,否则就继续做其他事情,则可以通过将Socket设置为非阻塞方式来实现。非阻塞socket在没有客户在等待时就使accept调用立即返回
- 2022-09-27 22:15:03下载
- 积分:1
-
1_BLDC电机控制算法
详细介绍了BLDC的六步控制算法以及矢量控制算法的实现方式。(The control algorithm of BLDC is introduced)
- 2019-01-07 09:58:48下载
- 积分:1
-
Src
说明: AES128 加密算法用C语言;对明文数据加密或者对密文数据解密。(AES128 encryption algorithm uses C language.Encryption of plaintext data or decryption of ciphertext data.)
- 2020-06-20 22:00:01下载
- 积分:1
-
C#分割大文件为小文件,同时实现将 已分割的小文件合并
分割大文件为小文件,同时实现将 已分割的小文件合并
- 2013-01-22下载
- 积分:1
-
实用C#实现的 停车场管理系统
说明: 便于停车场对车辆进行管理,本系统主要包括,会员注册,车辆出入库管理,会员查询等,采用序列化方式无需数据库。(It is convenient for parking lot to manage vehicles. This system mainly includes membership registration, vehicle access management, membership query and so on. It does not need database by serialization.)
- 2020-12-16 21:19:13下载
- 积分:1
-
bezcurve
openGL使用Visual C++
bezcurve(openGL using Visual C++ bezcurve)
- 2012-10-19 21:27:22下载
- 积分:1
-
decinitzey
ACM资料大集合,超多关于ACM的资料,全是很经典的,要是把这个全搞定,肯定是金奖!(ACM data collection, a lot of information about ACM, all is very classic, if this is all done, is definitely a gold medal!)
- 2018-11-16 19:18:40下载
- 积分:1
-
200715211954208
一个有关AT88SC102卡读写方面的资料,电气性能介绍,读写时序等等方面的内容(A card reader on AT88SC102 information, electrical performance, presentations, read and write timing, etc., the contents of the)
- 2009-11-11 23:40:08下载
- 积分:1
-
双线程模型
一发一收的两个线程,考虑了线程间同步的问题。
- 2022-03-02 09:49:55下载
- 积分:1
-
duobiaotidai
一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)(a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method (note, a letter with a number of z ~ 0 ~ 25 he gathers), 3rd tables generated by the formula (from the proposed mathematical formula, it should pay attention to the Z26 is a transformation on January 1))
- 2006-10-10 17:33:56下载
- 积分:1