登录
首页 » c++ » WEB服务器程序源码

WEB服务器程序源码

于 2022-11-12 发布 文件大小:37.90 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

该代码为建立简单WEB服务器源码,可方便学习使用

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sockat
    黑客兄弟们的最爱,想成为网络工程师和安全工程师都需要看( Hackers brothers favorites, want to become network engineers and security engineers need to see)
    2014-05-02 17:01:27下载
    积分:1
  • uartasd
    LM3S 测试代码,IAR5.11版本代码模块(LM3S test code, IAR5.11 version of the code modules)
    2010-07-05 10:20:14下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • C# 文件排序、查找文件、正则表达式等操作实例集
    C# 文件排序等操作实例集,包括:按照文件修改日期排序、按照文件尺寸大小排序、按照时间范围查找文件、查找名称相同的文件、使用正则表达式设置查询条件、按照类型和类别查找日志事件、按照类型和类别查找日志事件、获取单个进程使用的最大物理内存。。
    2022-08-19 05:17:01下载
    积分:1
  • PT2579_Demo
    这个程序是RDS收音机的解码程序,RDS的付载波中包含中英文字的区位编码,通过接收后程序解码出中文或英语字符并显示在LCD上(This program is RDS radio decoder, RDS carrier is included in the payment of the location code word, decoding by the program after receiving a Chinese or English characters and displayed on the LCD)
    2021-03-26 17:19:13下载
    积分:1
  • OLED+BianMaQi+ADC+DAC OK
    2017年电子设计竞赛 ,G题 :单相用电器分析监测,利用单片机驱动ATT7053读取电压电流等信息,进行分析监测。 基于KEIL5(2017 electronic design competition, G: single-phase electrical analysis and monitoring, using single-chip drive ATT7053 read voltage and current information, for analysis and monitoring.Based on KEIL5)
    2018-05-21 08:47:34下载
    积分:1
  • STM32_EXTI
    STM32单片机开发例程,这里是外部中断的开发例程(STM32 MCU development routines, here is the development of the external interrupt routine)
    2014-04-13 16:48:03下载
    积分:1
  • 48V
    220V交流输入、48V输出直流输出AC/DC直流开关电源变换器,最大容量试验过5kW( 参与世界杯答题,赢iPad mini! 看最地道的世界杯球赛,怎能不学几句葡萄牙语? 你知道百度翻译+世界杯=100 中奖吗? FIFA的中文是什么意思?快来参与答题吧! 为了让大家看世界杯,百度翻译都上线葡萄牙语啦! 220V交流输入、48V输出直流输出AC/DC直流开关电源变换器,最大容量试验过5kW 220V交流输入、48V输出直流输出AC/DC直流开关电源变换器,最大容量试验过5kW ON划词翻译ON实时翻译 220V AC input, 48V output DC output AC/DC DC switching power converter, the maximum capacity tests of the 5kW )
    2014-07-07 09:00:48下载
    积分:1
  • LEP
    车牌识别的代码,很实用的,对于初学者来说易于理解和掌握的,适用的场景也是有黑夜的(License plate recognition code, very useful for beginners, easy to understand and master, the application of the scene is also a night)
    2015-07-09 11:35:34下载
    积分:1
  • STM32拨打电话
    用来拨打和挂断电话                                                                                                                                                                                                                                
    2022-03-11 15:55:49下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载