-
Any cs. student a ny average university will at some point be faced with design...
Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s. -Any cs. Student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s.
- 2022-06-16 19:07:14下载
- 积分:1
-
讲解C++,PPT(主要是关于类和对象)
讲解C++的PPT(主要是关于类和对象)-Explain the C++, PPT (mainly about classes and objects)
- 2022-02-04 17:13:52下载
- 积分:1
-
常规优化算法库,处理具有约束力和非
常规优化算法程序库,处理各种有约束和无约束优化问题-conventional optimization algorithm library, to deal with binding and non-constrained optimization problem
- 2022-02-26 21:08:05下载
- 积分:1
-
网络编码
网络编码是通信系统的发展技术类比和数字网络编码用于获取系统更高的吞吐量
- 2022-03-05 21:24:52下载
- 积分:1
-
网络监控C#程序
在Windows平台上监控网络流的C#程序。利用ping命令,实时检查目前国内比较稳定的网站,如百度。网络监控信息直接输出到终端和写日志。
- 2022-06-30 04:10:49下载
- 积分:1
-
C++设计俄罗斯方块游戏
使用C++设计俄罗斯方块游戏,游戏有两种模式,一种是玩家模式,另一各是机器自主模式。在自主模式中,使用AI算法设计俄罗斯方块游戏的玩法。
- 2022-11-26 08:30:03下载
- 积分:1
-
由XML生成Excel文件
提供XML语言的简单编写方法
由XML生成Excel文件
提供XML语言的简单编写方法
-Excel documents generated by the XML language, XML provides a simple method to prepare
- 2023-01-29 01:55:04下载
- 积分:1
-
描述:完整的FTP程序源码,包括上传和downloadin…
简介: 完整的FTP程序源码,包括上传和下载功能,学习编写FTP程序的好例子。-description : complete source FTP procedures, including uploading and downloading functions, learning procedures for the preparation of FTP good example.
- 2022-05-07 06:43:26下载
- 积分:1
-
蓝牙连接示例
//此代码,内容按“原样”无担保//任何形式明示或暗示的担保,包括但不限于//适销性和/或暗示对的隐含担保//特定用途。////版权所有(C)Microsoft Corporation版权所有。版权所有//// BTHCxnDemo.cpp - 使用Winsock的2.2和RFCOMM协议简单的蓝牙应用//////这个例子演示了如何使用Winsock的2.2 API连接//它们之间的两个远程蓝牙设备和数据传输之间。//这个例子只支持类型AF_BTH的地址族,// SOCK_STREAM类型,类型BTHPROTO_RFCOMM协议的插座。////一旦这个源代码被编译,生成的应用程序可以//无论是在服务器模式或客户端模式下运行。请参阅命令行帮助//对命令行的例子和所有选项的详细说明。//#包括#包括#包括#包括#包括#包括//{B62C4E8D-62CC-404B-BBBF-BF3E3BBB1374}DEFINE_GUID(g_guidServiceClass,0xb62c4e8d,0x62cc,0x404b,为0xBB,为0xBF,为0xBF,0x3E的,0x3b,为0xBB,0x13,0x74);#定义CXN_TEST_DATA_STRING(L“〜!@#$%^&*()-_=+?1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ”)#定义CXN_TRANSFER_DATA_LENGTH(sizeof运算(CXN_TEST_DATA_STRING))#定义CXN_BDADDR_STR_LEN17//6两位十六进制值,再加上5冒号#定义CXN_MAX_INQUIRY_RETRY3
- 2022-11-07 14:05:03下载
- 积分:1
-
c8051的I/O 端口的输入输出实验,实现开关量的控制,输入口连接键盘,输出口连接发光二级管。...
c8051的I/O 端口的输入输出实验,实现开关量的控制,输入口连接键盘,输出口连接发光二级管。-c8051 The I/O port input and output of the experiment, the realization of the control switch, connect the keyboard input, output LED connections.
- 2023-04-13 23:05:04下载
- 积分:1