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

搜索资源列表

  1. BitStormLite-0.1a.tar

    0下载:
  2. 经过两个多星期业余时间的努力,终于做出了一个可以发布的BitStorm版本 目前版本是BitStorm 0.1 Lite version,主要特性如下 1)基于C++和GTK2,占用系统资源少 2)可调整大小的磁盘缓存,极大的减轻磁盘负担 3)支持多Tracker 4)支持UTF-8编码的Torrent文件,文件名不会出现乱码 5)可设置最大连接数量和最大同时上传数量 Ubuntu 5.10用户可以使用下面的deb包 http://www.s
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:115931
    • 提供者:andy
  1. 布线问题(分支限界算法应用)

    0下载:
  2. 六 程序实现: #include <stdio.h> typedef struct { int row int col }Position int FindPath (Position start, Position finish, int &PathLen, Position *&path) { //计算从起始位置start到目标位置finish的最短布线路径,找到返回1,否则,返回0 int i if ((start.row =
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11873
    • 提供者:敖斌
  1. ngallery-source-1.6.1

    0下载:
  2. Lion互动网络下载系统V 1015(源码提供).都在里面了.大家自已看吧.有防下载功能.-Lion interactive network Download System V 1015 (source available). In the inside. We own this season. Defense download.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1077364
    • 提供者:邓小
  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. server_code111

    0下载:
  2. this package contains JabberD 1.4.3, MUC 0.6.0 and JUD 0.50 for win32 with ssl setup preset, based on the jabberd.zip package from james white. it was tested with the jajc client from http://jajc.ksn.ru/ and the rhymbox client from http://www.r
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2947743
    • 提供者:maomao
  1. orderable

    0下载:
  2. 存储管理、查找和排序 1.本程序的运行环境为vc++6.0 2.进入演示程序后即显示提示信息:
  3. 所属分类:C#编程

    • 发布日期:2014-01-16
    • 文件大小:1130
    • 提供者:穆木
  1. 030300726[1]

    0下载:
  2. 1-2 实系数复变多项式问题« 编程任务:给定阶数分别为n和m的实系数复变多项式f(x) 和g(x),以及复数z,计算f (z) / g(z)的值。« 数据输入:由文件input.txt 给出输入数据。第一行有2 个正整数g(x) 的阶数。接下来的2行,每行分别有n和m个实数数。最后一行的2 个实数分别表示复数z 的实部和虚部。« 结果输出:将计算出的f (z) / g(z)的值输出到文件output.txt。文件的第一行是计算得到的复数,保留6 位有效数字。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:林天
  1. NetBot_Attacker_VIP_6[1].0.rar

    1下载:
  2. NETBOTnetbotnetbot源码!,netbotnetbotnetbotnetbot
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1173505
    • 提供者:姚敬超
  1. Data2.0

    0下载:
  2. 强大的数据库访问类dbhelper 2.0 1、多数据库支持 2、多数据库类型支持 3、强大的查询公用方法,如支持返回泛型实体对象集合,泛型值类型集合,实体对象,数据集等。 4、所有方法都支持参数化与非参数化访问db,调用十分方便。 5、使用了线程本地存储,使之能支持在业务逻辑层显式控制事务。 6、注释较为详细,配置十分简单,方法较为简洁(加上注释总共200多行代码)。 7、开源,容易修改。-Powerful database access class dbhelpe
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:749375
    • 提供者:jwx007
  1. 1

    0下载:
  2. C#源码100例 1/6-C# Source 100 cases of 1/6
  3. 所属分类:CSharp

    • 发布日期:2015-01-15
    • 文件大小:169072
    • 提供者:唐方
  1. 1.6

    0下载:
  2. 编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果。 1) 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod, 并在该方法中输出传递的整型值加10后的结果。 2) 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接 收的整型值加50,并输出结果。 3) 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法 -Write a console application, comp
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:10311
    • 提供者:
  1. 1.Rar

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术. -When learning compiling principle of lexical and grammatical analysis program. Morphology and syntax analysis in a class of packaging CFenXi in Visual c++ 6.0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:257599
    • 提供者:李清
  1. ftbv3-1-6

    0下载:
  2. FreeTextBox,很强大的一个软件,大家做网站时,一定会用到的,可用来编辑字体,图像等等,分为免费版和注册版,免费版的已经可以应付大部分网站的需要了-FreeTextBox, which is a powerful software, you may need it when you develop a website. it can be used to edit fonts, pictures and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1514993
    • 提供者:
  1. Asterisk.NET.1.6.1.0

    0下载:
  2. Asterisk .net 1.6.1的源代码,实现对asterisk服务器的控制sdk-Asterisk. Net 1.6.1 source code, to realize the control of asterisk server sdk
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1023479
    • 提供者:任春龙
  1. IBatis.DataMapper.1.6.2.bin

    0下载:
  2. ibatis框架文件IBatis.DataMapper.1.6.2.bin ibatis是.net编程中比较优秀的框架(自己认为)-ibatis framework document IBatis.DataMapper.1.6.2.bin ibatis Shi. net programming is relatively excellent framework (they think)
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1902151
    • 提供者:彦彬
  1. openerp-web-6.0.1.tar

    0下载:
  2. openerp-web_通用开发组件,方便系统快速开发环境-DevFx_v1.0.156.0_ common development components to facilitate rapid development environment system
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2582648
    • 提供者:yabuli
  1. gdal-1.6.0.4CSharp

    0下载:
  2. gdal是C++编写的,编译好后可用于C++,C#和Python。此资源为编译好的gdal1.6.0C#版本动态库,能在C#程序中调用。-gdal is written in C++, after compiled can be used for C++, C# and Python. This resource is compiled gdal1.6.0C# version of the dynamic libraries in C# program to call.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1640021
    • 提供者:欣欣
  1. 1

    0下载:
  2. 基本思路见http://forum.eviloctal.com/read-ht ... age-e-fpage-1.html#a 由于那里的源码是VC++2005 C++/CLI编译,运行时不仅要 .NET 还要带个msvcm80.dll, 不方便使用,于是用VC++6.0重写了下.因为这个代码可以扩展 定制,所以发到原创 代码如下:-http://forum.eviloctal.com/read-ht ... age-e-fpage-1.html#a
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:739
    • 提供者:姜逸文
  1. HttpHelperV1.6

    0下载:
  2. httphelper 1.6h ttphelper 1.6-httphelper 1.6httphelper 1.6httphelper 1.6
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:13932
    • 提供者:cyes
  1. Asterisk.NET.1.6.3.1

    0下载:
  2. This is an unofficial package for the Asterisk .NET library. The Asterisk .NET library consists of a set of C# classes that allow you to easily build applications that interact with an Asterisk PBX Server (1.0/1.2/1.4 version). Both FastAGI and Manag
  3. 所属分类:C#编程

    • 发布日期:2018-04-29
    • 文件大小:215040
    • 提供者:salmouch
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com