登录
首页 » 数据结构 » 一个时钟(foxpro源码),虽然简单,但对初学者有用。

一个时钟(foxpro源码),虽然简单,但对初学者有用。

于 2023-08-08 发布 文件大小:7.20 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

一个时钟(foxpro源码),虽然简单,但对初学者有用。 -a clock (foxpro source), although simple, but useful for beginners.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 事务文件成批地更改主文件并得到一个新的主文件,与吴伟民课本完全一致,用C实现...
    根据事务文件成批地更改主文件并得到一个新的主文件,与吴伟民数据结构课本完全一致,用C实现-Affairs bulk to change the primary document to be a new master file, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
    2022-03-11 16:47:38下载
    积分:1
  • 给定正整n,计算出n个元素的集合{1,2,?,n}可以划分为多少个不同的非空子集。 由文件input.txt提供输入。文件的第1 行是元素个n。...
    给定正整数n,计算出n个元素的集合{1,2,?,n}可以划分为多少个不同的非空子集。 由文件input.txt提供输入数据。文件的第1 行是元素个数n。-Given positive integer n, to calculate a collection of n elements (1,2,?, N) can be divided into the number of different nonempty sets. By providing input data file input.txt. Document line 1 is the number of elements n.
    2022-05-26 09:16:18下载
    积分:1
  • vb用sql语句操作
    vb用sql语句操作数据库-vb used to operate the database sql statement
    2022-04-27 17:53:14下载
    积分:1
  • 实现最短路径算法。 实现最短路径算法。
    实现最短路径算法。 实现最短路径算法。-Realize the shortest path algorithm. Realize the shortest path algorithm.
    2023-08-02 00:25:03下载
    积分:1
  • 约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始起...
    约瑟夫问题有原始的约瑟夫和发展了的约瑟夫两种。 原始的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,他有一条荒唐的法律,将犯人站成一个圆圈,从第S个人开始数起,每数到第D个犯人,就拉出来处决,然后再数D个,数到的人再处决―――直到剩下的最后一个可赦免。 发展的约瑟夫的描述: 古代某法官要判决N个犯人的死刑,但这N个人每人持有一个密码,他有一条荒唐的法律,将犯人站成一个圆圈,法官先给出一个密码M,从第S个人开始数起,每数到第M个犯人,就拉出来处决,再根据这个人所持有的密码F,然后再数F个,数到的人再处决,以此类推―――直到剩下的最后一个可赦免。-Joseph problems have original development of the Joseph and Joseph two. The original Joseph Description : Ancient a judge to sentence N inmates of the death penalty, he is a ridiculous law, prisoners station into a circle, from S began a few individuals, every few months to D prisoners, pull out executions, then D, the number of people to be re-executed--- until the last one left to be pardoned. The development of the Joseph Description : Ancient a judge to sentence N inmates of the death penalty, but each individual N holders a password, he is a ridiculous law, prisoners station into a circle, the judges first gave a password M, S individuals from the beginning of several, each of the first few inmates M , pull hi
    2022-03-11 16:54:39下载
    积分:1
  • 常用算法和的方法!
    常用算法和数据结构的c++实现方法!-commonly used algorithms and data structures of c method!
    2022-02-14 03:54:48下载
    积分:1
  • actionscript描述
    actionscript数据结构描述-actionscript s data structure
    2022-01-31 07:18:50下载
    积分:1
  • 了解服务器的内部,对LOCK有一个 更高层次的认识。 建议有3年C++编程的朋友参考。...
    了解服务器的内部结构,对LOCK有一个 更高层次的认识。 建议有3年C++编程的朋友参考。-understanding of the internal structure of the server, right LOCK have a higher level of awareness. Proposal 3 years C programming reference to a friend.
    2023-01-08 21:55:02下载
    积分:1
  • Sqlite包装v.4.7为对(深版)
    SQLite的包装库的源代码,4.7版本可与最新的PBWIN编译器中使用
    2022-03-17 03:53:35下载
    积分:1
  • 1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
    1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。 4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。 -1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
    2023-06-03 00:05:04下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载