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

搜索资源列表

  1. Ext.ux.UploadDialog

  2. Configuration. Most configuration options are inherited from Ext.Window (see ExtJs docs). The added ones are: url - the url where to post uploaded files. base_params - additional post params (default to {}). permitted_extensions - array of file exte
  3. 所属分类:Javascript

    • 发布日期:2009-05-08
    • 文件大小:279552
    • 提供者:yingt2028
  1. The Minimax Algorithm

  2. The minimax algorithm is a specialized search algorithm which returns the optimal sequence of moves for a player in an zero-sum game. On its own, it is too complex to be practical for a game-playing program, but there are several extensions that, ta
  3. 所属分类:其它

    • 发布日期:2009-05-11
    • 文件大小:116736
    • 提供者:xibuniuzai1987
  1. Process Tamber

  2. Process Tamer is a tiny (140k) and efficient utility for Microsoft Windows XP/2K/NT that runs in your system tray and constantly monitors the cpu usage of other processes. When it sees a process that is overloading your cpu, it reduces the priority
  3. 所属分类:其它

    • 发布日期:2009-05-12
    • 文件大小:2097152
    • 提供者:suanyuan
  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. Netron3X.zip

  2. sing System; using System.Drawing; using System.Windows.Forms; namespace Netron.Diagramming.Core { /// /// Abstract base class for a connection /// public abstract partial class ConnectionBase : DiagramEntityBase, IConnection { #region Fields ///
  3. 所属分类:Java

    • 发布日期:2009-05-21
    • 文件大小:3145728
    • 提供者:BEYOND198336
  1. 用C#编写的凸包算法

  2. 用C#编写的图形界面演示凸包。 private void Form1_MouseClick(object sender, MouseEventArgs e) { g.FillEllipse(bPoint, e.X, e.Y, 5, 5); list.Add(e.Location); } /// /// 凸包算法 /// /// /// private List BruteForceTu(List _list) { //记录极点对 List role = new List(); //遍历
  3. 所属分类:C

    • 发布日期:2009-05-22
    • 文件大小:34816
    • 提供者:kabi2007
  1. 我自己写的自定义Web的上传控件

  2. using system; using system.web.ui; using system.web.ui.webcontrols; using system.componentmodel; using system.web.ui.htmlcontrols; using system.io; using system.drawing; using system.drawing.design; namespace yingnet.common { /// /// fileupload 的摘要
  3. 所属分类:Web开发

    • 发布日期:2009-05-25
    • 文件大小:5120
    • 提供者:whj7451321
  1. IC卡的读取写入事例

  2. IC卡的读取写入事例 /// /// 激活TYPE_A卡 /// /// 通讯设备标识符 /// 卡序列号 /// 卡序列号长度 /// 返回卡容量 /// [DllImport("MasterRD.dll",EntryPoint="rf_select")] public static extern int rf_select(IntPtr dve,byte[] cardnum,byte leng,byte[] size); /// /// 读取MifareOne卡一块数据 ///
  3. 所属分类:C++

    • 发布日期:2009-05-26
    • 文件大小:359424
    • 提供者:chenaini1314
  1. UCMESS:Utility to Close Monitor or Enter Screen Saver

  2. Utility to Close Monitor or Enter Screen Saver v1.0.0.1 Release Date:2009 06 19 Program Name:UCMESS Author:Lawrence Don E-mail:LawrenceDon@163.com Support Web: lawrencedon.blog.hexun.com 下载地址:http://sites.google.com/site/downloadcenterforldsstudio/H
  3. 所属分类:C

    • 发布日期:2009-06-19
    • 文件大小:82944
    • 提供者:LawrenceDon
  1. ICSharpCode.SharpZipLib 最新版

  2. zip压缩DLL 可以使用程序自己来控制 压缩,解压. c#使用代码如下: /// /// 压缩和解压文件 /// public class ZipClass { /// /// 所有文件缓存 /// List files = new List<string& gt;(); /// /// 所有空目录缓存 /// List paths = new List(); /// /// 压缩单个文件 /// /// 要压缩的文件 /// 压缩后的文件全名 /// 压缩程度,范围0
  3. 所属分类:Access

    • 发布日期:2009-06-23
    • 文件大小:192512
    • 提供者:lhbshYU
  1. D:\uC_OS-II V2.51源码

  2. ********************************************************************************************************* * INITIALIZATION * * Descr iption: This function is used to initialize the internals of uC/OS-II and MUST be call ed prior to * creating any uC
  3. 所属分类:Java

    • 发布日期:2009-06-30
    • 文件大小:869376
    • 提供者:sisky1001
  1. Digital Audio Compression Standard (AC-3, E-AC-3) Revision B

  2. Dolby Digital, or AC-3, is the common version containing up to six discrete channels of sound. The most elaborate mode in common usage involves five channels for normal-range speakers (20 Hz – 20,000 Hz) (right front, center, left front, right rear
  3. 所属分类:其它

    • 发布日期:2009-06-30
    • 文件大小:2097152
    • 提供者:enjoyoung
  1. 去掉Windows CE和 Pocket PC中和OK按钮

  2. 去掉Windows CE和 Pocket PC中和OK按钮 需要Windows mobil 6的SDK using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime; using Syst
  3. 所属分类:Java

    • 发布日期:2009-07-03
    • 文件大小:37888
    • 提供者:xjzdr
  1. c# CF 拨打电话

  2. [DllImport("phone.dll")] private static extern IntPtr PhoneMakeCall(ref PhoneMakeCallInfo ppmci); /// /// Dials the specified phone number. /// /// Phone number to dial. public static void MakeCall(string PhoneNumber) { MakeCall(PhoneNumber, false
  3. 所属分类:C#

    • 发布日期:2009-07-08
    • 文件大小:2048
    • 提供者:on_line
  1. C#农历处理类 测试正常

  2. 之前曾经上传过一个农历处理类,但遇到润年月会出异常.这个是对网上的改进版,经测试正常,我的项目中都在使用.在这里共享出来..... 文件里有使用说明.使用时调用两个静态函数即可: /// /// 显示: 农历 闰五月十一 星期五 2009-07-03 13:25:09 /// /// public static string ShowFullString() { THQDate dt = new THQDate(); return string.Format(@"农历 {0} {1} {
  3. 所属分类:C#

    • 发布日期:2009-07-08
    • 文件大小:32768
    • 提供者:yuanfang8789
  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. C# 语言规范

  2. C# 语言规范.1. 介绍. 2. 词法结构. 3. 基本概念. 4. 类型. 5. 变量. 1716. 转换. 7. 表达式. 8. 语句. 9. 命名空间. 10. 类. 11. 结构. 12. 数组. <br&g t;13. 接口. 14. 枚举. 15. 委托. 16. 异常. 17. 属性. A. 不安全代码. A.1 不安全上下文. A.2 指针类型. A.3 固定和可移动变量. A.4 指针转换. A.5 表达式中的指针. A.5.1 指针间接寻址.A.5.2 指针成员访问
  3. 所属分类:C#

    • 发布日期:2007-09-04
    • 文件大小:500736
    • 提供者:miaoyishui
  1. JUnit Recipes(Junit 菜谱)

  2. 这是英文版,非扫描 部分目录摘录 Fundamentals 3 1.1 What is Programmer Testing? 4 1.2 Getting started with JUnit 10 1.3 A few good practices 17 1.4 Summary 20 2 Elementary tests 22 2.1 Test your equals method 26 2.2 Test a method that returns nothing 33 2.3 Test a
  3. 所属分类:Java

    • 发布日期:2009-07-29
    • 文件大小:7340032
    • 提供者:q421022
  1. 读取INI文件 C#

  2. 读取INI文件C#源代码 /**//// /// /// /// 段名 /// 键名 /// 如果读取失败的默认返回值 /// 文件路径 /// ...展开收缩
  3. 所属分类:C#

    • 发布日期:2009-08-06
    • 文件大小:2048
    • 提供者:chen_h_b
  1. 浅谈西门子Prodave6.0在C#中的应用

  2. 一.从w95_s7.dll中导入PLC通讯函数的方法[DllImport] 在使用DllImport之前,必须引入InteropServices, 代码如下: using System.Runtime.InteropServices; 具体使用方法可以参考我的博客中转载的一篇文章 《C#(.net)中的DllImport用法[转] 》写的很不错,千万要注意C++数据类型到C#的对应关系,选用合适的类型。比如 char* 可以用string来转换,指针类型可以ref 或者数组。 原文地址:htt
  3. 所属分类:C#

    • 发布日期:2009-08-16
    • 文件大小:175104
    • 提供者:xdpcxq
« 1 23 4 5 6 7 8 9 10 ... 50 »