登录
首页 » 电子书 » 分数/整数锁相环基础

分数/整数锁相环基础

于 2022-06-20 发布 文件大小:347.95 kB
0 122
下载积分: 2 下载次数: 1

代码说明:

fractional /integer PLL basics

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

发表评论

0 个回复

  • 提高C编程质量,改变以往C编程的不良习惯
    提高C编程质量,改变以往C编程的不良习惯
    2022-03-06 01:56:32下载
    积分:1
  • [什么是数学:对思想和方法的基本研究(增订版)],它连续23次蝉联互动出版网数学类图月销售排行第一名,英文原版. 20世纪杰出的数学家,哥廷根学派重要成员,曾...
    [什么是数学:对思想和方法的基本研究(增订版)],它连续23次蝉联互动出版网数学类图书月销售排行第一名,英文原版. 20世纪杰出的数学家,哥廷根学派重要成员,曾任纽约大学数学系和数学科学研究院的主任,西方公认的数学权威――R・柯朗(Richard Courant)等三位数学大师亲自执笔.对我们编程人员的思维训练非常有帮助. 发现本站只有英文版,现奉上中文版本,希望大家喜欢。-[What is Mathematics: The ideas and methods of basic research (updated version)], it won 23 consecutive interactive mathematical books published on net sales ranked first in the original English edition. The 20th century, an outstanding mathematician, G枚ttingen school an important member, a former New York University Department of Mathematics and Mathematical Sciences Research Institute Director, the West recognized the authority of mathematics- R Courant (Richard Courant), such as mathematical master of the three written. on our way of thinking training programmers are very help. found this site only in English, is now offering the Chinese version, I hope everyone likes.
    2022-12-12 23:35:06下载
    积分:1
  • "C C programmers practical Daquan" complementary CD welcome to downloa...
    《C C++程序员实用大全》配套光盘源代码 欢迎下载-"C C programmers practical Daquan" complementary CD welcome to download the source code
    2022-10-18 19:50:03下载
    积分:1
  • 这是一个ACM中的题请大家看以下哈 如果有问题请多多指教 n个猴围坐一圈并按照顺时针方向从1到n编号,从第s个猴开始进行1到m的报数,报数到第m的猴...
    这是一个ACM中的题请大家看以下哈 如果有问题请多多指教 n个猴子围坐一圈并按照顺时针方向从1到n编号,从第s个猴子开始进行1到m的报数,报数到第m的猴子 退出报数,从紧挨它的下一个猴子重新开始1到m的报数,如此进行下去知道所有的猴子都退出为止。 求给出这n个猴子的退出的顺序表。 Input 有做组测试数据.每一组数据有两行,第一行输入n(表示猴子的总数)第二行输入数据s(从第s 个猴子开 始报数)和数据m(第m个猴子退出报数).当输入0 0 0时表示程序结束. Output 输出中,每组数据的输出结果为一行,中间用逗号间隔。
    2023-01-23 06:10:03下载
    积分:1
  • 3G源码Mfiles有很详实的内容哦适合3g初学者
    3G源码Mfiles有很详实的内容哦适合3g初学者-3G source Mfiles a very informative content Oh 3g for beginners
    2022-01-31 05:04:03下载
    积分:1
  • 主题:
    topic: Provable Security. Side-Channel Analysis. Point Counting. Weil Descent. and so on-topic: Provable Security. Side-Channel Analysis. Point Counting. Weil Descent. and so on..
    2022-11-16 12:45:04下载
    积分:1
  • Any angle BLazerouter automatic routing, and introduce a Blazerouter entry, sett...
    BLazerouter任意角度全自动布线器,介绍了Blazerouter入门,设置和布线设计-Any angle BLazerouter automatic routing, and introduce a Blazerouter entry, settings, and wiring design
    2022-02-05 10:31:34下载
    积分:1
  • vc library Korean language version we also want to help
    vc library 韩国语版 希望对大家又帮助-vc library Korean language version we also want to help
    2022-05-16 18:20:33下载
    积分:1
  • 不好找的lua编程圣经,中文版! Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。Lu...
    不好找的lua编程圣经,中文版! Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。Lua最著名的应用是在暴雪公司的网络游戏WOW中。lua不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,ini等文件格式,并且更容易理解和维护。-Programming lua不好找the Bible, the Chinese version! Lua scripts can easily be C/C++ Code call, you can turn call C/C++ The function, which makes Lua in your application can be widely applied. Lua
    2023-02-21 01:15:04下载
    积分:1
  • This a JPEG encoding & decoding program of still image. It does not use level sh...
    This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compar
    2022-12-20 21:45:04下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载