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

搜索资源列表

  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. 一个C#处理XML的类

  2. 一个C#处理XML的类, /// /// 功能:读取XML到DataSet中 /// /// 使用示列: /// using Serial; //引用命名空间 /// string xmlPath = Server.MapPath("/EBDnsConfig/DnsConfig.xml"); //获取xml路径 /// DataSet ds = Serial.XmlObj.GetXml(xmlPath); //读取xml到DataSet中 /// /// xml路径 /// DataSet
  3. 所属分类:Java

    • 发布日期:2010-10-01
    • 文件大小:26624
    • 提供者:jgr8224
  1. C#_语言规范_4.0_中文版

  2. C# 语言规范 版本 4.0 目录 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 17 1.6.6.3 静态方法和实例方法 17 1.6.6.4 虚方法、重写方法和抽象方
  3. 所属分类:C#

    • 发布日期:2010-10-12
    • 文件大小:3145728
    • 提供者:hanye_911
  1. WINDOWS/C语言/管道通信实现机制

  2. Windows管道通信范例 fSuccess = ReadFile(hPipe,ReadData,BUFSIZE,&cbBytesRead,NULL); if (! fSuccess || cbBytesRead == 0) break; else { cout << "Read data : "<<ReadData<<endl; } //写数据 fSuccess = WriteFile( hPipe, // handle to pipe s.c_str()
  3. 所属分类:C

    • 发布日期:2010-10-19
    • 文件大小:38912
    • 提供者:y2352258
  1. Bank buser account的小型c++模拟程序

  2. account.h public withdrawal function that returns a bool value deposit function that returns a bool value a way to get available funds should return a double a way to create an account that returns bool value private account number how much money in
  3. 所属分类:C++

    • 发布日期:2010-11-10
    • 文件大小:356352
    • 提供者:georgelife7
  1. Arraylist 类模版

  2. private: typedef T ItemType; // int typedef ItemType* pItemType; typedef pItemType* ppItemType; ppItemType items; // size_t count; int count; // Finds the index of the next item in order. int FindNextIndex(const int start, const SortOrder order) con
  3. 所属分类:C++

    • 发布日期:2010-11-12
    • 文件大小:50176
    • 提供者:georgelife7
  1. ASP.NET C/S 完整项目

  2. public UnDebt GetUnDebtByUDID(int UDID) { UnDebt unDebt = new UnDebt(); string sql = "select * from UnDebt where DID = "+UDID; SqlDataReader dr = SQLHelper.ExecuteReader(sql); if (dr.Read()) { unDebt.DID = UDID; unDebt.DName = dr["DName"].ToString()
  3. 所属分类:其它

    • 发布日期:2010-11-15
    • 文件大小:7340032
    • 提供者:binbinloves
  1. c++函数大全c++函数大全c++函数大全c++函数大全

  2. cppreference.com > C++ I/O > bad bad Syntax: #include bool bad(); The bad() function returns true if a fatal error with the current stream has occurred, false otherwise. Related topics:
  3. 所属分类:C++

    • 发布日期:2010-11-20
    • 文件大小:480256
    • 提供者:leigh_
  1. The equity risk premium a solution

  2. In "The Equity Risk Premium: A Pmxle', Mehra and Prescott (1985) developed an Arrow- Debreu asset pricing model. They rejected it because it could not explain high enough equity risk premia. They concluded that only non-Arrow-Debreu models would sol
  3. 所属分类:其它

    • 发布日期:2010-11-24
    • 文件大小:1048576
    • 提供者:ahausjz
  1. 绘制若干OpenGL基本体素(三角形、三角形带、四边形、四边形带)构成的球体

  2. 绘制若干OpenGL基本体素(三角形、三角形带、四边形、四边形带)构成的球体,注意球体绘制与球体划分的区别。  可以控制改变球的数量和球的体积,来改变基本体素的数量以及顶点的数量。  可以通过改变glPolygonMode,切换是否填充所绘制的基本体素。  利用函数glutGet(GLUT_ELAPSED_TIME)(returns the time in milliseconds since glutInit or the first invocation of the functio
  3. 所属分类:其它

    • 发布日期:2010-11-30
    • 文件大小:258048
    • 提供者:zbcyx
  1. Pro LINQ Language Integrated Query in C# 2008

  2. 本书代码下载地址: http://apress.com/book/downloadfile/3764 Pro LINQ: Language Integrated Query in C# 2008 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. LI
  3. 所属分类:C#

    • 发布日期:2010-12-06
    • 文件大小:11534336
    • 提供者:cgcgyv
  1. C++性能优化 指南(强列推荐) chm版

  2. C++性能优化 指南(强列推荐) chm版 Part I: Everything But the Code Chapter 1. Optimizing: What Is It All About? Performance Footprint Summary Chapter 2. Creating a New System System Requirements System Design Issues The Development Process Data Process
  3. 所属分类:C++

    • 发布日期:2008-03-15
    • 文件大小:789504
    • 提供者:iihero
  1. Using DIB Sections in VB

  2. Using DIB Sections in VB An Easy to Use Class for manipulating DIBSections plus a blindingly quick technique for updating the bits Updated! 17 February 1999 The previous version of this code crashed when run under NT4.0. This was because the cod
  3. 所属分类:VB

    • 发布日期:2008-03-18
    • 文件大小:114688
    • 提供者:fgdfg123
  1. DIBSection Class VB

  2. What is a DIB Section?A DIB (Device Independent Bitmap) Section is a GDI object like a standard DIB but which additionally provides a pointer to the memory used to store the bitmap bits to which the creating application has direct access. This allow
  3. 所属分类:VB

    • 发布日期:2008-03-18
    • 文件大小:5120
    • 提供者:fgdfg123
  1. C#语言规范(4.0版本)

  2. Microsoft(微软)C#语言规范4.0版本,非常值得大家学习收藏! 目录 1. 简介 1 1.1 Hello world 1 1.2 程序结构 2 1.3 类型和变量 3 1.4 表达式 6 1.5 语句 8 1.6 类和对象 12 1.6.1 成员 12 1.6.2 可访问性 13 1.6.3 类型参数 13 1.6.4 基类 14 1.6.5 字段 14 1.6.6 方法 15 1.6.6.1 参数 15 1.6.6.2 方法体和局部变量 17 1.6.6.3 静态方法和实例方法 1
  3. 所属分类:C#

    • 发布日期:2010-12-07
    • 文件大小:2097152
    • 提供者:yuwentao4761901
  1. 汉字的首字母生成算法

  2. /// <summary /// 根据汉字的首字母产生,汉字串的助词码 /// /// 要产生助词码的汉字串/param> /// 返回产生的助词码
  3. 所属分类:其它

    • 发布日期:2010-12-13
    • 文件大小:2048
    • 提供者:cldrag
  1. ISARLAB Inverse Synthetic Aperture Radar Simulation and Processing Tool

  2. ISARLAB ("Inverse Synthetic Aperture Radar Laboratory") is a computer program designed as a research and training tool for those interested in the field of radar imaging. The system runs under MATLAB and is capable of simulating the radar returns fr
  3. 所属分类:iOS

    • 发布日期:2010-12-22
    • 文件大小:538624
    • 提供者:wu3321
  1. 汇编语言艺术 AoACHM .rar

  2. -------------------------------------------------------------------------------- The Art of Assembly Language -------------------------------------------------------------------------------- (Full Contents) ------------------------------------------
  3. 所属分类:Access

    • 发布日期:2011-01-12
    • 文件大小:3145728
    • 提供者:wxqian25
  1. c#漂亮的小时钟程序

  2. 比较实用的c#小程序,小时钟 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; //download by http://www.codefans.net namespace MyClockApp { public p
  3. 所属分类:C#

    • 发布日期:2011-01-16
    • 文件大小:14336
    • 提供者:ericforever
  1. A Monte Carlo Method for the Normal Inverse Gaussian Option Valuation Model using an Inverse Gaussian Bridge

  2. The normal inverse Gaussian process has been used to model both stock returns and interest rate processes. Although several numerical methods are available to compute, for instance, VaR and derivatives values, these are in a relatively undeveloped s
  3. 所属分类:Web开发

    • 发布日期:2011-01-18
    • 文件大小:238592
    • 提供者:divi43
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »