-
cpppreparedbytheloginscreen
说明: CPP编写的登录界面CPP编写的登录界面CPP编写的登录界面CPP编写的登录界面(CPP prepared by the login screen CPP prepared by the login screen CPP prepared by the CPP prepared by the login screen login screen)
- 2010-03-25 18:44:49下载
- 积分:1
-
5478
编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数(prepare you search procedures, functions as follows : Given a series of arbitrary order, then enter an arbitrary number, using binary search method to find the few series in the position, if the series is this, Return of the few series in the location, if the series has been no such number,-1 is returned will be distributed to value y orderly array inserted into a (decreasing), insert after The array is an orderly with a few recursive method : a bunch of characters with a question mark "?" The end of the order after reading the reverse output and statistics on the number of characters)
- 2006-12-29 22:20:24下载
- 积分:1
-
示波器xixi
基于STM32的简易示波器设计,利用STM32完成对三角波,方波,正弦波的识别,并对其参数进行显示(STM32 based simple oscilloscope design, the use of STM32 to complete the triangle wave, square wave, sine wave identification, and its parameters are displayed.)
- 2018-04-22 14:21:14下载
- 积分:1
-
AsyncTcp
一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。(General chat programs are using the socket mode of communication. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the server through the exchange of messages.)
- 2013-08-26 10:10:08下载
- 积分:1
-
l_curve
L曲线选择正则化参数,适用于正则化算法中选取正则化参数反演( L-curve)
- 2020-08-13 22:08:29下载
- 积分:1
-
winform 动态缩放文字 动态放大图片实例
通过控制图片和文字的size属性实现动态缩放效果
- 2013-04-29下载
- 积分:1
-
vs2017环境,windows系统,检测网线插入拔出状态
检测网线连接状态,windows系统,检测网线插入拔出状态
using namespace std;
int getAdapter_Info()
{
PIP_ADAPTER_INFO pIpAdapterInfo = new IP_ADAPTER_INFO();
char strNetWorkName[256];
//PIP_ADAPTER_INFO结构体指针存储本机网卡信息
//得到结构体大小,用于GetAdaptersInfo参数
unsigned long stSize = sizeof(IP_ADAPTER_INFO);
//调用GetAdaptersInfo函数,填充pIpAdapterInfo指针变量;其中stSize参数既是一个输入量也是一个输出量
int nRel = GetAdaptersInfo(pIpAdapterInfo, &stSize);
//记录网卡数量
int netCardNum = 0;
//记录每张网卡上的IP地址数量
int IPnumPerNetCard = 0;
if (ERROR_BUFFER_OVERFLOW == nRel)
- 2022-03-17 20:13:40下载
- 积分:1
-
PocketLian
Pocket PC上的连连看小游戏代码,模仿“连连看”的游戏基本功能的源代码修改而来(Lianliankan on Pocket PC game code, imitate Lianliankan the basic functions of the game s source code modifications from)
- 2007-11-29 09:13:52下载
- 积分:1
-
Lcd
ILI9341 stm32 fsmc 16bit
- 2015-09-06 11:51:08下载
- 积分:1
-
8670_CS-127997-DS-3
CSR8670规格书,学CSR8670首先看规格书(CSR8670 specification, learning CSR8670 first look at specifications)
- 2017-09-05 10:04:15下载
- 积分:1