-
VC++屏幕取词程序,getword
这是一个C++封装的DLL取词程序,什么语言都可以调用。
- 2022-03-28 17:46:30下载
- 积分:1
-
演示文字位置渐变的程序。计算字符串的位置,然后输出。
演示文字位置渐变的程序。计算字符串的位置,然后输出。-demonstration words position gradual process. Calculating the string position, and then output.
- 2022-04-21 07:23:03下载
- 积分:1
-
刷新数据立方体程序,包括全部更新和增量刷新
刷新数据立方体程序,包括全部更新和增量刷新-Refresh data cube procedures, including all updates and incremental refresh
- 2022-07-03 23:53:03下载
- 积分:1
-
c语言的编译器
c语言的编译器,语法分析,词法分析。分析程序生成器 (分析器生成器) 是一个指定某个格式中的一种语言的语法作为它的输入,并为该种语言产生分析过程以作为它的输出的程序。在历史上,分析程序生成器被称作编译-编译程序 (编译器编译程序),这是由于按照规律可将所有的编译步骤作为包含在分析程序中的动作来执行。现在的观点是将分析程序仅考虑为编译处理的一个部分,所以这个术语也就有些过时了。合并 LALR(1) 分析算法是一种常用的分析生成器,它被称作 Yacc (另一个编译器编译程序)。给出 Yacc 的概貌来,将使用Yacc为小语言开发一个分析程序。
- 2023-04-18 04:50:03下载
- 积分:1
-
fopen打开文件并用socket传输文件的程序,可以跨平台,运行时请注意文件中的源文件的文件名及路径是否正确,需在main函数中改下参数就ok...
fopen打开文件并用socket传输文件的程序,可以跨平台,运行时请注意文件中的源文件的文件名及路径是否正确,需在main函数中改下参数就ok-fopen to open the file and transfer files using socket procedures, can be cross-platform, run-time Please note that the source document file name and path is correct, in the main function to be changed under the parameters ok
- 2022-11-17 19:50:03下载
- 积分:1
-
介绍了Windows CE下对注册表操作的API函数的使用
介绍了Windows CE下对注册表操作的API函数的使用-introduced the Windows CE operating under the registry of the use of API function
- 2022-03-23 09:51:25下载
- 积分:1
-
在这部分中提供了由谭浩强编著的《C++面向对象程序程序设计》(清华大学出版社出版)一书中各章的全部习题的参考解答。...
在这部分中提供了由谭浩强编著的《C++面向对象程序程序设计》(清华大学出版社出版)一书中各章的全部习题的参考解答。-In this section provided by the authoring Hao Qiang
- 2022-04-01 01:33:56下载
- 积分:1
-
As an industrial control software, an integral part of this software can be used...
为一个工业控制软件的一个组成部分,此软件可用于控制电镀生产线-As an industrial control software, an integral part of this software can be used to control the electroplating production line
- 2023-02-17 10:15:04下载
- 积分:1
-
game_five 基于端到端的球员
如果您想要运行此代码,首先你必须安装伯兰德生成器 c + +,导致该项目没有 vcl ;
我承认这段代码是如此 urgly,所以请大家原谅
- 2022-02-02 11:43:51下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1