搜索资源列表

  1. 1

    0下载:
  2. MFC编程技巧与范例详解\第十三章\13.1,13.2,13.4 网络实例-MFC programming skills and detailed examples \ thirteenth chapter \ 13.1,13.2,13.4 network examples
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:56320
    • 提供者:wsy
  1. 1

    0下载:
  2. MFC编程技巧与范例详解\第十一章\11.1音乐播放器-MFC programming skills and detailed examples \ XI Chapter \ 11.1 music player
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:37888
    • 提供者:wsy
  1. 1

    0下载:
  2. MFC编程技巧与范例详解\第十章\10.1-10.4 图像实例-MFC programming skills and detailed examples \ X s \ 10.1-10.4 image examples
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:1183744
    • 提供者:wsy
  1. 1

    0下载:
  2. MFC编程技巧与范例详解\第九章\9.1可拖拽的树形控件-MFC programming skills and detailed examples \ IX \ 9.1 can drag and drop tree control
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:3477504
    • 提供者:wsy
  1. 1

    0下载:
  2. 计算1到10以内的任意数(整数)的任意次幂-Of 1 to 10 within the calculation of an arbitrary number (integer) power of an arbitrary
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:898048
    • 提供者:oksky
  1. 1

    0下载:
  2. hy your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode d
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:1988608
    • 提供者:dong
  1. 1

    0下载:
  2. ASCII是用来表示英文字符的一种编码规范。每个ASCII字符占用1个字节,因此,ASCII编码可以表示的最大字符数是255(00H—FFH)。其实,英文字符并没有那么多,一般只用前128个(00H—7FH,最高位为0),其中包括了控制字符、数字、大小写字母和其它一些符号。而最高位为1的另128个字符(80H—FFH)被称为“扩展ASCII”,一般用来存放英文的制表符、部分音标字符等等的一些其它符号。 -ASCII is used
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:mxb
  1. 1

    0下载:
  2. openCV 做的直方图变换,可以用,已经试过,我用的是1.0-using openCV for histgrom analysis,the version I use is 1.0
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:204800
    • 提供者:许佳炜
  1. 1

    0下载:
  2. 编写程序通过设置ios::scientific和ios::fixed标志以定点和科学计数法显示浮点类型数据。 测试: #include <iostream> using namespace std int main() { double x = .001234567, y = 1.886e9 //… return 0 } -Write a program by
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1428480
    • 提供者:Cheng
  1. 1

    0下载:
  2. 试验一 级数求和 求当x分别为0.0,0.1,0.2……300.00时级数 的和。要求所有级数和的绝对误差的值都小于1.0×10-10。这一问题是1962年Hamming提出的,即鉴于当时的计算机运行速度非常慢。 -Order to test a number of sum when x ... ... 0.0,0.1,0.2 respectively, when the series and 300.00. Requires
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:377856
    • 提供者:魏青建
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:4062208
    • 提供者:孔小亮
  1. SLR(1)

    0下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:548864
    • 提供者:肖琴琴
  1. Winpcap

    0下载:
  2. 1.了解和掌握IP数据包格式; 2.了解数据报各字段的功能; 3.了解IP数据报分片与重组和各选项的功能 -1. To understand and master IP data packet format 2. To understand the functions of each field of data reported 3. About IP packet fragmentation and re-organi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:3315712
    • 提供者:chegnyangmao
  1. smoothingsharpening

    0下载:
  2. 将pepper图像分别进行平滑和锐化处理,滤波掩模为1/9[1 1 1 1 1 1 1 1 1]和[0 -1 0 -1 5 -1 0 -1 0]分别滤波后的图像。-The pepper image smoothing and sharpening, respectively, filter mask for the 1/9 [1 1 1 111 111] and [0-10 -15-1 0-10] were the filtere
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:2989056
    • 提供者:欧阳翔
  1. opencv

    0下载:
  2. OPENCV 目标检测程序,编译环境VC加加2008,OPENCV 最新版本2.1.-OPENCV target detection process, the build environment VC Gaga 2008, OPENCV the latest version 2.1.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-22
    • 文件大小:28907520
    • 提供者:zhang
  1. SnifferPro

    0下载:
  2. 1. 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(在解析树中),则相应的四个字节高亮。 -1. To listen to all packets entering an
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-22
    • 文件大小:935936
    • 提供者:枫叶
  1. 1

    0下载:
  2. (1)第一个茶壶的颜色为蓝色,但没有定义光照。没有光照的茶壶看起来就如同二维平面中的物体一样,没有立体的感觉; (2)第二个茶壶定义了一个蓝色的方向光源GL_LIGHT0; (3)第三个茶壶定义了两个照射光源,除了一个蓝色的方向光源GL_LIGHT0外,还有一个是光照强度逐渐衰减的黄色的位置光源GL_LIGHT1。 -(1) The first pot of color is blue, but there is no de
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:1221632
    • 提供者:miki
  1. 1

    0下载:
  2. 这是一个简单的VC++程序,将十进制的数据转化为二进制数据,并取出每一位进行计算0-1模型类规划问题-This is a simple VC++ program, the decimal data into binary data, and calculated out every 0-1 programming model classes
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:271360
    • 提供者:zhanglin
  1. SHA1

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。-SHA-1
  3. 所属分类:CA认证

    • 发布日期:2024-05-22
    • 文件大小:3481600
    • 提供者:张万东
  1. 1

    0下载:
  2. 试设计一图书信息管理系统,使之能提供以下功能: 1、系统以菜单方式工作 2、图书信息录入功能(图书信息用文件保存)--输入 3、图书信息浏览功能--输出 4、图书信息查询功能--算法 查询方式 按书名查询 按作者名查询 5、图书信息的删除与修改(可选项) -Try to design a library information management system so that it can pr
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-22
    • 文件大小:738304
    • 提供者:李龙
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org