-
Pratical Visual C++6.0 chapter examples
实用Visual C++6.0教程各章节(第四章)的源代码,很好地帮助初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-02-05 00:36:31下载
- 积分:1
-
c++沉思录,适合有一定经验的程序员尽心学习和阅读,成为c++高手。...
c++沉思录,适合有一定经验的程序员尽心学习和阅读,成为c++高手。-c++ meditation, suitable for experienced programmers have a certain dedication to learn and read, become c++ master.
- 2022-08-17 15:53:57下载
- 积分:1
-
recently wrote a small management software, in the initial pages LOGO Lane joine...
最近写了一个小的管理软件,在初始页LOGO里加入了视频,这里正好由于公司做图形这块,于是这里就牵涉到了这个视频文件的保密问题, 其实也没什么,但是这个小文件虽然简单,但也不能让他们自己拿出去做广告吧,因为是免费提供给他们的.这里讨论一下文件的保密,希望有兴趣的朋友一起来讨论一下.
-recently wrote a small management software, in the initial pages LOGO Lane joined the video, here precisely because of this company to do graphics, so here involves a video document of this confidential, in fact, have nothing, but this little document is simple, but we will not let go of their own show advertise it, because it is free for them. here to discuss the confidential document, with the hope of an interest in the friends together to discuss the issue.
- 2023-05-10 15:15:02下载
- 积分:1
-
vc++环境下获得鼠标所在控件的内容的小程序
vc++环境下获得鼠标所在控件的内容的小程序-Access to the contents of the mouse where the control applet
- 2023-03-17 16:55:05下载
- 积分:1
-
详细的介绍了Visual.C++学习的主要方法和重点,内容全面,适合初学者使用。...
详细的介绍了Visual.C++学习的主要方法和重点,内容全面,适合初学者使用。-Detail the Visual.C++ Learning methods and the main focus of the content of a comprehensive, suitable for beginners to use.
- 2022-01-25 14:36:41下载
- 积分:1
-
一个普通通讯软件的服务端,能为初学者少提供帮助!
一个普通通讯软件的服务端,能为初学者少提供帮助!-a common communications server software will be able to help beginners less!
- 2022-10-21 16:10:04下载
- 积分:1
-
一个C的扫雷小游戏,玩玩吧
希望各位大虾多多指教
一个C的扫雷小游戏,玩玩吧
希望各位大虾多多指教-A C game of mine, to play it I hope that the exhibitions prawns
- 2022-08-18 19:02:00下载
- 积分:1
-
软件工程师,我们用它来开发我们的科学软件和征服…
software engineer,we use it to develop our scientific software and to conqure software crisis.
- 2022-01-22 00:57:04下载
- 积分:1
-
Registry editor For WINCE which can be use to edit registry
Registry editor For WINCE which can be use to edit registry
- 2022-02-01 19:20:47下载
- 积分:1
-
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现...
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如,
a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表A 产生的所有长度不超过6 的升序
字符串按照字典序排列并编码如下。
1 2 … 26 27 28 …
a b … z ab ac …
对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
-Given the alphabet A by the 26 lowercase letters of the alphabet composed of A = (a, b, ..., z). Generated by the alphabet ascending string refers to the letter string in accordance with the order from left to right appears in the alphabet and letters appearing in the same order, and each character appears a maximum of 1 times. For example, a, b, ab, bc, xyz, etc. are ascending string string. Alphabet A have now all the length of not more than 6 strings of ascending order in accordance with the dictionary and coding sequence is as follows. 1 2 ... 26 27 28 ... ab ... z ab ac ... for any length of not more than 6 strings of ascending quickly calculate it in the dictionary encoding.
- 2023-06-07 02:40:04下载
- 积分:1