CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 教育/学校应用 搜索资源 - CALL调用

搜索资源列表

  1. basedzfb

    0下载:
  2. 请将 basedzfb.asp和mdb5复制到同一目录, 记事本打开basedzfb.asp修改商户支付宝账户t2和安全校验码t3即可, 安全校验码,登陆支付宝后在商家工具中获得校验码。 调用支付宝接口URL:<%=itemURL%>。请在调用接口URL文件中加入<!--#include file=\"basedzfb.asp\"-->即可。-mdb5 and copied to the same directory, Notepad open basedz
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:9482
    • 提供者:程序
  1. lcwin

    0下载:
  2. C++Builder4编写不调用vcl的简单窗体程序(带示例) 请站长看一下-C Builder4 not prepared a simple call VCL Forms procedures (with examples) Please look at the head
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:29725
    • 提供者:
  1. XXTmanager

    1下载:
  2. 家校通学校版管理系统,使用DELPHI编写,源代码,学校数据采集部分以及远程短信WEB接口调用部分。-Home-school through school version management system, written using DELPHI, source code, schools, the data collection and remote SMS WEB interface to call the part.
  3. 所属分类:Education soft system

    • 发布日期:2017-06-12
    • 文件大小:20288312
    • 提供者:wenfumin
  1. vb

    0下载:
  2. 简单的学生信息管理界面,并有带有sql数据库。可调用数据库进行查找,修改,和插入操作。-Student information management simple interface, and a database with sql. Can call the database, search, modify, and insert operations.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:69978
    • 提供者:liuxu
  1. E-language-with-ExamOCR

    0下载:
  2. 用易语言写的调用com控件,可以帮助学习易语言的扩展性。里面包含类型库包装和安装文件。另外这是调用一个阅卷ExamOCR的com控件,内容比较简单,希望有帮助。-Written in easy language to use call com control, can help to learn the language easily scalable. Which contains the type library packaging and installation files. Also
  3. 所属分类:教育/学校应用

    • 发布日期:2017-04-01
    • 文件大小:10312
    • 提供者:pqboy
  1. C

    0下载:
  2. 学生成绩管理系统是运行于windows系统下的应用软件,主要用于对学生的学号、姓名等自然信息以及各项学科成绩进行增、删、改、查等操作,并且还可对使用该系统的用户进行登录名和密码的管理。系统给用户提供了一个简单的人机界面,使用户可以根据提示输入操作项,调用系统提供的管理功能。该系统同时具有安全验证功能,根据用户的级别,其拥有的权限有所不同。-Student performance management system is running in the windows system applicat
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:3446
    • 提供者:sunliuxun
  1. li

    0下载:
  2. 图书预定系统..拥有强大的预定功能..并能如愿以偿的实现读者预定实现时间的功能..自动调用系统时间实现预定..完善图书馆的完美的系统-The library has a strong reservation system functionality .. .. and to achieve the reader intended to achieve successful, the function of the time .. call the system automatically pre
  3. 所属分类:Education soft system

    • 发布日期:2017-05-08
    • 文件大小:1759346
    • 提供者:ashf
  1. Students-performance-management

    0下载:
  2. 学生成绩管理系统 采用C语言实现 1、每一条记录包括一个学生的学号、姓名、3门成绩、平均成绩。 2、输入功能:可以一次完成无数条记录的输入。 3、显示功能:完成全部学生记录的显示。 4、查找功能:完成按姓名查找学生记录,并显示。 5、排序功能:按学生平均成绩进行排序。 6、插入功能:按平均成绩高低插入一条学生记录。 7、保存功能:将学生记录保存在任何自定义的文件中,如保存在:c:\score。 8、读取功能:将保存在文件中的学生记录读取出来。 9、有一个清晰美观界
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:4694
    • 提供者:123
  1. random

    0下载:
  2. 一个简单的上课点名系统,采用visual studio 2008制作,只需简单的调用timer控件,并把所需要显示的信息写到txt文档即可-A simple class named system, using visual studio 2008 production, by simply call timer control, and the need to display information wrote TXT documents can
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:74406
    • 提供者:ling
  1. student

    0下载:
  2. 自己写的,简单的调用access的一个学生信息管理小程序-Write your own, the simple call access a student information management small programs
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:123220
    • 提供者:林祥辩
  1. VCPP

    0下载:
  2. 定义学生类Student ,用于存放并输出学生的姓名、学号、年龄、程序设计的成绩并统计学生人数。 1) 定义缺省构造函数、带参数的构造函数和拷贝构造函数给学生的姓名、学号、年龄、程序设计的成绩分配内存并赋值; 2) 定义函数输出学生信息; 3)定义析构函数; 4) 在主函数中定义多个对象并调用上述成员函数进行测试; 5)采用头文件和源文件对程序进行组织。 -Define the student class Student, used to store and output
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:16550
    • 提供者:guosiqi
  1. zhyek_v1.0

    0下载:
  2. 本源码很简单,只要简简单单修改下图片以及源码即可使用,本源码配色为红色、灰色。 首页index.asp为一个展示页面; gb下的文件为中文系统,en下的为英文备用系统。 前台说明: 1、首页会调用一些活动回顾的照片从右往左的滚动播放; 2、中文首页的幼儿园简介需要在gb文件夹下的index.asp文件修改; 3、其它为后台控制; 后台说明: 输入http://***.com/admin进入后台,账号:admin,密码:123
  3. 所属分类:Education soft system

    • 发布日期:2017-11-12
    • 文件大小:5139048
    • 提供者:asflda
  1. money

    0下载:
  2. 此代码实现银行的存款查询,存款,借款,登陆,退出,保存用户,储户等信息,实现一次调用,功能多次的实现!-This code implements the banks inquiries, deposits, loans, landing, exit, saving users, depositors and other information, to achieve the first call, the function repeatedly to achieve!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-02
    • 文件大小:26181
    • 提供者:宋海山
搜珍网 www.dssz.com