-
udp
用VC++编写一个简单的基于UDP通信实例!实现了客户端与服务器端的通信源代码!(Using VC++ to write a simple UDP based communication instance! To achieve the client and server-side communication source code!
)
- 2010-05-29 05:49:41下载
- 积分:1
-
trafficlight
说明: 采用模糊控制的思想,实现交通路口红绿灯时间的优化控制。
功能要求:(1) 采用模糊控制实现红绿灯控制,根据车流量的不同来控制红绿灯的显示时间。
(2) 模拟实际交通路况,简化编程难度,只考虑横竖方向的车流量,并不考虑车的拐弯,重点突出模糊控制算法
(Using fuzzy control theory to achieve the traffic intersection of time optimal control of traffic lights. Functional requirements: (1) using fuzzy control to achieve traffic light control, according to the different traffic flow to control the traffic lights display the time. (2) simulate the actual traffic and road conditions, simplify programming difficulty, only if they had to consider the direction of traffic flow, without considering turning vehicles, focused fuzzy control algorithm)
- 2021-04-07 22:49:01下载
- 积分:1
-
Visual_C6.0
实用Visual_C6.0教程(源码) 英文VC++实用Visual_C6.0教程(this file implement many useful VC++ little skill)
- 2015-07-19 18:39:48下载
- 积分:1
-
Splitter_multi_view
Splitter多视图切换的源代码,vc++工程(Splitter switched multi-view source code)
- 2014-01-03 09:52:22下载
- 积分:1
-
ocm12864
12864的驱动程序,非常有用,里面包括12864转换程序和初始化程序(12864 driver, very useful, which include the 12864 conversion process and initialization procedures)
- 2012-04-29 19:49:54下载
- 积分:1
-
567495sourceofMyICQ
MyICQ是一套公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows版。目前客户端程序的界面完全模仿腾讯的QQ(如果Tencent告我的话,我会马上改的:-)。
总之,如果你崇尚自由,对QQ的越来越多的广告骚扰感到深恶痛绝的话,MyICQ绝对是你很好的选择。(MyICQ is an open source instant messaging software, including server and client, can be used for Internet or LAN. Can run on Windows or Linux (KDE/Qt) operating system, which is Windows. Current client interface is a mimic of Tencent QQ (Tencent sue me if, I will immediately reform :-). In short, if you advocate freedom, QQ, more and more ads are hated, then harassment, MyICQ is definitely a good choice.)
- 2010-10-13 11:50:52下载
- 积分:1
-
linjiequ
使用类编程实现临界区,VC++网络编程,使用VC6.0编译器实现(Use class programming critical, VC++ network programming, using VC6.0 compiler implements)
- 2013-07-14 22:29:26下载
- 积分:1
-
MONG
说明: mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)
- 2020-06-18 04:40:02下载
- 积分:1
-
Ex4_4
画笔程序,能够实现文字、图形(空、实心)的绘画。(brush procedures to achieve text, graphics (air, and solid) painting.)
- 2006-06-21 00:15:02下载
- 积分:1
-
wuziqi
SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;
- 2012-08-30 17:27:01下载
- 积分:1