-
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件...
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件-The use of hash table convert Pinyin to Chinese characters, through the establishment of hash tables, will be in Chinese and Pinyin establish contacts, and then call this hash table to translate the document to be translated
- 2022-03-04 06:09:08下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
VC++编写的打飞机游戏
一款vc编写的打飞机的小游戏。是大学工程实践自己做的小项目。对于学习vc编写游戏有一定帮助。
- 2022-01-25 21:41:25下载
- 积分:1
-
实现fpga芯片控制pcf8591进行ad转换的功能。希望能给大家带来帮助...
实现fpga芯片控制pcf8591进行ad转换的功能。希望能给大家带来帮助-Realize pcf8591 FPGA chip to control the function of ad conversions. I hope everyone can help
- 2023-07-03 14:15:02下载
- 积分:1
-
由著名的文件浏览器软件的插件程序开发的总司令…
自己开发的著名的浏览文件的软件Total Commander 的插件程序,可以自己添加扩展相-developed by the famous document browser software Total Commander plugin procedures, can add their own expansion phase
- 2022-08-12 12:42:07下载
- 积分:1
-
图的应用
图的应用-铁路最短路径的源码以及实验报告!-Diagram- railway source shortest path, as well as experimental reports!
- 2022-09-19 07:00:03下载
- 积分:1
-
Batch job scheduling problem, with VC++ Realize, code can be directly run
批处理作业调度问题,用VC++ 实现,代码可直接运行,-Batch job scheduling problem, with VC++ Realize, code can be directly run
- 2022-04-14 18:08:48下载
- 积分:1
-
这是一个精美的小闹钟,会在桌面振动,也可以自定义铃声.定时之后可隐藏起来,直到提醒时间到了再出现提醒....
这是一个精美的小闹钟,会在桌面振动,也可以自定义铃声.定时之后可隐藏起来,直到提醒时间到了再出现提醒.-This is a beautiful small alarm clock, will be on the table vibration can also customize ring tones. Timing may then be hidden until the time to remind again reminded.
- 2022-07-15 23:48:24下载
- 积分:1
-
C++Builder计算器
C++Builder计算器-C Builder Calculator
- 2022-10-08 16:00:02下载
- 积分:1
-
组态软件组件 OCX 可以实时反映 所有PLC报警情况 并可以对字体进行设置...
组态软件组件 OCX 可以实时反映 所有PLC报警情况 并可以对字体进行设置-Configuration OCX software components in real time to reflect and to all the PLC alarm can be set fonts
- 2022-03-22 11:15:02下载
- 积分:1