CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载

资源列表

« 1 2 ... .26 .27 .28 .29 .30 183331.32 .33 .34 .35 .36 ... 199236 »
  1. tgfdgime

    0下载:
  2. 这是一个关于间的编程这是一个关于时 间的编程-This one of the programming This a time for the programming it is a time for the programming it is a on the programming time it is a time of the programming
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:hsjing
  1. bayueguihua

    0下载:
  2. 音乐程序主要是控制频率而达到效果,但是效果往往不够汇编好,现在上传一音乐程序,希望多多交流-music is the main control procedures frequency to achieve the desired effect, but the results are often not a good compilation. Now upload a music procedure, hoping to conduct more exchanges
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:blecken
  1. RGB

    0下载:
  2. 调色取得RGB值
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:刘云松
  1. Guase_Seidel迭代

    0下载:
  2. 数值分析算法Guase_Seidel迭代-numerical analysis algorithm Iterative Guase_Seidel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:侃侃
  1. Helmholtz_Newton

    0下载:
  2. 这是一类特殊的椭圆偏微分方程Helmhotz方程,该程序是用迭代法求解Helmhotz方程的,它是满足牛顿边值条件的。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:xutianyuan
  1. soulfly

    1下载:
  2. 编写MATLAB的M文件,用该文件对采用包络检测法解调的2ASK系统的抗噪声性能进行1000个符号的蒙特卡罗法仿真,画出误码率与信噪比之间的关系曲线,其中信噪比的取值为r=0dB,2Db,4Db,6dB……10Db,同时画出误码率与信噪比的理论曲线,其中信噪比的取值为r=0dB,0.1dB,0.2dB,0.3dB……10Db-The preparation of MATLAB M-file, use the document on the use of envelope detection de
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1.22kb
    • 提供者:阿宾
  1. 18B20LED

    0下载:
  2. //温度数码管显示演示程序 //数码管位选信号 :由右到左为P20、P21、P22、P23、P24、P33 //数码管数据线 :P0口 //数码管数字码 :0 0xC0 1 0xF9 2 0xA4 3 0xB0 4 0x99 5 0x92 6 0x82 7 0xF8 8 0x80 9 0x90 //数码管带点码 :0 0x40 1 0x79 2 0x24 3 0x30 4 0x19 5 0x12 6 0x02 7 0x78 8 0x00 9 0x10 //18B20端口DQ
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:刘海
  1. 123

    0下载:
  2. 只是一个小程序,没什么大用处,主要就是参考一下,所以不要太建议啊-this is a little
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1.22kb
    • 提供者:高元生
  1. 3-1

    0下载:
  2. 设计父亲类CFather、母亲类CMother和子女类CChild,其主要数据是姓、名、年龄与民族,子女继承父亲的姓、母亲的民族,最后输出子女及其父母的姓名、年龄和民族信息。-The design father class CFather, mother the class CMother and children' s classes CChild its main data is first name, last name, age and ethnicity, children in
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1.22kb
    • 提供者:ofillions
  1. jiandandeliaotian

    0下载:
  2. 自己的简单聊天程序简单实用,采用.asp-own simple chat procedures simple and practical use. Asp
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:sandach
  1. stl

    0下载:
  2. 主要用来打开STL明星,并在OPENGL中显示,一斤干眼症可以调试运行。-Mainly used to open the STL star, and displayed in OPENGL pound of dry eye can debug operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:Louis
  1. 给定权值,哈弗曼编码、译码

    0下载:
  2. 假设某通信报文的字符集由A,B,C,D,E,F这6个字符组成,它们在报文中出现的频度(频度均为整数值)。 (1)构造一棵哈弗曼树,依次给出各字符编码结果。 (2)给字符串进行编码。 (3)给编码串进行译码。 规定: 构建哈弗曼树时:左子树根结点权值小于等于右子树根结点权值。 生成编码时:左分支标0,右分支标1。 输入 第一行:依次输入6个整数,依次代表A,B,C,D,E,F的频度,用空格隔开。 第二行:待编码的字符串 第三行:待译码的编码串 输出 前6行依次输出各
  3. 所属分类:数值算法/人工智能

« 1 2 ... .26 .27 .28 .29 .30 183331.32 .33 .34 .35 .36 ... 199236 »
搜珍网 www.dssz.com