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

搜索资源列表

  1. 2410uart

    0下载:
  2. void __irq Uart0_TxInt(void) void __irq Uart0_RxIntOrErr(void) void __irq Uart0_TxDmaDone(void) void __irq Uart0_R xDmaOrErr(void) void __irq Uart0_TxFifo(void) void __irq Uart0_RxFifoOrErr(void) void __irq Uart0_AfcTx(void) void
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-17
    • 文件大小:165356
    • 提供者:wangdepeng
  1. 83U32

    11下载:
  2. authorware外部函数包83个。使authorware功能更强大-authorware extern function number:83
  3. 所属分类:多媒体

    • 发布日期:2013-01-14
    • 文件大小:4675518
    • 提供者:asdasdasd
  1. 86ucd

    2下载:
  2. authorware扩展函数,总共有80多个-authorware function very good
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4393022
    • 提供者:马小安
  1. project_U8_test_last

    0下载:
  2. en_RUPT 编码的字节操作,全部是Byte操作,将u32 拆分成Byte x[][4],实现en_RUPT 加解密算法-en_RUPT byte coding operation, all Byte operation, will split u32 into Byte x [] [4], to achieve en_RUPT encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:21623
    • 提供者:zhaoguodong
  1. Ip

    0下载:
  2. a small tool for changing u32 to IP-ip
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:42488
    • 提供者:limsin
  1. caidan

    0下载:
  2. 用U32函数制作弹出式菜单,环境是在Authorware中。-Good!
  3. 所属分类:Menu control

    • 发布日期:2017-05-11
    • 文件大小:2861460
    • 提供者:金小希
  1. altools(cover)

    1下载:
  2. Authorware全屏和居中插件(altools.u32和 cover.u32文件)-Authorware plug-in full-screen and the center (altools.u32 and cover.u32 file)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:26519
    • 提供者:陈春
  1. c

    0下载:
  2. //-----湿度读取子程序 --- --- //--- --- --- --- --- -- //----以下变量均为全局变量-------- //----温度高8位== U8T_data_H------ //----温度低8位== U8T_data_L------ //----湿度高8位== U8RH_data_H----- //----湿度低8位== U8RH_data_L----- //----校验 8位 == U8checkdata----
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:25368
    • 提供者:梅春意
  1. wendu

    0下载:
  2. 关于SHT15的时钟输入的编程,以上函数可以实现SCK和DATA总线的各种输入与输出状态。在SHT15的通信中还需要延时函数,设计时采用函数void DelaylIn8(U32 tt)实现软延时。这样就能完成对SHT15通信协议的模拟。-SHT15 the clock input on programming, the above function can be achieved in a variety of SCK and DATA bus input and output. In SHT1
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:42685
    • 提供者:开心果
  1. unicode_program

    0下载:
  2. 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) :
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:37982
    • 提供者:kaifa
  1. unicode_program

    0下载:
  2. unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:43128
    • 提供者:rosex
  1. serialization

    0下载:
  2. 序列化类,模仿VC序列化工具自己实现的一个序列化框架,支持基础数据序列化u8,u16,u32,u64,double,float等-Serialization class, imitate VC serialization tools of realizing a serialization framework, supporting basic data serialization u8, u16, u32, u64, double, float, etc
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:10954
    • 提供者:lijin
  1. bcd

    0下载:
  2. 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3562
    • 提供者:yhg
  1. makefile

    0下载:
  2. 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2638
    • 提供者:yhg
  1. aw

    0下载:
  2. budapi.u32文件及其运用,authorware外部函数,使authorware功能更强大-budapi.u32 file its application, the the authorware external function, so that authorware more powerful
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:393712
    • 提供者:
  1. SDCARD

    0下载:
  2. stm32 SDIO 操作的寄存器版本,是根据库函数版本改的,不支持多块写入,貌似是库函数原有的bug,暂时没法解决。使用时依次调用SD_Init(),SD_GetCardInfo(&SDCardInfo),SD_SelectDeselect((u32) (SDCardInfo.RCA << 16)),SD_EnableWideBusOperation(SDIO_BusWide_4b),然后就可以调用扇区读写操作了。-the stm32 SDIO operation of the r
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:13206
    • 提供者:蒋圣
  1. alTools.u32

    2下载:
  2. authorware全屏插件,可实现在不同环境下全屏显示。-authorware full-screen plug-in, full-screen display can be realized in different contexts.
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:52287
    • 提供者:chen
  1. xt_u32

    0下载:
  2. xt_u32 - kernel module to match u32 packet content for Linux v3.0.1
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1221
    • 提供者:sengyienei
  1. f_u32

    0下载:
  2. U32 filter for Linux Device.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:5690
    • 提供者:ponyuixun
  1. altools.u32全屏插件

    3下载:
  2. altools.u32全屏插件Authorware全屏播放 的外挂函数(Altools.u32 full screen plug-in Authorware full screen playback of the external function)
  3. 所属分类:多媒体编程

    • 发布日期:2018-01-02
    • 文件大小:56320
    • 提供者:栗子888
« 12 3 »
搜珍网 www.dssz.com