-
一个由C#开发的抓屏软件,源代码 一个由C#开发的抓屏软件,源代码...
一个由C#开发的抓屏软件,源代码 一个由C#开发的抓屏软件,源代码-a software used to capture the screena software used to capture the screena software used to capture the screena software used to capture the screen
- 2022-05-17 00:22:12下载
- 积分:1
-
BackscatterMap
雷达影像后向散射系数计算,并绘制后向散射系数图(backscattering coefficients of Radar image, show the figure of backscatter coefficients)
- 2021-03-31 15:49:09下载
- 积分:1
-
string
实现字符串基本上所有的功能,其中有KMP算法,有各种字符串的判别以及提取(it is really useful and wordenful)
- 2014-03-01 22:25:17下载
- 积分:1
-
VCC-DLL
这份资料让您能够很好的了解DLL动态链接,文档分析的很仔细,希望对大家有所帮助。。。。(This information allows you to very good understanding of DLL Dynamic Link, document analysis very carefully, hoping to help all of you. . . .)
- 2009-07-20 14:35:41下载
- 积分:1
-
C--CPP-programmers-reference
This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
- 2015-01-31 22:59:58下载
- 积分:1
-
NS3仿真软件与外部通信(code.cc)
NS3仿真软件与外部通信
- 2021-05-06下载
- 积分:1
-
visual_c_plus_plus_net
visual C++ .NET 开发精典实例 , PDF书(visual C++. NET development classics examples, PDF Book)
- 2010-01-04 21:35:23下载
- 积分:1
-
TCP--duoxiancheng
基于TCp的网络编程,一个服务器对多个客户端,用用的是多线程方法(Based on the TCp network programming, a server to multiple clients, use is a multi thread method)
- 2015-03-26 18:03:29下载
- 积分:1
-
AStudyOfIntelligentPreviewControlMethod
说明: 介绍了一种路径跟踪的智能预瞄控制方法,并介绍了智能预瞄控制器的原理、结构及其设计过程。
(This paper presents a path tracking control method for intelligent preview, and introduced the intelligent preview controller principles, structure and design process.)
- 2020-12-28 01:49:03下载
- 积分:1
-
二分搜索算法
实现二分查找的递归与非递归实现二分查找思想:1、数组从小到大排序;2、查找的key每次和中间数比较,如果key小于mid查找mid左侧的数组部分;如果key大于mid,则查找mid右侧的数组部分;如果相等,则直接返回mid。输入:排序数组-array,数组大小-aSize,查找值-key返回:返回数组中的相应位置,否则返回-1
- 2021-05-06下载
- 积分:1