搜索资源列表

  1. CBitmapSlider_src

    1下载:
  2. Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency eff
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9068
    • 提供者:赵建
  1. VB-RULE

    0下载:
  2. 开发规范 VB开发规范,虽然现在VB用的不多了,但有些还是能借鉴的
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25532
    • 提供者:jjww
  1. SPE-G-006-Unit-Rule

    0下载:
  2. CMM文档 《编码和单元测试规程》 CMM评审过程中可以借鉴,开发测试人员也可以
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19472
    • 提供者:jjww
  1. NEC_MCU_EMC_design_rule

    0下载:
  2. EMC desing rule in NEC design
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1507940
    • 提供者:morgantsui
  1. knn

    0下载:
  2. KNN K-nearest neighbor rule for classification
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1671
    • 提供者:鲁剑锋
  1. Mathgame

    0下载:
  2. 一个博弈论的经典游戏,规则是两边轮流走棋,走到最后一步者胜.先手只有一种走法能胜电脑,试试看-a game of the classic game theory, the rule is that the two sides take turns away game, who reached the final step victory. The offensive is only one law to be able to win a
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:55580
    • 提供者:尹鑫
  1. 分而治之

    0下载:
  2. 本程序是根据分而治之的思想来解决比赛的时间表的问题-this program is based on divide and rule of the game thinking to solve the problem of the timetable
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6185
    • 提供者:hanhan12345
  1. 龟兔赛跑的小游戏

    0下载:
  2. 面这段代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2503
    • 提供者:mm
  1. pp2005

    0下载:
  2. 非常简单代理服务器,vc编译一下,没有压缩密码,没有说明,凑字数,晕!-very simple proxy server, vc compiler that no compression code does not state that rule, wordage, halo!
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:1104
    • 提供者:刘建
  1. divide and conquer

    0下载:
  2. 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:唐海浪
  1. 正则表达式规则

    1下载:
  2. 正则表达式的规则文档,常用的格式实例,很全,有用-The rule document of regular expression includes lots of typic formula example.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5854
    • 提供者:朱强峰
  1. linqt-2[1].8.3.tar

    0下载:
  2. 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:314532
    • 提供者:丁飘
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 魔王

    0下载:
  2. (1)按照规则以下两条规则对输入的字符串进行解析: ①.α->β1β2...βn ②.(θδ1δ2...δn) -> θδnθn-1...δ2θδ1θ 其中的希腊字母标示可以用大写字母(变量)或者小写字母代换 大写字母表示α只可以使大写字母。 ①式表示变量的表达式;②式表示对括号中字符的解析。对输入一句符合上述规则的话解析的最终结果是不含有大写字母和括号-(1) In accordance with the rules of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12003
    • 提供者:黎明
  1. VLSI中文版_上.zip

    1下载:
  2. 目 錄 1 目 錄 Unix基本指令 第一章 zzzzzzzzzzzz 1.1 本章教學大綱...................................................1-2 1.2 Unix的歷史......................................................1-2 1.3 Unix基本指令簡介..............................
  3. 所属分类:电子书籍

  1. JAVA 程序源代码3

    0下载:
  2. 11 中国象棋打谱软件 主类 Chess 对弈棋盘ChessBoard 棋子ChessPiece 棋点 ChessPoint 走棋法则Rule 步骤MoveStep 记录棋谱MakeChessManual 棋谱演示Demon 12 魔板游戏 主类Puzzlefr a me 魔板PuzzlePad 魔板中的点SquarePoint 13 挖雷游戏 主类Game 方块 Block 雷区 MineSquare 雷标数目 FindAround
  3. 所属分类:其它

  1. grid_segmentation.zip

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures m
  3. 所属分类:Windows编程

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. Image Segmentation Using Iterative Watersheding

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures m
  3. 所属分类:源码下载

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. xacml test

    0下载:
  2. Sun's XACML Implementation is an access control policy evaluation engine written entirely in the Java(tm) programming language. It supports XACML 1.x and 2.0 core features, and provides a number of powerful extensions an
  3. 所属分类:WEB源码

  1. Double Integrand (NORMAL)

    0下载:
  2. 辛普森法則(Simpson's rule)是一種數值積分方法,是以二次曲線逼近的方式取代矩形或梯形積分公式,以求得定積分的數值近似解。
  3. 所属分类:源码下载

    • 发布日期:2011-06-30
    • 文件大小:115261
    • 提供者:jerry7666
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org