搜索资源列表

  1. ListForm

    0下载:
  2. /已知线性表LA和LB中的数据元素按非递减的有序排列,现要求将LA和LB归并为一个新的线性表 //LC,且LC中的数据元素还是按非递减有序排列. //例如: LA=(3,5,8,11) // LB=(2,6,8,9,11,15,20) // LC=(2,3,5,6,8,8,9,11,11,15,20)-/ linear known LA and LB tables of data on non-regressive el
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:xiaoding
  1. leap20

    0下载:
  2. 输入:以十进制的形式读入要判断的年份,从键盘取得的一个十进制数转换为二进制数存入BX寄存器中,再将BX中的内容保存在变量year中。 判断:首先将year中的内容首先除以4,不能被4整除,则一定不是闰年,能被4整除的,需再将year中的内容除以100,不能被100整除的,则一定是闰年,能被100整除的,需再将year中的内容除以400,能被400整除的,则是闰年,不能被400整除的,则不是闰年。 输出:经判断后,是闰年的输出
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:79872
    • 提供者:zn
  1. xdcode1

    0下载:
  2. 本文研究对彩色地图图象中的道路识别提取的问题。讨论了基于聚类分析的一种按颜色分离地图要素的算法,并对若干影响效果的问题提出了修正和解决办法。-this paper right color map image from the road recognition problem. Based on the discussion of a cluster analysis separated by color map elements of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:蛋蛋
  1. Intertask_thread-safe_C++_class

    0下载:
  2. This program demonstrates using a thread safe C++ class called SharedQT<T>. This example actually has several elements which may prove useful for those who are new to C++:-This program demonstrates using a t
  3. 所属分类:VxWorks

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:于凤新
  1. cov_1d

    0下载:
  2. This functions returns the variance of vector elements-This functions returns the variance of Criticism tor elements
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Tom
  1. LISS_FAST

    0下载:
  2. 时间复杂度为O(nlogn)的最长单调递增子序列问题的计算程序。不是动态规划算法。在一分钟之内可以计算n=10^6个元素的递增子序列。-time complexity of O (nlogn) of the longest-monotonically increasing sequence of the program. Is not dynamic programming algorithm. In a minute can be c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:754688
    • 提供者:刘金义
  1. KeplerOrbit

    0下载:
  2. 这是用于计算天文中的开普勒轨道元素的程序,用MAtlab编写的,欢迎使用哦。-This is used to calculate the astronomical elements Kepler track procedures used MAtlab prepared, Welcome oh.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:王超
  1. 5.3

    0下载:
  2. 在数组中寻找最大元素.该算法采用分治算法.-in finding the greatest array elements. The algorithm used divide-and-conquer.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:225280
    • 提供者:陈馨
  1. Matrix.operation

    0下载:
  2. 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic ar
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:冬梅
  1. program_design_c++

    0下载:
  2. c语言程序设计,ppt格式,讲解了c语言程序设计的基本内容。-c language program design, ppt format, on the c language program design elements.
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:405504
    • 提供者:gaoping
  1. PengPeng1

    0下载:
  2. 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-17
    • 文件大小:26624
    • 提供者:anfysky
  1. sqstack

    0下载:
  2. 和线性表类似,栈也有两种存储表示:顺序栈和链栈。   顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the seque
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:小虫子
  1. PictureDraw0919.OK

    0下载:
  2. 一个绘图程序.可自定义绘图元素.所有绘图元素均支持GDI和OPENGL三维形图两种显示模式.这主要是工业上用的.不过你可以很容易的扩展到任何领域.只要修改绘图元素就行了.-a drawing program. Self-defined graphics elements. Mapping all elements support GDI and OpenGL 3 Two-dimensional map display mode. Thi
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:2246656
    • 提供者:王珺吉
  1. Delete_Feature_FixVisual_Basic

    0下载:
  2. 在VB中删除选定的要素的源代码.基于arcgis engine -in VB delete selected elements of the source code. Based on arcgis engine
  3. 所属分类:GIS编程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:史涛
  1. Engine_SDE

    0下载:
  2. ArcSDE的要素集的添加,以及取数据的方法-ArcSDE to add elements of the set, and the selection of the method of data
  3. 所属分类:中间件编程

    • 发布日期:2024-05-17
    • 文件大小:153600
    • 提供者:夏翡
  1. thinking.in.flexible.engineering

    0下载:
  2. thinking.in.flexible.engineering 大道至简 向你讲述 软件开发中 的两个内容:做什么和为什么做-thinking.in.flexible.engineering Road to SR telling you about the software development of two elements : what to do and why to do
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:833536
    • 提供者:zoujian
  1. AddSDE1

    0下载:
  2. C#+AO实现向空间数据库中添加点、线要素的方法-C# AO achieve spatial database to add point, line elements of the method
  3. 所属分类:中间件编程

    • 发布日期:2024-05-17
    • 文件大小:47104
    • 提供者:夏翡
  1. molidianlu

    0下载:
  2. 介绍了关于硬件电子设备中的模拟电路的版块内容,对于硬件方面感兴趣的朋友,推荐-introduced hardware, electronic equipment on the front-page of the analog circuit elements, hardware interested friends, Suggest
  3. 所属分类:电子书籍

    • 发布日期:2024-05-17
    • 文件大小:4759552
    • 提供者:凉鞋
  1. shuzidialu

    0下载:
  2. 介绍了关于硬件电子设备中的数字电路的版块内容,对于硬件方面感兴趣的朋友,推荐-introduced hardware, electronic equipment on the front-page of digital circuit elements, hardware interested friends, Suggest
  3. 所属分类:电子书籍

    • 发布日期:2024-05-17
    • 文件大小:4397056
    • 提供者:凉鞋
  1. Goedel

    0下载:
  2. Goedel语言是一种说明性逻辑程序设计语言。该语言基于一阶逻辑,引入了一个多态多类的类型系统和多种新的语言成分,支持抽象数据类型和模块化程序设计等技术,语言本身也具有很强的说明性语义。详细介绍了Goedel语言的类型系统及其构造,对在逻辑程序设计语言中引入类型系统的作用进行了一些深入的分析和讨论。[-Goedel descr iptive language is a logic programming language. Based
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:294912
    • 提供者:gun
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org