-
考虑整数线性规划问题最大(词*西)尝试设计一个溶胶…
考虑整数线性规划问题max(ci*xi)试设计一个解此问题的动态规划算法,并分析算法的计算复杂性-Consider the integer linear programming problem max (ci* xi) try to design a solution of this problem, dynamic programming algorithm, and analysis of algorithms computational complexity
- 2022-10-09 02:55:03下载
- 积分:1
-
SMDK2440 for WinCE 5.0.
三星2440的Windows CE 5.0 BSP开发包。-SMDK2440 for WinCE 5.0.
- 2023-04-30 07:45:06下载
- 积分:1
-
win2000/XP Serial operating under the control source code
win2000/XP下对串口操作控件源代码-win2000/XP Serial operating under the control source code
- 2022-02-05 08:54:31下载
- 积分:1
-
a sample of Calculator for wm
一个简单的windows moblie c#计算器例子-a sample of Calculator for wm
- 2022-07-03 00:09:13下载
- 积分:1
-
vfp试验素材,包含一般试验中涉及的源代码段,适用于初学者学习使用...
vfp试验素材,包含一般试验中涉及的源代码段,适用于初学者学习使用-vfp test material, including the general test in paragraph relating to the source code for beginners learning to use. .
- 2022-08-21 13:47:04下载
- 积分:1
-
in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparen...
在C++Builder中,可以轻而易举地显示透明位图。透明位图与透明GIF图像相比有一个很大的优点,即:GIF图像格式最大支持256种颜色,位图却可以支持真彩色。 -in C++ Builder, it can be easy to show transparent bitmap. Bitmap and transparent transparent GIF image compared with a lot of advantages, namely : GIF format images maximum support 256 color bitmap can support true color.
- 2022-01-22 10:40:35下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
对于活跃的帐户,没有什么重要性
for active account, nothing importance
- 2022-03-04 12:40:57下载
- 积分:1
-
VC++ access to hard disk size, including the size of the total space, free space...
VC++获取硬盘大小,包括总空间大小,自由空间大小,已用空间大小。-VC++ access to hard disk size, including the size of the total space, free space size, the size of space has been used.
- 2022-11-08 21:30:02下载
- 积分:1
-
Windows语音识别程序
利用windows本身的库函数和API实现语音识别功能。用于实现人机口语对话的系统。受目前技术所限,对话系统往往是面向一个狭窄领域、词汇量有限的系统,其题材有旅游查询、订票、数据库检索等等。其前端是一个语音识别器,识别产生的N-best候选或词候选网格,由语法分析器进行分析获取语义信息,再由对话管理器确定应答信息,由语音合成器输出。由于目前的系统往往词汇量有限,也可以用提取关键词的方法来获取语义信息。
- 2023-05-03 21:40:02下载
- 积分:1