登录
首页 » 数据结构 » ACCESS VBA编写的报表生成向导源代码,很不错的

ACCESS VBA编写的报表生成向导源代码,很不错的

于 2022-07-04 发布 文件大小:135.56 kB
0 208
下载积分: 2 下载次数: 1

代码说明:

ACCESS VBA编写的报表生成向导源代码,很不错的-ACCESS VBA statements prepared Wizard source code, very good

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

发表评论

0 个回复

  • err
    魔王语言解释 [问题描述] 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。 (1)B 转换为 tAdA (2)A 转换为 sae [测试数据] B(exnxgz)B解释成tsaedsaeezegexenehetsaedsae 若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一直鹅地上一只鹅”。 t d s a e z g x n h 天 地 上 一只 鹅 追 赶 下 蛋 恨 -err
    2022-04-09 12:10:23下载
    积分:1
  • 再给大家提供一个练习的程序,用队列实现了杨辉三角,有兴趣研究下...
    再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
    2022-01-26 04:20:07下载
    积分:1
  • ruby通过DBI访问Oracle库例子
    ruby操作Oracle数据的代码例子,其中:1、insert_dbi.rb Ruby插入数据到DB的例子2、proc_dbi.rb Ruby执行Oracle的存储过程的例子3、proc_dbi_cursor.rb Ruby执行Oracle返回数据的例子,这个例子在网上很难找到解决方案4、proc_ocii.rb Ruby通过Oci访问Oracle5、query_dbi.rb Ruby插入数据到Oracle6、query_dbi_param.rb Ruby执行Oracle的存储过程7、TableFormat_dbi.rb Ruby从Oracle查询的数据转为Table格式8、update_dbi.rb Ruby修改Oracle的数据例子9、XMLFormat_dbi.rb Ruby从Oracle查询的数据转为XML格式
    2022-01-26 15:54:27下载
    积分:1
  • (1) 用一个4*20的二维组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来...
    (1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案) (2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。 -(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to large order of 20 given by ai and bi, line 2 store operation corresponding serial number, the first three lines deposited one or 2 (a representative from the ai, 2 representatives from the bi), the first four rows stored 0 or 1 (0 for job number to gain access to optimal scheduling programs a job number has been entered on behalf of the optimal scheduling scheme) ( 2) Sort exhausted, according to the methods described in textbooks, seeking the optimal scheduling of a program stored in the S in.
    2022-05-07 13:53:40下载
    积分:1
  • the binary tree traversal. And recursive and non
    二叉树的各种遍历。递归和非递归遍历以及层次遍历。-the binary tree traversal. And recursive and non- recursive traversal level traverse.
    2022-05-09 14:28:11下载
    积分:1
  • 停车场实习报告
    数据结构停车场实习报告-data structure parking internship report
    2022-10-20 12:45:08下载
    积分:1
  • visual c++ 很全的ado的sample
    visual c++ 很全的ado的sample-visual c is the whole of the sample ado
    2023-08-05 05:45:02下载
    积分:1
  • 北大ACM1455(Crazy tea party)
    北大ACM1455(Crazy tea party)-North ACM1455 (Crazy tea party)
    2022-05-16 11:18:11下载
    积分:1
  • KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多....
    KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
    2022-03-15 16:07:48下载
    积分:1
  • 动态连接ODBC库.使用通过源的名称动态链接访问ODBC库,如果程序中使用的库程序运行时是不确定的,库表中的域和记录可能被改变,那么通过指向...
    动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the database program running is uncertain, database table fields and the record is likely to be altered, So, through the database at the data source dynamic database operation that is a better one.
    2022-03-12 07:15:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载