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

搜索资源列表

  1. Palm OS Programming Bible

  2. Palm OS Programming BiblePalm OS® Programming Bible will show you how to create applications for Palm’spopular line of handheld organizers, as well as third-party devices that also run thePalm OS. In addition, this book co vers creation of Web clipp
  3. 所属分类:Access

    • 发布日期:2007-08-09
    • 文件大小:3145728
    • 提供者:jlctt
  1. 图片上传并按比例缩小

  2. 在ASP.NET中上传图片并生成缩略图的C#源码 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.W eb.UI; using System.Web.UI.WebControls; using Syst
  3. 所属分类:Web开发

    • 发布日期:2009-05-08
    • 文件大小:8192
    • 提供者:gao_pan
  1. C++reference

  2. C++ 库函数查询 CHM 格式 #, ## manipulate strings #define define variables #error display an error message #if, #ifdef, #ifndef, #else, #elif, #endif conditional operators #include insert the contents of another file #line set line and file information #pra
  3. 所属分类:C++

    • 发布日期:2009-05-16
    • 文件大小:480256
    • 提供者:zqiang320
  1. c#做的俄罗斯方块,不下后悔

  2. 提供一个核心类,接口仅几个,方便外围开发,你可以在此基础上做一些扩展,如使其界面更美观,方块更美观等 class DyPanel :Panel { #region 类属性 private Timer t_slow,t_fast; private XY current_p, start_p; private XY []cur_square; private XY []afterChange_squar; private int wi dth, height; private SolidBrush
  3. 所属分类:C#

    • 发布日期:2009-05-18
    • 文件大小:247808
    • 提供者:zhou1zhou8
  1. twxproxy_pro_v211.zip

  2. TWX PROXY v2.03 SOURCE RELEASE NOTES 12 March 2005 FOREWORD TWX Proxy began as a pet project of mine back in early 1999. Over a 6 year period, the project evolved from a simple VB "sendkeys" application into a fully featured telnet proxy server comp
  3. 所属分类:Proxy

    • 发布日期:2009-05-26
    • 文件大小:2097152
    • 提供者:jbleak
  1. Bioinformatics for Dummies.

  2. Bioinformatics the process of searching biological databases, comparing sequences, examining protein structures, and researching biological questions with a computer is one of the marvels of modern technology that can save you months of lab work.
  3. 所属分类:Access

    • 发布日期:2009-06-14
    • 文件大小:13631488
    • 提供者:cherry1023
  1. 傅立叶快速变换算法实例源码

  2. Arbitrary Length FFT ------------------------------------------------------------------------ NOTE : This is copyrighted material, NOT public domain. See below. ------------------------------------------------------------------------ Contents: This
  3. 所属分类:C

    • 发布日期:2009-06-23
    • 文件大小:39936
    • 提供者:highrisk
  1. Prime Numbers:A Computational Perspective

  2. Prime numbers beckon to the beginner, the basic notion of primality being accessible to a child. Yet, some of the simplest questions about primes have stumped humankind for millennia. In this book, the authors concentrate on the computational aspect
  3. 所属分类:Access

    • 发布日期:2009-07-09
    • 文件大小:2097152
    • 提供者:ziyuang
  1. 程序语言设计原理习题解答

  2. Contents Chapter 1 Preliminaries 1 1.1 Reasons for Studying Concepts of Programming Languages 2 1.2 Programming Domains 5 1.3 Language Evaluation Criteria 7 1.4 Influences on Language Design 20 1.5 Language Categories 23 1.6 Language Design Trade-of
  3. 所属分类:Java

    • 发布日期:2009-07-10
    • 文件大小:60416
    • 提供者:ying112208
  1. Proxy Pattern Informatization Research Based On SaaS

  2. Abstract—Based on demands in proxy pattern, this article proposes informatization solution of proxy pattern which includes enterprise management, proxy management, franchisee management and supply chain management, then discusses basic functions, sy
  3. 所属分类:Proxy

    • 发布日期:2009-07-18
    • 文件大小:32768
    • 提供者:wangqingjie1234
  1. 北京邮电大学 离散数学上机第1001题

  2. Descr iption Now, there are a list of N numbers. Your job is to find the Mth largest number X. (there are M-1 numbers >= X)
  3. 所属分类:专业指导

    • 发布日期:2009-12-23
    • 文件大小:2048
    • 提供者:legend507
  1. Largest cruise ship squeezes under Danish bridge

  2. Largest cruise ship squeezes under Danish bridge simulation process
  3. 所属分类:嵌入式

    • 发布日期:2009-12-26
    • 文件大小:27648
    • 提供者:davidhap
  1. Largest Lyapunov 程序

  2. 求解LargestLyapunov的程序代码
  3. 所属分类:其它

    • 发布日期:2014-04-15
    • 文件大小:1024
    • 提供者:u014736128
  1. HDU 2136 Largest prime factor

  2. Largest prime factor Everybody knows any number can be combined by the prime number. Now, your task is telling me what position of the largest prime factor. The position of prime 2 is 1, prime 3 is 2, and prime 5 is 3, etc. Specially, LPF(1) = 0. Ea
  3. 所属分类:C++

    • 发布日期:2015-06-19
    • 文件大小:154624
    • 提供者:liunan199481
  1. LeetCode Largest Rectangle in Histogram

  2. LeetCode题目Largest Rectangle in Histogram 解答
  3. 所属分类:其它

    • 发布日期:2015-06-22
    • 文件大小:2097152
    • 提供者:u010583502
  1. postgrad-challenge-largest-subarray-sum-nyc-web-career-040119-源码

  2. 最大子数组总和 问题 给定一个整数数组,找到一个具有最大和的序列。 看一个例子: let array = [ 1 , - 1 , 5 , 3 , - 7 , 4 , 5 , 6 , - 100 , 4 ] function largestSubarraySum ( array ) { // code to write here } largestSubarraySum ( array ) // 16 在此示例中,最大的子数组为[5、3,-7、4、5、6],其总和为5 + 3-7 + 4
  3. 所属分类:其它

    • 发布日期:2021-03-26
    • 文件大小:8192
    • 提供者:weixin_42102220
  1. On the largest affine sub-families of a family of NFSR sequences

  2. On the largest affine sub-families of a family of NFSR sequences
  3. 所属分类:其它

    • 发布日期:2021-02-21
    • 文件大小:475136
    • 提供者:weixin_38689191
  1. Hour-Glass-Largest-Sum:JAVA程序,用于查找给定矩阵中总和最大的沙漏-源码

  2. Hour-Glass-Largest-Sum:JAVA程序,用于查找给定矩阵中总和最大的沙漏
  3. 所属分类:其它

    • 发布日期:2021-02-14
    • 文件大小:31744
    • 提供者:weixin_42181319
  1. On the largest affine sub-families of a family of NFSR sequences

  2. On the largest affine sub-families of a family of NFSR sequences
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:504832
    • 提供者:weixin_38731027
  1. The asymptotic size of the largest component in random geometric graphs with some application

  2. The asymptotic size of the largest component in random geometric graphs with some application
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:204800
    • 提供者:weixin_38717980
« 12 3 4 5 6 7 8 9 10 ... 17 »