CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - account

搜索资源列表

  1. CSharp技术内幕

    0下载:
  2. 里面以源码的形式详细的介绍了c#的相关知识.对刚开始学习c#的很有帮助.-inside source in the form of a detailed account of the c # relevant knowledge. To start learning c # helpful.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:510091
    • 提供者:王大
  1. Credit_Inquiry

    0下载:
  2. 一个模拟的信用查询程序,用此来显示消费者的账户信息,基于.net环境开发-a simulation of credit inquiries procedures used here to show that consumer account information, based on the. Net development environment
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3368
    • 提供者:光宇广贞
  1. JAVA2ProgramExample150

    0下载:
  2. JAVA经典程序源代码150例,学习JAVA的朋友下,不需要帐号.-classic Java source code 150 cases, learning Java friends, no account.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1430669
    • 提供者:王少石
  1. ReadDll

    0下载:
  2. 本程序详细说明如何调用dll中的函数,为自己和程序所用。-the procedures detailed account of how the call dll function, and procedures for their use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19975
    • 提供者:孙毅成
  1. AspxBBSv3.6

    0下载:
  2. 本源代码是用C#语言在ASP1.1环境下编写的BBS,默认的超管是: 帐号:admin 密码:admin-source code is in C# language in the Javascr ipt environment prepared by the BBS, the default super pipe is : Account : admin Password : admin
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1435876
    • 提供者:马涛
  1. PhoneCalculateSystem

    0下载:
  2. 这是一个用C++写的电话费记费和管理系统,统计各个时段的业务量(即通话总时数)和话费收入。 对各个时段的通话业务进行排序。 打印简单的用户话费清单。 对不同的时间段拨打电话能够进行自动计费,同时考虑跨时间段的情况。其中,用户信息有用户姓名、电话号码、国内长途通话时间、市内电话通话时间、通话时段、月租费、当月费用。 考虑非周末的节假日的话费半价,应对程序进行如何处理,编写此功能的代码-This is a C write the telephone charged fees and
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5549
    • 提供者:向明建
  1. NWEB0518

    0下载:
  2. 企业管理系统 管理登录:/system/adminlogin.asp 管理帐号:admin 密  码:admin-Enterprise Management System Login : / system / adminlogin.asp Management Account : admin Password : admin
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2284343
    • 提供者:张超
  1. BinomialShowdown

    0下载:
  2. 文件源码,通过VC++6.0编译运行成功。个人编写。原题目:In how many ways can you choose k elements out of n elements, not taking order into account? -source documents, VC 6.0 compiler running successfully. Personal preparation. Original title : In how many ways can you cho
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:800
    • 提供者:孙威
  1. haiyang

    0下载:
  2. 人不需帐号就可自由下载此源码(选择自由下载将不利于本站源码数量的增多并会降低本站下载速-account can be less than free download this source (freedom of choice download site source is not conducive to the increase in the volume and reduce speed download site
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6433
    • 提供者:liuyang
  1. data_qurey2006-7-18

    0下载:
  2. 基于.NET 2003开发的WINFORM程序,只要输入你的SQL Server2000的SuperAdministrator账号与密码,就可以查询到所有能访问到的SQL服务器中的数据库以及库中的内容,注:要求本机为服务器操作系统。-based.NET 2003 development WINFORM procedures, Enter your SQL Server 2000 account of SuperAdministrator with the password on all of t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26989
    • 提供者:Jerry
  1. 2006111111470311735

    1下载:
  2. QQ多账户登录器 适合新手学习里面的一些-QQ account logged more suitable for the novice learning some inside Eastern
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:94358
    • 提供者:Xi Xie
  1. NewGenerationCSharpAndASP.NETGuide

    0下载:
  2. 本书采用从点到面的讲述手法,历数CCSharp基本语法,网页开发时所应用到的各种控制项,继而整合这些方面,详细讲述Web应用程序,WebService的应用与开发.我们深信你会被ASP.NET的开发方式,执行速度,简化布署的特色所震撼.-adopted from the book points to a plane on approach, listing CCSharp basic grammar, web development by the application of the vario
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1751258
    • 提供者:szg
  1. ExSplit

    0下载:
  2. 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:534
    • 提供者:林宜聪
  1. BuildUser

    0下载:
  2. 一个c#写的建立隐藏用户的小程序,所建的用户在用户帐户里不可见-c # 1 was the establishment of small hidden user procedures, built by the users in a user account can be seen not
  3. 所属分类:C#编程

    • 发布日期:2014-01-15
    • 文件大小:35670
    • 提供者:tangked
  1. photo

    0下载:
  2. 在ACESS 2000中存储显示图片 // 实例化 oleDbCommand1对象 da = new OleDbDataAdapter() da.SelectCommand = oleDbCommand1 //实例化 OleDbCommandBuilder 对象 否则无法进行数据刷新 cb = new OleDbCommandBuilder(da) // 找到数据集dataSet1 就是找到了一个可以接水的容器
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1366088
    • 提供者:000
  1. HMScode

    0下载:
  2. Hotel Movie System:provides a link to the hotel’s Property Management System (PMS) to support such functions as charge-posting, message-retrieving, account review and express checkout. To carry out these functions, messages are sent between the two s
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:32315
    • 提供者:laulis tang
  1. 磁盘管理系统(DiskExpert)V2.0

    0下载:
  2. 可以充当一个在线FTP的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,剪切,粘贴,编辑,重命名,仿真window界面,功能方便易用。 初始密码admin-can serve as an online FTP functions If the server does not limit the system account, the server can access all of the above catalog, download, upload, cop
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14010
    • 提供者:陈旧
  1. account

    0下载:
  2. 银行账户模拟 创建一个银行帐户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行帐户中存钱、取钱-Bank account simulation
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:79277
    • 提供者:李依宁
  1. account

    0下载:
  2. 银行账户的客户存取钱的计算,以及利息的加和。-Calculation of bank account customers to access money, plus interest and.
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:923285
    • 提供者:王自明
  1. Account

    0下载:
  2. 一个与银行账户相关的管理程序。银行的所有账户都可以存款和取款。 存款能够产生一定的利息,查询和取款交易要缴纳一定的手续费。 派生类: SavingAccount 和 CheckingAccount; SavingAccount:继承 Account 的成员函数;构造函数接收两个参数:存 款初始值( initialBalance)和利率( rate);增加一个数据成员:利率(interestRate), 增加 public 类型的成员函数用于计算利率(calculateIntere
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:15416
    • 提供者:lefter
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com