资源列表

« 1 2 ... .66 .67 .68 .69 .70 11971.72 .73 .74 .75 .76 ... 14959 »

[书籍源码datastr

说明:数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和
<许愿> 在 2025-02-08 上传 | 大小:15kb | 下载:0

[编辑器/阅读器xHEX

说明:一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two.
<兰根顺> 在 2025-02-08 上传 | 大小:34kb | 下载:0

[编译器/词法分析gs02

说明:  原来一些32位版发表在 http://www.x86asm.com   因暂停。更新的版本改上传于你处。    在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些
<兰根顺> 在 2025-02-08 上传 | 大小:32kb | 下载:0

[汇编语言可编程定时器

说明:本文介绍了可编程定时器8253的基本使用方法和源程序 -This paper introduces a programmable timer 8253 the basic methods and the use of source
<王洪> 在 2025-02-08 上传 | 大小:7kb | 下载:0

[编译器/词法分析jp jp(0)

说明:是词法分析程序,可以对词法分析有更深的了解与认识,源程序已经经过调试,可用-is lexical analysis procedure of lexical analysis can have a better understanding, the source has already debugging, available
<周文明> 在 2025-02-08 上传 | 大小:8kb | 下载:0

[语音合成与识别CMU-Cam_Toolkit_v2

说明:自然语言处理和语音识别中必须的语言模型工具,这个工具可以生成文本或者二进制格式的N-gram表。配合HTK使用效果会更好。-natural language processing, speech recognition and language model must tools, this tool can generate text or binary format of the N-gram table. With the use
<王天庆> 在 2025-02-08 上传 | 大小:122kb | 下载:0

[并行运算agent_MPI

说明:基于大型机的秉性运算程序实现的是用多个agent对多任务的调度。程序实现的还不够成熟,请高手指教!-mainfr a me-based computing in the city's program is more than the agent scheduling multiple tasks. The program also not mature enough, experts advise!
<dfx> 在 2025-02-08 上传 | 大小:2kb | 下载:0

[语音合成与识别Resample

说明:语音文件的格式转换源码,Wave格式之间的互相转换-voice document format conversion source, Wave format conversion between each other
<> 在 2025-02-08 上传 | 大小:23kb | 下载:1

[操作系统开发osboot

说明:OS引导记录手册,对于想做系统引导的朋友来说非常有用-OS boot record manual, for want of a friend guide system is very useful
<石矗> 在 2025-02-08 上传 | 大小:608kb | 下载:0

[汇编语言main121212

说明:PID控制-PID control! ! La
<刘波> 在 2025-02-08 上传 | 大小:5kb | 下载:0

[操作系统开发e013license

说明:Tornado2.2.1破解程序,提供授权文件彻底破解应用上的限制-Tornado2.2.1 crack procedures, authorization documents thoroughly resolve the constraints on the application
<> 在 2025-02-08 上传 | 大小:1kb | 下载:0

[操作系统开发S_he

说明:s盒设计源程序 可以用语DES设计 -s box design source can design language DES
<WW> 在 2025-02-08 上传 | 大小:472kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 11971.72 .73 .74 .75 .76 ... 14959 »

源码中国 www.ymcn.org