搜索资源列表

  1. shadoweffecttext

    0下载:
  2. 用GDI+的优秀图形输出功能可以非常方便的实现文字特效,其中一个带阴影的文字便是其中一例。 许多简单的文字特效只是简单的将文字用不同的颜色与不同的位置输出一次或多次,本文所讨论的阴影效果借助GDI+的反走样能力生成透明的阴影与半阴影。 这儿所述的方法先在绘图平面上绘制一个比预期小的文字。然后放大它。 步骤: -with outstanding graphics output function can be very
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:
  1. ripple-lookahead-carryselect-adder

    0下载:
  2. Ripple Adder: 16-bit 全加,半加及ripple adder的设计及VHDL程序 Carry Look ahead Adder:4, 16, 32 bits 前置进位加法器的设计方案及VHDL程序 Carry Select Adder:16 Bits 进位选择加法器的设计方案及VHDL程序-Ripple Adder : 16-bit full adder, semi-Canada and the ripple
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:李成
  1. myhuffman33

    0下载:
  2. 使用半适应的huffman算法实现了文件的压缩和解压-use semi-adaptation Huffman algorithm document compression and decompression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:689152
    • 提供者:dwa
  1. cm_sm32

    0下载:
  2. 采用半分析法求通信系统的误码率,其它的不多说了-semi-analytic method used for the communication system bit error rate, not the other said
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:吕军红
  1. meanshiftkalman

    0下载:
  2. 使用meanshift加kalman预测实现的跟踪系统,目标区域为半自动选定-use meanshift achieve forecast increases Tracking the tracking system, the target area selected for the semi-automatic
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:虾米
  1. synscan

    0下载:
  2. 提供了一个利用半开方式进行端口扫描的源代码-use of a semi-open manner port scanning source code
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:fasdf
  1. LunarCalendar

    0下载:
  2. 一个显示农历月历的程序,支持1801~2100年的公历、农历、节气的显示。除了一个活动窗口,程序还在桌面背景上显示一个半透明的日历(这个功能是通过桌面显示的钩子实现的)。同时在系统栏内显示日历图标。程序包含两个工程,编译连接后分别生成LunarCalendar.exe和DesktopCalendar.dll,两者需要合作才能运行。-a show of the Lunar Calendar procedures, support 1801
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:ioncannon
  1. USB_CD

    0下载:
  2. 和老师合作的半成品,不过串口部分已经完好。其他仅是 演示功能-cooperation of the teachers and semi-finished products, but some have serial intact. Other functional demo only
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:70656
    • 提供者:侯凯种
  1. fastsynscan

    0下载:
  2. 一个VC++实现的快速tcp端口扫描程序,采用半开扫描加快了扫描速度,值得一看!-a fast tcp port scanning procedures, using semi-scanning speed up the scanning speed, an eye-catcher!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:赵劲松
  1. linkedmatrix

    0下载:
  2. 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者: 狄中泉
  1. draw_project(LJ)

    0下载:
  2. 1. 根据csv文件数据内容绘图。csv文件内容包括:图形类型(横线,竖线,横半圆弧,竖半圆弧),长度(线长度,半圆半径)。根据csv文件中提供的数据,在dialog中绘制出相应的图形。如果要绘制的图形超出dialog的 x轴边界,则从x=0,y不变的坐标开始绘制该图形;如果超出了y轴边界,则从x不变,y=0坐标开始绘制。-1. According csv document mapping data elements. Csv file
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:4040704
    • 提供者:李小跳
  1. us_apgxy

    0下载:
  2. zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:狄拉克
  1. CRC_CCITT_c

    0下载:
  2. 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jevidyang
  1. tryGUI

    0下载:
  2. 超宽带系统链路matlab仿真程序 超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m 编解码程序:bin2deci.m;bini2deci.m;deci2bin.m VI
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:le302a
  1. QPSKberPerformance

    0下载:
  2. 代码为QPSK半分析方法计算误码率,下载后直接运行就行了-code for QPSK semi-analytic method BER, downloaded directly running on the line
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王王
  1. microstepping

    0下载:
  2. 用C编写的MICROCHIP单片机和国半驱动芯片(LMD18245)组成的带细分步进电机驱动器方案.-prepared by the SCM and MICROCHIP's semi-Driver IC (LMD18245) component Subdivision with the stepper motor actuator program.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:671744
    • 提供者:李静俊
  1. UWBsimulator

    0下载:
  2. 自己编写的超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m 编解码程序:bin2deci.m;bini2deci.m;deci2bin.m VITRBI.m 信道及信道估计:ch_es
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:volvo827
  1. rootxyqun

    0下载:
  2. 方程求根程序。根据图像用半区间搜索法,很快就可以找到方程的根。-equation rooting procedures. According to semi-image interval search, and quickly find the root equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:xyqun
  1. SGrid

    0下载:
  2. 利用VTK进行多义线的设计,构建半圆柱体结构,在生物制造的支架设计方面有启发作用。-use multiple line design, build semi-cylindrical structure, in the manufacture of biological scaffold design enlightening role.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:834560
    • 提供者:郑雪虎
  1. flowstop1

    0下载:
  2. 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置-motion estimation algorithm source, search for semi-precision accuracy, is the whole pixel search to match the location of the pixel within the field invest
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:heshifu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org