-
一个小时钟程序,可以开始计时和暂停,显示当前时间
一个小时钟程序,可以开始计时和暂停,显示当前时间-a small clock algorithm, it can note the begining time and the finished time, and display the current time.
- 2022-02-13 19:31:42下载
- 积分:1
-
数据库注册模块
使用access数据库,利用数据库的智能指针实现数据库的创建、初始化、打开以及新用户注册的源代码。
- 2022-03-04 12:05:59下载
- 积分:1
-
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。
一个基于vc开发的报表打印实例,希望对您的开发有所帮助。-Vc developed based on examples of print statements, and they hope to be helpful to your development.
- 2022-03-20 13:46:14下载
- 积分:1
-
模拟赛题目
包括标准程序与数据
可能用得着
模拟赛题目
包括标准程序与数据
可能用得着-Simulation game topics include standard procedures, and data may be Yongde Zhao
- 2023-07-23 05:50:05下载
- 积分:1
-
模拟windows中Ping命令
模拟windows中Ping命令,实现对指定域名/IP的ping包探测功能。可以学习详细的windows下包探测工作原理。
- 2022-11-19 18:20:03下载
- 积分:1
-
协助书记和程序
program to assist the secretary and the
instructors of a private school
- 2022-03-14 08:37:34下载
- 积分:1
-
Visual C++
check web source code
VC++ 实现查看网页源码
使用 CInternetSession 对象和
CInternetFile 对象完成-Visual C++
check web source code
- 2022-04-28 01:21:00下载
- 积分:1
-
地理信息系统方面的源代码。地理信息系统软件的框架下提供的美国…
gis方面的源代码。一个下gis软件框架,提供大家学习,
1. APIByName.zip,3KB
2. 01UseAPI.rar,17KB
3. 03CWinThread.rar,11KB
4. 03CThreadLocal.rar,5KB
5. 05OutputDebugString.rar,10KB
6. 06CreateExample.rar,8KB
7. 04Win32AppDemo.rar,11KB
-gis aspects of the source code. Gis software under a framework provided by U.S. study, 1. APIByName.zip, 3KB 2. 01UseAPI.rar, 17KB 3. 03CWinThread.rar, 11KB 4. 03CThreadLocal.rar, 5KB 5. 05OutputDebugString.rar, 10KB 6. 06CreateExample.rar , 8KB 7. 04Win32AppDemo.rar, 11KB
- 2023-03-16 04:55:04下载
- 积分:1
-
应用培训大师
此应用程序用于训练主记录。应用程序是非常简单和友好的使用。使开发的应用程序具有良好的特性.
- 2022-03-15 18:05:39下载
- 积分: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