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

搜索资源列表

  1. 陷阱和缺陷

    0下载:
  2. 第一部分研究了当程序被划分为记号时会发生的问题。第二部分继续研究了当程序的记号被编译器组合为声明、表达式和语句时会出现的问题。第三部分研究了由多个部分组成、分别编译并绑定到一起的C程序。第四部分处理了概念上的误解:当一个程序具体执行时会发生的事情。第五部分研究了我们的程序和它们所使用的常用库之间的关系。在第六部分中,我们注意到了我们所写的程序也不并不是我们所运行的程序;预处理器将首先运行。最后,第七部分讨论了可移植性问题:一个能在一个实现中运行的程序无法在另一个实现中运行的原因。-the fir
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:62836
    • 提供者:韩文杰
  1. AFMM_Inpainting

    0下载:
  2. 基于快进算法的破损图像修复算法,只要将图像中的破损区域由纯红色标出,该算法即可自动完成对该区域的修复。要求修复图像格式为BMP格式。-algorithm based on fast forward damaged the image restoration algorithms, as long as the image of the region damaged by the pure red mark, The algorithm can automatically complete res
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3031474
    • 提供者:屈磊
  1. DataStructuresandAlgorithmAnalysisinC

    0下载:
  2. 本书曾被评为20世纪顶尖的30部计算机着作之一,作者Mark Allen Wei-the book has been rated as the 20th century's top 30 for a one computer, the author Mark Allen Wei
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2124093
    • 提供者:里碰
  1. cifafnxiqi

    0下载:
  2. 词法分析器 编译程序中可以对读入的语句进行词法分析,拆分成记号流-lexical analyzer compiler can be read into the right phrase for lexical analysis, split into streams mark
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:黄清易
  1. xmg_clientA

    0下载:
  2. 小马哥的远程控制客户端 源代码 美有服务器-Brother Mark remote control client source code for a US server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:259121
    • 提供者:李华云
  1. pspydict0[1].3src

    1下载:
  2. PSP YDICT ver0.3 改进的功能 1。在《牛津现代英汉双解词典》中,正确显示音标。 (对YDICT ver0.2版本的《牛津现代英汉双解词典》的词库,作了部分修正。) 2。在单词右侧标示出不同难度,CET4,CET6,TOEFL,GRE,方便记忆。 CET4及以下难度,绿色标记 CET6, 浅蓝色标记 TOEFL, 黄色标记 GRE, 紫色标记 3。可以标记已查过的单词,翻阅已查单词。类似标签功能。 在当前单词的解释最后一页,按一次“X”
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:689114
    • 提供者:zb
  1. Btp

    0下载:
  2. 1.这个软件可以将一幅BMP图形转换为PCB格式。 2.首先制作一幅 BMP图形,把你需要的汉字或记号包含在内。然后运行本软件, 按下“文件”,调入图形。在“参数”中设置“层”与“线宽”,最后,按下 “转换”就可以了。 3.BMP图形最好是单色的。其实,程序只识别黑色,对其它颜色均不做处理。如 果还要一些特殊效果,请用其它软件完成。 4.制作出来的PCB板大小是BMP图形的大小乘以线宽,单位是mil(100mil=2.54mm) 5.BMP图形的大小不要太大,以
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:114967
    • 提供者:杜平
  1. RLE

    0下载:
  2. RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14893
    • 提供者:tangxin
  1. renliandedingwei

    0下载:
  2. 本程序是一个检测人脸的程序,通过一定的方法,找出图中人脸区域,并标记出眼睛鼻子和嘴巴的位置。-this procedure is a human face detection procedure for the adoption of methods to identify human face regional map, Mark the eyes and nose and mouth position.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:65756
    • 提供者:赵倩
  1. marker

    0下载:
  2. mark of calculate program. mark of calculate program.-mark of calculate program. Mark of calcula te program.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:27566
    • 提供者:china6666
  1. FaceDetectionFrame

    0下载:
  2. 一个基于知识的人脸检测系统,首先是提取肤色,然后在检测眼睛,嘴这些特征,进行验证是否是人脸,并标记位置-a knowledge-based Face Detection System, the first extraction of color, and then testing the eyes, mouth of these characteristics, verify whether he is a human face, and mark position
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:147661
    • 提供者:蒙丰博
  1. cellrecognition

    0下载:
  2. 细胞识别记数系统的实现,全部源代码,包括中心点标记,区域填充,记数等-,Visual C++,图形图象/Graph program -cell identification number system in mind the realization of full source code, including the focal point mark, regional filling, and so mind-, Visual C, graphic images / Graph program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1389590
    • 提供者:史文朋
  1. 串口通讯JustinIO

    0下载:
  2. using System using System.Runtime.InteropServices namespace JustinIO { ?class CommPort { ??public string PortNum ??public int BaudRate ??public byte ByteSize ??public byte Parity // 0-4=no,odd,even,mark,space ??public byte
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9142
    • 提供者:liucheng
  1. 5665

    0下载:
  2. 本动画先显示一些提示信息,然后按任意键进入,只见一个方框向中 间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他 键将重复,按Q键退出程序,。-the animation first showing some hints information, and then by arbitrary keys to enter, I saw a box to the middle into small, and leave your mark, and then there appe
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2318
    • 提供者:李东东
  1. HZ2PY3

    0下载:
  2. 字音转换大师是一个可以将汉字转换成拼音的免费绿色软件,该程序由阿龙编写 软件可以自动工作于两种模式: 1.智能模式,您需要安装“微软拼音输入法”,此时软件能自动识别多音字,能标注声调等。 2.简单模式,暂时没有自动识别多音字,对多音字的拼音全部标出,暂时没有标注声调 “微软拼音输入法”是指“微软拼音输入法3.0”,“微软拼音输入法2003”等中的任意一个。 XP下安装微软拼音输入法的方法(1): 通过“开始/设置/控制面板”打开控制面板 通过
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:202484
    • 提供者:qqqq
  1. mnbook30

    0下载:
  2. 超小迷你留言本 v3.0 修正版 一\\发表页和首页合并,使界面更美观简洁 二\\增加了防止远程提交功能. 三\\限制了留言字数,禁止了留言复制 四\\解决了感叹号等特殊字符引起的表格变形 五\\解决了输入脚本引起的问题 六\\对管理口令进行了MD5加密,使系统更安全 七\\增加了修改管理员口令功能.-small mini-messages that the v3.0 version of a \\ published page and the homepage me
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:141719
    • 提供者:zqf
  1. shujujiegoudanlianbiao

    0下载:
  2. 输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1185
    • 提供者:
  1. yufafenxichengxu

    0下载:
  2. Documentation and source code Copyright (C) 1985 by Mark E. Mallett permission is granted to distribute this document and the code indiscriminately. Please leave credits in place, and add your own as appropriate. -Documentation and source
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42692
    • 提供者:wanghe
  1. 5478

    0下载:
  2. 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows : Given a series of arbitrary o
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:13461
    • 提供者:李小飞
  1. pbr

    1下载:
  2. The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to perform radio
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:142856
    • 提供者:gongjian
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com