搜索资源列表

  1. eryi

    0下载:
  2. 设B是一个n×n棋盘,n=2k,(k=1,2,3,…)。用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方格外的所有方格。其中,一个L型条块可以覆盖3个方格。且任意两个L型条块不能重叠覆盖棋盘-Set B is an n × n chessboard, n = 2k, (k = 1,2,3, ...). With sub-rule method to design an algorithm so that: The
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:236544
    • 提供者:陈馨
  1. BattleSub

    0下载:
  2. 基于DirectDraw的经典射击游戏--潜艇大战,增加了双杀/三杀/n杀的提示,玩dota的朋友一定觉得很亲切的。玩法为a d 控制左右移动,j k l 是不同位置扔炸弹,回车键是加速齿轮。enjoy~-based DirectDraw classical shooting games-- the submarine war, increased by double kill/kill 3/n scrapping tips, play
  3. 所属分类:射击游戏

    • 发布日期:2024-05-20
    • 文件大小:114688
    • 提供者:张静
  1. Gausle

    0下载:
  2. 二重积分 Guass—L高精度求积计算,精度高,速度快-double integral Guass-L for the calculation of high-precision, high accuracy and speed
  3. 所属分类:其他行业

    • 发布日期:2024-05-20
    • 文件大小:421888
    • 提供者:lihong
  1. compressimage

    0下载:
  2. 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-itinerary coding, JPEG coding (basic system) command line compiler process following vcvars32 mail c bmp.rc l compres
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:191488
    • 提供者:李云
  1. ex3

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?贪心-Container packing problem given a container, and its length L, width W and height H, the current batch of cylindrical timber,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:斓枫
  1. L

    0下载:
  2. 用C++语言简单的实现数据结构中数据的冒泡排序算法的程序代码-With C++ Language realize simple data structure of data in Bubble Sort algorithm code
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:229376
    • 提供者:linronghong
  1. ll1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar is used to determin
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:475136
    • 提供者:黄宇
  1. MFC-VP

    0下载:
  2. vc6.0下开发的vega框架,可用于继续实时仿真-vega under vc6.0 development fr a mework, can be used to continue real-time simulation
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-20
    • 文件大小:90112
    • 提供者:
  1. LSystemTree

    0下载:
  2. 在OPENGL下实现树的生长 实现真正的3D树 和风景图-In OPENGL tree growth under real 3D trees and landscape plans
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3629056
    • 提供者:sun
  1. fastmatch

    0下载:
  2. 一种快速的图像匹配算法,能够识别复杂背景下的小目标-A fast image matching algorithm, to identify the complexity of the context of the small target
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:230400
    • 提供者:wu78zg
  1. AB_5000_PLC_DLL

    0下载:
  2. AB_5000_PLC以太网通讯动态连接库,其中对AB公司提供的DTL32.DLL动态库进行重新封装,使用起来更为方便-Ethernet communications AB_5000_PLC dynamic link library, in which AB, provided DTL32.DLL dynamic libraries to re-package it more convenient to use
  3. 所属分类:其他行业

    • 发布日期:2024-05-20
    • 文件大小:3338240
    • 提供者:
  1. windowsRTP

    0下载:
  2. 一个发送和接受RTP包的例子,使用jrtplib.lib-A send and receive RTP packets example, the use of jrtplib.lib
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:920576
    • 提供者:黎文杰
  1. Hidden_Markov_model_for_automatic_speech_recogniti

    1下载:
  2. Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM alg
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:
  1. RSA

    0下载:
  2. RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。-RSA public key cryptosystem by R. Rivest, A. Shamir, L. Adleman raised, not only can be used for data encryption, digital signature
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:663552
    • 提供者:严玉洁
  1. vc_image_lib

    0下载:
  2. vc图像处理库,cximage,文档、代码和例子,支持TIFF, JPEG, PNG等格式-vc image processing library, cximage, documents, code and examples to support TIFF, JPEG, PNG, etc. formats
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-20
    • 文件大小:1939456
    • 提供者:billfan
  1. SkinPPLib

    0下载:
  2. skinEx++破解版,免费版,自由版.有破解的源文件,可以自己升级破解版本.-skinEx++ crack version, free version, free version. there is bound to the source file, you can break their own version of the upgrade.
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:1662976
    • 提供者:李林
  1. mymapp

    0下载:
  2. 用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p -With C++ Of MFC programming is cutting
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:40960
    • 提供者:张建
  1. TCPIP_SAMPLE

    1下载:
  2. TCPIP编程的商业应用代码,有很好的参考作用-TCPIP programming code business applications, have a good reference
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:480256
    • 提供者:lion
  1. LAN

    0下载:
  2. 用C++编写的一些局域网网络通信编程实例: 获取网上邻居【\Neighbor】 lIP地址和计算机名之间的转换【\Neighbor】 l映射网络驱动器【\Neighbor】 l消息发送程序Net Send【\Neighbor】 l获取局域网内其他计算机的信息【\ NeighborInfo】-With C++ Prepared a number of local area network communication p
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:82944
    • 提供者:李菲
  1. segmentaion

    0下载:
  2. 我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Seg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:88064
    • 提供者:sam he
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org