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

搜索资源列表

  1. 张胜古写的字库点阵提取.ZIP

    0下载:
  2. 张胜古为液晶模块写的提取hzk16 点阵的源程序,仅参考!-Zhang Gu wrote for the LCD module from the source hzk16 lattice only reference!
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:297686
    • 提供者:cdl
  1. led128x64program

    0下载:
  2. 128*64的点阵程序。 基于msp430的。-the lattice procedures. Based on the Controller.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3052
    • 提供者:洪峰
  1. 2032chinese

    0下载:
  2. 莱迪斯 2032 芯片学习中文资料,希望学习可编的朋友可以有帮助-Lattice 2032 chip to learn the Chinese language, which may wish to acquire friends can be helpful
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:528536
    • 提供者:朱宏
  1. GETBMP

    0下载:
  2. 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:953
    • 提供者:马兴录
  1. txtCpy

    0下载:
  2. 字库转换工具,可以把标准的字库,通过工具转化成其他形式的点阵库.-font conversion tools, the standard of character, through tools into other forms of Lattice library.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:104543
    • 提供者:qq
  1. pfont

    0下载:
  2. 标准的汉字库,可以转换成点阵字库的形式,易于程序的编写-standards Store, can be converted into a lattice character in the form of the preparation process easier
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:124534
    • 提供者:qq
  1. mcu_ledarray

    0下载:
  2. 用PC来控制点阵LED的程序,用C 编写-PC to control the lattice LED procedures, the preparation of C
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16433
    • 提供者:史生
  1. lbm_d2q920051201

    4下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantag
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:480754
    • 提供者:张翟
  1. LBM_Linux20051208

    2下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:17955
    • 提供者:张翟
  1. 1664LED

    0下载:
  2. 一个点阵LED屏动态扫描显示的控制程序,修改相应的参数可控制不同大小的LED显示屏-a lattice LED screen dynamic scan showed the control procedures to amend the corresponding parameters of different sizes can be controlled LED display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11263
    • 提供者:毛腾
  1. HanziLED

    0下载:
  2. keil c 编写,protues仿真,点阵Led汉字显示-prepared protues simulation, Lattice Led Chinese character display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:160461
    • 提供者:邓 邦杰
  1. ClearMine1

    0下载:
  2. 我刚学C#编写的扫雷.相比Windows自带的扫雷,多了自动点开为0的格子,左键点击空格自动点开,右键点击未点开的格子自动标记功能.我感觉比Windows扫雷还要好玩.不过功能没有完全实现,因为当时不会用注册表.-I just learning C# prepared by the mine. Compared to the Windows mine, more automatic points to open the lattice 0, Left click automatically af
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26982
    • 提供者:中子豆
  1. hourse

    0下载:
  2. 算法的基本思路是: 定义结构体:struct PLACE{int x, int y}表示棋盘上的位置。 依题意,马每跳一步之后都可以从七个不同的方向选择下一步的跳马,当然,前提是跳的这一步在棋盘内且它前面的任何一步都没跳到这一格子上(限界),就可以认为这一步跳成功,否则跳马不成功。若跳马不成功,则找下一个方向尝试跳马,若七个方向都跳马不成功,则回溯。 -algorithm for the basic ideas : the structure definition : PLAC
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:47636
    • 提供者:杨小娜
  1. font_operation

    0下载:
  2. 此程序ch_font.exe用于字库汉字点阵提取,功能1:将汉字库文件中提取汉字字符串的点阵数据写入到文件中; 功能2:根据汉字点阵查询其代表的汉字,内附有相关使用文档。 -ch_font.exe procedure for Chinese character dot matrix extraction, a function : Store documents will be extracted as a string of Chinese characters into the da
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:319110
    • 提供者:tonyyang
  1. makefont

    0下载:
  2. 该程序提供12*12字库的点阵库并且提供其从点阵库到位图的转换,并且刚程序有很好的通用性,能够参照其迅速制作16*16,13*13的位图字库-procedures for the 12 * 12 font library and to provide lattice from the lattice in place plans for the conversion, procedures and just have a good GM, its reference to the rapid p
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:185205
    • 提供者:侯卫国
  1. gezi

    0下载:
  2. 广告格子,简单易用,功能很简单,修改后可使用-advertising lattice, simple to use, very simple functions, modifications can be used
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:592998
    • 提供者:gaolon
  1. PrintCode

    0下载:
  2. z4mplus打印机打印条形码,二维码,包括可以打印汉字字符,汉字字符通过转化为图象点阵格式打印-z4mplus printer bar codes, two-dimensional codes, including print Chinese characters. chinese characters through the lattice images into print format
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:24700
    • 提供者:天马行空
  1. A24TOLIN

    0下载:
  2. 将24*24点阵汉字转为72字节点阵数据,便于单片机系统中打印和显示-to 24 * 24 to 72 Chinese characters dot matrix lattice byte data to facilitate SCM system Print and Display
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:阿颖
  1. LCD_IZIMO

    0下载:
  2. LCD的字模软件,用来生成点阵文件,可以处理汉字和位图-LCD Fonts software, used to create lattice, and can handle Chinese characters Bitmap
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:716888
    • 提供者:psbec
  1. LcmZimo

    0下载:
  2. 是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的, 在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起 提取错误。-is devoted to the C language file automatically extract what is required in Chinese characters, Lattice code for data conversion. in your C Programming Language,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2996389
    • 提供者:mwh
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com