登录
首页 » Visual C++ » sourceCode

sourceCode

于 2007-11-06 发布 文件大小:385KB
0 66
下载积分: 1 下载次数: 16

代码说明:

  《OpenGL图形程序设计指南》源代码 用visual c++6.0开发的,附有OpenGL开发库( OpenGL graphics programming guide, the source code with visual c++ 6.0 development with OpenGL development library)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DITONGLBOQI
    在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器 。 其 中 、 为 实 常 数 , , 。 一 , , 二 , 分 母 多项 式的幂 次 即 为滤波器 的 阶数 。 若 式 除 “ 。 外 所 有 分 子 项 系数 均 为零 , 则传递 函数 变 成 一 常数 与 多项 式 之 比 。 这 时传递 函数有 有 限 极 点 而 无 有 限零 点 , 这 种 滤 波 器称 为 全极 点 滤 波 器 , 阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器 。 全 极 点 滤 波器 传递 函 数 为 矛 , , 厂 十 。 , ”一 ’ 竺(n the inertial navigation system and processing is often necessary for gyroscope Speed ​ ​ meter performance test conducted , This is when you want to design one kind of test it Our filter . Filter from the functions can be divided into four low-pass , Qualcomm , Bandpass , Bandstop filter . The text to be studied in a low-pass filter is a low-frequency signal by For the high-frequency signal suppression filter , Bart Waugh think is the most simple filters The single low-pass filter . Which , Is a real constant ,, . A ,, Two , Minute Mother is a power of the polynomial order of the filter . If the formula Except . " Have a child outside the sub-zero coefficients are , Then the transfer function Turned into a constant ratio with polynomial . At this time there is limited transfer function No pole while Zero Limited , This kind of filter is referred to as full-pole filter Implement , Order Butterworth filter is all-pole filter . W)
    2013-10-25 10:47:37下载
    积分:1
  • GPS
    处理GPS数据,形成电离层的模型,在C#环境下的控制台。(Processing GPS data, the formation of the ionosphere model, in C# console environment.)
    2010-10-16 17:24:03下载
    积分:1
  • vc6.rar
    visual c++的有关实用书籍,其中讲述了 visuL c++6.0 的使用技巧及类库函数(visual c of the practical books, They also spoke of visuL c 6.0 skills and the use of library functions)
    2007-03-20 11:34:50下载
    积分:1
  • tongxunlu
    通讯录系统,有导入并保存数据的功能,还有增删查改(And import in the address book system, and the function of the data, and add or delete check instead)
    2016-06-20 21:17:25下载
    积分:1
  • sys
    采用turbo编程,可实现对鼠标,键盘等操作的识别与输出控制。(Turbo programming, operation of the mouse, keyboard and other identification and output control.)
    2013-04-27 06:27:50下载
    积分:1
  • control_exp_missile
    制导律研究 制导律研究 制导律研究 制导律研究 制导律研究(Guidance Law Guidance Law Guidance Law Guidance Law Guidance Law)
    2015-05-26 23:15:29下载
    积分:1
  • BP_fruit
    BP神经网络的一个应用示例:水果识别。先学习,然后根据输入的三个0,1值用BP神经网络计算出结果。(Neural Network Application Example 1 : Recognition fruit. First learn, and then import the 3 0, with a value of BP neural network calculation result.)
    2007-04-21 14:19:12下载
    积分:1
  • cameracalibrator
    opencv单目标定程序(opencv2计算机视觉编程手册),附带图片(Single camera calibration program of Opencv, attached picture )
    2014-12-01 20:22:57下载
    积分:1
  • Computer-quotation-management-system
    电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,电脑报价管理系统,(Computer quotation management system, computer purchase management system, computer purchase management system, computer purchase management system, computer purchase management system,)
    2011-04-27 18:47:24下载
    积分:1
  • 2
    说明:   有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。 现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。 可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。 输入: 两个整数L(1<=L<=10000)和M(1<=M<=100)。 接下来有M组整数,每组有一对数字。 输出: 可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 &lt = L &lt = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 &lt = M &lt = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 &lt = L &lt = 10000) and M (1 &lt = M &lt = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
    2015-03-22 23:35:47下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载