您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Accusoft Barcode Xpress6 for.Net.part3.rar

  2. Barcode Xpress supports 1D codes like Code 39 and 128, UPC, EAN, and 4-state postal codes, plus 2D barcodes including DataMatrix, QR Code, PDF417, Aztec, and more. It is designed for professional, high volume, automated software applications. Barcod
  3. 所属分类:C#

    • 发布日期:2010-02-03
    • 文件大小:14680064
    • 提供者:fanbaol
  1. sqlserver自定义函数

  2. --计算当前月的实际天数 Create FUNCTION dbo.CalcDaysOfMonth (@time varchar(6)) RETURNS int AS BEGIN DECLARE @Days int DECLARE @Month int DECLARE @Year int SET @Year=SUBSTRING(@time,1,4) SET @Month=SUBSTRING(@time,5,6) if( @Month='1' OR @Month='3' OR @Month='5'
  3. 所属分类:其它

    • 发布日期:2010-02-08
    • 文件大小:34816
    • 提供者:koumingjie
  1. HttpHelper 网络资源获取助手类

  2. /// /// 获取指定页面的HTML代码 /// /// 指定页面的路径 /// 回发的数据 /// 是否以post方式发送请求 /// Cookie集合 ///
  3. 所属分类:网络基础

    • 发布日期:2010-02-08
    • 文件大小:10240
    • 提供者:S_Sams
  1. 2009 达内Unix学习笔记

  2. 集合了 所有的 Unix命令大全 登陆服务器时输入 公帐号 openlab-open123 telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss 老师测评网址 http://172.16.0.198:8080/poll/ 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ 一、注意事项 命令和参数之间必需用空格隔开,参数和参数之间也必需用空格隔开
  3. 所属分类:C

    • 发布日期:2010-02-10
    • 文件大小:31744
    • 提供者:lq_1987
  1. Pro LINQ: Language Integrated Query in C# 2008

  2. LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developer
  3. 所属分类:C#

    • 发布日期:2010-02-11
    • 文件大小:11534336
    • 提供者:whzhyh
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-02-21
    • 文件大小:4194304
    • 提供者:yuyutu
  1. sqlserver自定义函数

  2. --计算当前月的实际天数 Create FUNCTION dbo.CalcDaysOfMonth (@time varchar(6)) RETURNS int AS BEGIN DECLARE @Days int DECLARE @Month int DECLARE @Year int SET @Year=SUBSTRING(@time,1,4) SET @Month=SUBSTRING(@time,5,6) if( @Month='1' OR @Month='3' OR @Month='5'
  3. 所属分类:其它

    • 发布日期:2010-02-23
    • 文件大小:61440
    • 提供者:koumingjie
  1. Reinforcement Learning: An Introduction

  2. The authoritative textbook for reinforcement learning by Richard Sutton and Andrew Barto. Contents Preface Series Forward Summary of Notation I. The Problem 1. Introduction 1.1 Reinforcement Learning 1.2 Examples 1.3 Elements of Reinforcement Learni
  3. 所属分类:硬件开发

    • 发布日期:2010-03-15
    • 文件大小:6291456
    • 提供者:gladiolus03
  1. 学生成绩管理系统设计与实现 ASP.NET C#

  2. 学生成绩管理系统 设计与实现 ASP.NET C# namespace MarkManager { public partial class Login : Form { bool loginflag; public bool LoginFlag { get { return loginflag; } set { loginflag = value; } } //登录标志 public DataSet rs; public Login() { InitializeComponent(); }
  3. 所属分类:C#

    • 发布日期:2010-03-17
    • 文件大小:105472
    • 提供者:lyon111
  1. fat-tailed and skewed asset return distributions

  2. The theory and practice of finance draws heavily on probability theory. All MBA programs prepare finance majors for their career in the profession by requiring one generalist course in probability theory and statistics attended by all business major
  3. 所属分类:硬件开发

    • 发布日期:2010-03-19
    • 文件大小:10485760
    • 提供者:dentalfloss
  1. oracle 函数大全(html格式)

  2. 有查询索引 点击进入 ABS Returns the absolute value of a number ABS() SELECT ABS(-100) FROM dual; 有实例,详细
  3. 所属分类:Oracle

    • 发布日期:2010-03-25
    • 文件大小:454656
    • 提供者:yuyeyi
  1. The Art of Assembly Language Programming

  2. You are visitor as of October 17, 1996.The Art of Assembly Language ProgrammingForward Why Would Anyone Learn This Stuff?1 What's Wrong With Assembly Language2 What's Right With Assembly Language?3 Organization of This Text and Pedagogical Concerns4
  3. 所属分类:Access

    • 发布日期:2007-12-20
    • 文件大小:4194304
    • 提供者:ttlyfast
  1. C# 数据库访问类 SQLServer 和 Access

  2. using System; using System.Data; using System.Configuration; using System.Data.OleDb; namespace xxxxx { /// /// Access数据库访问类 /// public class DataAccess { private static OleDbConnection conn = new OleDbConnection(); private static OleDbCommand com
  3. 所属分类:Web开发

    • 发布日期:2010-04-05
    • 文件大小:3072
    • 提供者:xulavigne
  1. Hill-Climbing 彩色图像分割

  2. Hill-Climbing Algorithm for Color Image Segmentation. % IDX = KMEANS(X, K) partitions the points in the N-by-P data matrix % X into K clusters. This partition minimizes the sum, over all % clusters, of the within-cluster sums of point-to-cluster-cen
  3. 所属分类:其它

    • 发布日期:2010-04-11
    • 文件大小:86016
    • 提供者:wsyy2008
  1. 图书管理系统 vc实现

  2. C语言作的图书管理系统 该程序能实现对一本书进行采编入库、清除库存、借阅图书、归还图书且记录借书的用户信息,还有查找书、显示图书目录的功能,并且以该书的书号为关键字建立一个B_树。-C language does books management system management system this procedure can realize to a book carries on picks enrolls the storehouse, the elimination stock,
  3. 所属分类:C

    • 发布日期:2010-04-23
    • 文件大小:209920
    • 提供者:hzxs1990225
  1. SQL Server CLR 极速入门,启用、设计、部署、运行 视频教程及相关代码

  2. /// /// SQL CLR 使用正则表达式替换,eg: /// select dbo.RegexReplace('柳永法','','') /// update Articles set txtContent=dbo.RegexReplace(txtContent,'','') /// --结果:柳永法 /// /// 源串,或字段名 /// 正则表达式 /// 替换后结果 /// /// SQL CLR 使用.net的Contains查找是否满足条件,eg: /// select d
  3. 所属分类:其它

    • 发布日期:2010-04-24
    • 文件大小:3145728
    • 提供者:yongfa365
  1. 手机游戏开发实例(smartphone联机炸弹人)

  2. c++ wince sdk AIsmartphone版本 和windows版本目录Table of contentI. Introduction.........................................................................................................................................................................5II. Gra
  3. 所属分类:C

    • 发布日期:2007-12-29
    • 文件大小:4194304
    • 提供者:ttlyfast
  1. 微软C编程精粹——《Writing Clean Code》

  2. 第1章 假想的编译程序 读者可以考虑一下倘若编译程序能够正确地指出代码中的所有问题,那相应程序的错误情况会怎样?这不单指语法错误,还包括程序中的任何问题,不管它有多么隐蔽。例如,假定程序中有“差1”错误,编译程序可以采用某种方法将其查出,并给出如下的错误信息 -> line 23: while (i<=j) off by one error: this should be ' line 42: int itoa(int i, char* str) algorithm error:
  3. 所属分类:C

    • 发布日期:2010-04-25
    • 文件大小:707584
    • 提供者:i_study
  1. xml通用操作类.txt(.net)

  2. /// /// 读取XML资源到DataSet中 /// /// XML资源,文件为路径,否则为XML字符串 /// XML资源类型 /// ///赵洪 /// /// /// 获取一个字符串xml文档中的ds /// /// 含有xml信息的字符串 /// /// 读取XML资源到DataTable中 /// /// XML资源,文件为路径,否则为XML字符串 /// XML资源类型:文件,字符串 /// 表名称 /// DataTable /// /// 读取XML资源中指定
  3. 所属分类:Java

    • 发布日期:2010-04-29
    • 文件大小:8192
    • 提供者:xuxinmin
  1. Ext 3.0 中文API

  2. 一款有用的Ext api,chm格式 例如: 类Array 包: 定义的文件: Ext.js 类全称: Array 继承自于: Object 配置项这个类没有配置项。 公告属性这个类没有公告属性。 公共方法方法 定义者 indexOf( Object o ) : Number 检查对象是否存在于当前数组中。 Checks whether or n... 检查对象是否存在于当前数组中。 Checks whether or not the specified object exists in th
  3. 所属分类:Javascript

    • 发布日期:2010-05-09
    • 文件大小:5242880
    • 提供者:wss_scaler
« 1 2 3 4 56 7 8 9 10 ... 50 »