Welcome![Sign In][Sign Up]
Location:
Search - 64k

Search list

[Othercute3D

Description: 15个经典64K3D动画 一个普通的图片都要至少几十K 而这个3D动画,还有声音,可以播放几分到几十分钟,第一次见到时,真是太神奇了。 传上来,大家共同欣赏一下。-15 classic animated 64K3D an ordinary picture must be at least dozens of K and this 3D animation, as well as voice, can play a few minutes to tens of minutes, when I first met is really amazing. Chuan-up, everybody together and admire.
Platform: | Size: 802816 | Author: | Hits:

[SCMDelete_Explain

Description: 功能说明: ● 本软件能批量删除代码中的注释。自动识别C代码和汇编代码。 ● 支持扩展名: *.c, *.cpp, *.h, *.asm, *.dt, *.inc ● 前三种按照C语言规范进行处理,后三种按汇编语言规范进行处理 ● 支持子目录,全自动处理,"5秒"搞定 注意事项: ■ 不支持超过64K的文件,如有超过64K的文件将忽略处理; ■ 本软件直接处理目标文件,使用前请做好备份; ■ 将不用的文件尽量删除,这样可以缩短扫描时间; 免责说明: ★本软件使用完全免费,不提供升级,由于使用本软件而发生的任何问题,本人概不负责。 联系方式: 欢迎访问极度思维空间:http://hi.baidu.com/thinker2009 QQ:635093341 Email:635093341@qq.com
Platform: | Size: 14336 | Author: 尹刚 | Hits:

[Driver Developjsmonclt_30

Description: usb-jtag转换,sparc芯片反汇编,sparc芯片调试的工具,可以对芯片内的gpio,sdram,flash进行读写,还可以一次下载64K大小的数据,反汇编,在线调试.-usb-jtag conversion, sparc chips disassemble, sparc-chip debug tools, can chip the gpio, sdram, flash read and write, but also can download data size 64K, anti-compilation, on-line debugging.
Platform: | Size: 278528 | Author: tony | Hits:

[Linux-Unix317s64

Description: S64是atmel公司的一块ARM7处理器,价格低廉,16k RAM 64K flash,带USB接口,是ARM入门的好选择,这个是它的电路图,protel的-S64 is a piece of Atmel
Platform: | Size: 300032 | Author: wang | Hits:

[Special EffectsSTSloc

Description: 一个小巧的代码行统计工具,统计文件中c/c++代码的行数,对于64k以下的文件,统计时间不超过3秒。-Lines of code a small statistical tools, statistical document c/c++ Code number of rows, for 64k the following documents, statistical time is not more than 3 seconds.
Platform: | Size: 11264 | Author: 赵嵩 | Hits:

[Post-TeleCom sofeware systemsdecode

Description: No。7七号信令网协议64K链路协议解码程序-No. Signaling Network Protocol 7 on the 7th link protocol decoding procedures 64K
Platform: | Size: 5633024 | Author: 成语 | Hits:

[Embeded Linuxwar

Description: 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这个算法就是基于这些建立的。用下n个字节填充预读缓存器(这里的n是预读缓存器的大小)。在动态窗口中寻找与预读缓冲器中的最匹配的数据,如果匹配的数据长度大于最小匹配长度 (通常取决于编码器,以及动态窗口的大小,比如一个4K的动态窗口,它的最小匹配长度就是2),那么就输出一对〈长度(length),距离(distance)〉数组。长度(length)是匹配的数据长度,而距离(distance)说明了在输入流中向后多少字节这个匹配数据可以被找到。-err
Platform: | Size: 1024 | Author: 孙海滨 | Hits:

[Otherhex2bin

Description: hex转bin的程序, 支持大于64K的hex, 网上下载的hex2bin不支持64k. 不包含工程文件, 在c++ builder中简单包装即可生成一个hex2bin的小程序-hex to bin procedures, to support more than 64K of the hex, downloaded hex2bin does not support 64k. does not contain a project file, in c++ builder in simple packaging hex2bin can generate a small program
Platform: | Size: 2048 | Author: 杨成双 | Hits:

[Data structswindows

Description: 滑动窗口模拟 // 对滑动窗口中每一个2字节串排序 // 排序是为了进行快速术语匹配 // 排序的方法是用一个64k大小的指针数组 // 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ... // 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置 -Simulation of sliding window// on the sliding window in each of a 2-byte string to sort// sort is quick terminology in order to match// sorting method is a 64k-sized pointer array// array subscript corresponding to each followed by a 2-byte Series: (00 00) (00 01) ... (01 00) (01 01) ...// each pointer to a linked list, linked list of nodes for 2-byte string for each occurrence
Platform: | Size: 5120 | Author: 柳惠 | Hits:

[CSharpfalsh

Description: 指定块擦除 擦除按64K为一块,共分为16个块,由_falsh_page指定 入口:扇区地址线(A16 ~ A20) 出口:无-Erase Block Erase designated by the 64K for a piece, is divided into 16 blocks, designated by the entrance _falsh_page: Sector address line (A16 ~ A20) Exports: None
Platform: | Size: 1024 | Author: yaofei826 | Hits:

[Driver DevelopMaria2_CarTV_20070129_Release

Description: MStart系列驱动程序,含64K与128K两种版本-MStart Series drivers, including two versions of 64K and 128K
Platform: | Size: 804864 | Author: wangpeng | Hits:

[OtherAkelPad-3.5.6-src

Description: 常规功能简短描述如下: 单一窗口模式 (SDI), 多窗口模式 (MDI) 可编辑大小大于 64K 的文件 (一般地说,大小没有理论上的局限) 完全支持 Unicode 系统上的 Unicode 字符串 (NT/2000/XP/2003) 支持 Unicode 代码页 (UTF-16 little endian, UTF-16 big endian, UTF-8) 支持系统上已经安装的任何代码页 支持 DOS、Windows 和 Unix 换行格式 文件打开前预览 纠正错误代码页显示 以只读属性编辑文件 尝试打开一个二进制文件时提示 多级撤消 查找/替换文件字符串、转义序列和根据 16 进制编码来查找/替换 记住文件代码页 记住文件插入点位置 记住最近查找/替换的字符串 记住最近打开的文件 打印文档 支持多语言模块 支持使用插件 (语法高亮、自动完成、脚本执行、键盘宏……)。-err
Platform: | Size: 349184 | Author: Nathan | Hits:

[SCMmem_ext

Description: 51单片机扩展64K以上数据存储区的源码。 已经过测试-51 Single-chip extended data storage area for more than 64K of source code. Has been tested
Platform: | Size: 19456 | Author: 马红类 | Hits:

[Picture Viewerwork_referrence

Description: graphics.c V3.0 符合VBE规范的图形图像函数集 需包含VBE.H和VBE.C、graphics.h 特点: 1、支持VBE V1.0至V3.0,软硬件兼容性好 2、支持256色、32K色、64K色、24位16.8M、32位16.8M色模式 3、支持80386 32位增强指令集 4、对核心模块提供与之对等的汇编语言描述 5、最优秀的算法,最快的运行速度 6、提供详细的注释。-graphics.c V3.0 consistent with the VBE norms graphic image function sets required to be included VBE.H and VBE.C, graphics.h characteristics: one, to support the VBE V1.0 to V3.0, the hardware and software compatibility of good 2, in support of 256 color, 32K color, 64K color, 24-bit 16.8M, 32 bit 16.8M color mode 3, 80386 32-bit enhancements to support the instruction set 4, with the core module provides a compilation of such language to describe the 5, the best algorithm, the most fast operating speed 6, with detailed notes.
Platform: | Size: 1408000 | Author: Stan | Hits:

[SCMBanking

Description: 51大于64K源代码怎么办,分BANK就可以了,本人一直用-51 is greater than 64K source code how to do can be a sub-BANK, I have been using
Platform: | Size: 458752 | Author: 易生宏 | Hits:

[Other Embeded programsample

Description: 转换64K色bmp图片用的; 它可以把bmp格式的图片转换成64K色的数组数据(*.c文件); 点击按键“添加”将一个bmp图片添加进来,然后点击按键“转换”就会生成图片数组文件-64K color conversion bmp picture used it can be bmp format images converted to 64K-color array data (*. c file) click the button Add to add a bmp picture in, then click the button convert will generate picture array file
Platform: | Size: 31744 | Author: hu | Hits:

[SCMLCD_HZK

Description: 单片机汉字和ASCII字符程序,程序中的汉字和英文全部存在字库中。单片机用的是常用的8051,仿真软件用的是proteus。由于proteus中的flash最大是64k,没有29c040等,而汉字和ASCII加起来有二百多k,所以用了5片27c512,如此一来程序就复杂了。用hc38译码器做片选等功能,hc00做逻辑电路,锁存器是hc373,液晶屏是12864的,ks0108驱动芯片,都是比较常用的。技术上用的是总线方法,包换液晶屏,没有用间接驱动,因为那样浪费IO口,液晶屏因为有左右屏之分,所以还要考虑在只有一个ASCII字符和情况下如果要显示中文该如何处理。还用到了分页技术,因为flash太多了。proteus的优点是不用硬件就可以调试程序,但有时与在硬件板上有区别。但还是相当不错的,如果做硬件板的话,或许要花几百元。看下图的仿真,proteus版本是7.1,keil的版本是8.02.如果学生拿来做毕业设计的话,那是相当不错的,因为这个技术曾经用在产品上。 -err
Platform: | Size: 208896 | Author: | Hits:

[SCME2PROM_DSP

Description: 本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式, 请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SDA,IOC7作为SCL。 程序中的地址空间最大可至64K:24LC00-16-0,24LC01-128-8,24LC02-256-8, 24LC04-512-16,24LC08-1K-16,24LC16-2K-32,24LC32-4K-32,24LC64-8K-32, 24LC128-16K-64,24LC256-32K-64,24LC512-64K-128,读写数据均为8bits。 以上器件的格式为(型号-地址空间-页大小)不同器件的页大小不同,因此页写 程序需作相应修改,其他字节写,随机读以及顺序读程序均相同-This procedure for the MICROCHIP 24LC64 EEPROM read and write. This procedure does not use chips cascade way, please A0, A1, A2 pin to low level access. This procedure used IOC6 as SDA, IOC7 as SCL. Process address space available to the largest 64K: 24LC00-16-0, 24LC01-128-8, 24LC02-256-8, 24LC04-512-16, 24LC08-1K-16, 24LC16-2K-32, 24LC32-4K- 32,24 LC64-8K-32, 24LC128-16K-64, 24LC256-32K-64, 24LC512-64K-128, read and write data are 8bits. The format for the above device (Model- address space- page size) of different devices of different sizes of pages, so page written procedures need to be amended accordingly, and other bytes to write, random read and sequential read are the same procedures
Platform: | Size: 2048 | Author: david4193 | Hits:

[EditBoxtxt64k

Description: 突破文本框的64k的限制 方法很巧妙,可以做实际应用-Breakthrough in the text box 64k limit method is a clever, they can do the practical application of
Platform: | Size: 2048 | Author: 丁正伟 | Hits:

[assembly languageRAM_TEST

Description: 这是一个测试64K RAM 的小程序,希望对大家硬件调试有点作用。(51汇编)-This is a test 64K RAM small program, I hope all of you a bit role in the hardware debugger. (51 compilation)
Platform: | Size: 1024 | Author: zzw_zhang | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 13 »

CodeBus www.codebus.net