-
MScomm
说明: 为解决实际测控系统中在控制中心的上位机和控制功能设备的下位机之间传送命令和文件的问题,在讨论VC++6.0中MSComm控件的基础上,通过制定通信协议、给命令和文件加入标识构成包进行传送,从而正确地区分了命令和文件.实验表明,基于该通信协议,可以成功地传送命令和多类型文件. (To address the actual measurement and control system in the Control Center PC and control functions of equipment under the digital transmission between orders and documents, in discussing the VC++ 6.0 in MSComm control on the basis of the communication protocol through the development to the orders and adding logo files constitute a packet transmitted, thereby correct distinction between the orders and documents. The experimental results show that based on the communication protocol, you can successfully send a command and multi-type documents.)
- 2008-09-07 13:00:04下载
- 积分:1
-
LPYY
显示本机IP地址,简单实用,对网络编程初学者有用()
- 2018-02-17 12:08:59下载
- 积分:1
-
Tsteepest_desh
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
(The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occupies an important position in the optimization method. Advantage of the steepest descent method is the small amount of work, less storage reservoir variables, the initial point less demanding drawback is slow convergence, the steepest descent method for the optimization process of the early iterations, or as inserted steps are advised to use other kinds of fast convergence of the algorithm when close to the extreme point.)
- 2012-08-20 07:27:17下载
- 积分:1
-
GETWEButf-8
MFC获取网页的utf-8中文源码
适用于VS2013
可以查看源码,同样适用于VS2008(i Can t speak english...)
- 2014-01-21 21:09:23下载
- 积分:1
-
net_programme_3stpart
《VC++网络通信编程实例案例精选》源代码_第三部分("VC network communications programming examples selected cases" source code _ the third part)
- 2007-02-27 10:30:38下载
- 积分:1
-
Background-Panimation
基于MFC的OpenGL图形系统,背景和动画设计包括:模型文件读取、模型生成、颜色设置、纹理映射、几何变换等基本功能(MFC-based OpenGL graphics system, background and animation design includes: model file read, model generation, set the color, texture mapping, and other basic geometric transformation functions)
- 2016-06-28 20:44:40下载
- 积分:1
-
functionFairnessProfile_cvx
说明: Running test programming
- 2019-04-24 12:07:19下载
- 积分:1
-
Speech
说明: 实现文本语音功能,将指定字符串转为语音。(text-to-speech )
- 2009-08-29 22:59:38下载
- 积分:1
-
PgmVolume
说明: 音频设备控制之扬声器单个应用程序音量控制,包括音量的获取与设置(Audio Device Controlled Speaker Single Application Volume Control, Including Volume Acquisition and Setting)
- 2019-04-11 10:22:02下载
- 积分:1
-
1905
很好的搜索:
给你很多长度不定的木棒,将他们分成几组,每组中的总长度作为这组的标示值,请给出一种分组方法,能使得所有标示值中的最小值最大。
Input
多组,每组两行,第一行是一个N和K,代表有N根木棒,分成K组,第二行是N个数字,代表木棒的长度。(N不超过100,K不超过20,每根木棒长度不超过1000)
Output
输出所有标示值中的最小值的最大值。
Sample Input
5 3
1 3 5 7 9
5 3
89 59 68 35 29
Sample Output
8
89(err)
- 2007-12-28 16:47:08下载
- 积分:1