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

搜索资源列表

  1. tuoluo

    0下载:
  2. 在Visual C++ 6.0环境下,利用OpenGL开发的陀螺运动的仿真,实现了陀螺的各种可能的运动,由于算法采用了四元素法,故对于各种可能的运动,不会出现极点。-in Visual C 6.0 environment, the development of the OpenGL gyro movement simulation, achieving a gyroscope possible campaign, is to use the four elements, and therefor
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:109828
    • 提供者:杨海锋
  1. A08_显示3D模型

    0下载:
  2. 程序再opengl场景中引入了3d模型,再VC下课能不能运行,因为只是给出了示例代码,没有3D模型-the procedures opengl scene introduced a 3d model, VC school can not run, because it is only given sample code, no 3D model
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:30330
    • 提供者:刘晓强
  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:阿兜
  1. ScriptApp-0.6.1.29-win

    0下载:
  2. JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual ma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:417996
    • 提供者:fwx
  1. KConvert10

    4下载:
  2. 一个没有任何限制的内码转换器,可以转换GB->BIG5,BIG5->BG,简体转繁体,繁体转简体-a no restrictions within the code converter that converts GB - gt; BIG5, BIG5 - gt; BG, English History turn, turn traditional English
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:289388
    • 提供者:实姓名
  1. MatlabMPI_v1.2.tar

    0下载:
  2. This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus compute
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:246816
    • 提供者:陈西
  1. i2cdrivers

    0下载:
  2. I2c的通信协议 主控端。 没有写从端。不好意思-I2c Zhukongduan the communication protocol. No written from the end. Sorry.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1847
    • 提供者:肖轶
  1. 画图小程序

    0下载:
  2. 可以画直线、矩形、圆形和椭圆形。不可以画三角形和多边形。没有橡皮擦。-picturesque linear, rectangular, round and oval. Not painted triangle and polygon. No eraser.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:59834
    • 提供者:相爱芹
  1. wenying

    0下载:
  2. 打开文件,取出内部的一列数据进行分析 可以不用输出字符,不管内部字符的空格影响-Open file,and then get a line of data to analyse,need not output any char no matter if there have any space chars.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:52906
    • 提供者:文英
  1. opengl源码

    2下载:
  2. 第一个是关于图形学中纹理运用的例子 第二个是战斗机测试的OpenGL源码 第三个是导弹发射测试 第四个是模拟雨点飘落 第五个是模拟烟雾从产生到消失的过程-No. 1 on the use of graphics texture example is the second fighter test OpenGL source is the third missile test launch is the fourth simulated rain floated down Fifth is the
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1445376
    • 提供者:陈成
  1. v6956_CnForums2.01

    0下载:
  2. 1. 用户资料中增加中文昵称,QQ号 2. 记录注册/最后登录IP 3. 版主管理 4. 搜索改进,可以支持全文索引和简单的搜索 5. 头像可选保存磁盘 6. 附件可选保存磁盘 7. HTML编辑器的增强 8. 附件下载支持多线程和断点虚传-1. User information increased Chinese nickname, QQ No. 2. Record registration / IP logged last three. Moderator management 4. Imp
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6909228
    • 提供者:savior618
  1. 数据库连接池实现一

    0下载:
  2. 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6478
    • 提供者:周拔皮
  1. CHAT1.5

    0下载:
  2. unix 漏洞破解运行环境 9x/Me/NT/2000/XP/ 文件大小 1869 KB 添加人员 小迪 作者主页 暂无作者主页 程序演示 暂无程序演示-crack runtime environment 9x / 1,869 KB file size small Di add staff writer Home no procedures author Home Demonstration no demonstration procedures
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:124611
    • 提供者:lzh
  1. Oracle DATABASE - 培训手册

    0下载:
  2. 本书是一本比较详细的介绍Oracle DATABASE - 培训手册。希望大家能够喜欢。 没有密码。完全免费。-the book is a rather detailed account of Oracle DATABASE-training manuals. Hope that we can like. No password. Completely free of charge.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:300202
    • 提供者:于世慧
  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8698
    • 提供者:风海
  1. ComWin32

    1下载:
  2. 一个很好用的comm类,对于开发串口工作很有帮助,因多次测试没问题!可在98/2000/xp上正常使用-a good use of comm category, serial work for the development of useful, because several tests No problem! In normal use 98/2000/XP
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:11209
    • 提供者:聂波
  1. c小应用

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5539
    • 提供者:镝钦
  1. infraredthermometerOK

    0下载:
  2. 凌阳机的模组spi串口红外传感器的接口电路及c语言的程序!没有密码!-Sunplus machine module 20 serial infrared sensor interface circuit and c procedural language! No password!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:343245
    • 提供者:兄弟
  1. 实验2-插值与拟合

    1下载:
  2. 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation method. Analisize the 3 interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:120373
    • 提供者:葛林
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8027
    • 提供者:葛林
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com