CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 注释

搜索资源列表

  1. MCU_LCD

    0下载:
  2. 本程序是为51系列单片机开发的16*2型液晶模块驱动程序。该驱动程序包含两个文件,将C文件关联入工程,在调用文件前包含H文件即可。程序提供了简便实用的接口程序,具体使用方法参见文件注释。(本驱动程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-the procedures for the development of single-chip 51 16 * 2 LCD driver. This driver contains two files, documents relate
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:LENG
  1. MCU_Key

    0下载:
  2. 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keyboard driver. The drive included
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3871
    • 提供者:LENG
  1. snowstorm

    0下载:
  2. 下雪模拟程序,采用opengle,有详细的注释。-snow simulation program used opengle a detailed comments.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:49978
    • 提供者:quake
  1. 非线性方程组的迭代解法

    1下载:
  2. 非线性方程组的迭代解法,包括:简单迭代法、Newton法、割线法、拟Newton法等.详见程序注释-nonlinear equations of the iterative solution, including : simple iterative method, Newton, secant, to the Newton law. Detailed procedures Notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16338
    • 提供者:周思良
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. constr

    0下载:
  2. 这个是MFC的一个单文档界面的程序,由于初学者在初学MFC的时候对MFC的结构不能很好的理解,而程序中又比较少的解析,本程序中有比较详细的中文注释,很适合初学着去学习.-this is a MFC single document interface procedures, as beginners in learning the right MFC MFC structure not well understood, and the process is much less analyze, a
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43164
    • 提供者:李想
  1. 数字时钟keil c

    0下载:
  2. keil c数字时钟源程序 简单好用,加了详细注释。在keil c下-keil the c numeral clock source program simple was easy to use, added the detailed annotation. In keil c next
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2553
    • 提供者:晓辉
  1. qqllky_dc

    0下载:
  2. 以前编写的一个支持最新多层qq连连看外挂 如果现在版本不支持,只需要更改几个关键地址。 可以用od很容易跟踪出这几个循环链表。 程序采用vb+api编写,用最简洁最优化的算发实现了模拟判断,点击的过程。 另外程序还有不少anti技巧可以学习。 关键代码旁边都有注释说明。 在于提高编程技巧。请勿用于商业目的-previously prepared a support for the latest multi-storey qq 1000 block of Terry Ave
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:463191
    • 提供者:胡俊杰
  1. 银行储蓄系统

    1下载:
  2. MFC写的银行储蓄系统,功能完善,自动分配帐号,有密码功能,debug里有exe文件,运行即可,源码在外面,加了注释了!-MFC wrote savings bank system, complete functions, automatic allocation account, password function, debug there are exe files, run can be, the source code on the outside, plus a footnote!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69176
    • 提供者:张傻
  1. Roamsteps20020818

    0下载:
  2. 利用实时最优化自适应网格算法绘制大规模地形,算法经典,绝对可用,注释清楚。-optimize the use of real-time adaptive grid massive terrain mapping algorithm, the algorithm classics, and absolutely available Notes clear.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:85616
    • 提供者:小高
  1. houghIE

    0下载:
  2. hough 变换的实现。程序中有注释。使用者可以自己在vc 中实现该功能。-Hough transform is realized. Notes procedures are. Users can vc in achieving the feature.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5556
    • 提供者:崔冰
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable for use Learners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 24_060_3_张维_J2EE课程设计

    0下载:
  2. 这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计,内含课程设计报告,类图,源码(注释规范)。执行效果见报告内。-the United States to attend Carnegie Mellon University, Carnegie Mellon University (CMU) courses ssd3 : Object-Oriented
  3. 所属分类:软件工程

  1. 实例12 实现qq程序的抽屉效果

    0下载:
  2. 该程序在VC环境下在窗口视中实现了类似QQ那种抽屉的效果,在代码中,本人有详细的注释。-procedures in the VC environment in the window as to achieve a similar kind of QQ drawer effect, the code, I have detailed notes.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:3891923
    • 提供者:
  1. 三维按钮

    1下载:
  2. 实现非常漂亮的三维按钮,代码完整,内含注释。-achieve very beautiful 3D buttons, code integrity, containing notes.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:29655
    • 提供者:活动反
  1. scr_book

    1下载:
  2. 电子图书阅读器,有详细的注释,编程风格严谨,对初学者有很大帮助!-electronic book reader, a detailed footnote style programming for stringent beginners great help!
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:287495
    • 提供者:gogo
  1. 图片模糊与锐化

    0下载:
  2. 本例使用JAVA语言实现了图片的模糊与锐化,详细的注释请看源代码的注释。谢谢支持!-cases the use of the Java language and blurred images sharper and detailed annotations Look at the source code of the Notes. Thank you support!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2677
    • 提供者:
  1. 图片旋转

    0下载:
  2. 我看到已经有些朋友传过C、vb等的代码,我现在为大家带来了JAVA实现的图片旋转程序,详细说明请见文件中的注释,谢谢支持-I have seen some friends came across C, vb the code, I now bring you a picture JAVA rotation procedures, detailed descr iption, see the Notes document, thank you support! !
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21330
    • 提供者:
  1. 球的运动

    0下载:
  2. 一个典型的多线程小实例:球的运动 一个典型的多线程小实例:球的运动 几乎每一处都有注释,只要一点时间就能看懂 适合初学者学习交流 这是我学习java线程时做的一个小程序,请大家指教 -a typical example of a small multi-threaded : ball movement of a typical multi-threaded small example : the ball almost every campaign has N
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:10495
    • 提供者:玄龙
  1. 钩子技术实现键盘按键发音程序

    0下载:
  2. 使用windows钩子技术实现按键发音的程序,有详细的注释,想对钩子技术有所了解的话,这是一个简单易懂的入门程序.-use technology pronunciation keys procedures, a detailed note on the hook to understand the technology, then it is a simple and easy entry procedures.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:521603
    • 提供者:朱江
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com