资源列表

« 1 2 ... .52 .53 .54 .55 .56 65457.58 .59 .60 .61 .62 ... 66581 »

[Windows编程lzw

说明:实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
<符晓娟> 在 2025-09-16 上传 | 大小:1kb | 下载:0

[Windows编程hw_polyfit

说明:test to get a source code
<stephen> 在 2025-09-16 上传 | 大小:7kb | 下载:0

[Windows编程A_laboratory_course_in_Cpp_data_structures.djvu.z

说明:A Laboratory Course in C++ Data Structures, Second Edition The courses that we enjoyed most when we were students were those that emphasized design. In design-oriented courses, we used the concepts taught in lecture to solve practical problems.
<qpez> 在 2025-09-16 上传 | 大小:2.7mb | 下载:0

[Windows编程building

说明:this about routing in wireless sensor network simulation
<mohamed> 在 2025-09-16 上传 | 大小:450kb | 下载:0

[GDI/图象编程TestDlgShape

说明:时钟程序,时钟表面为苹果形状,可以设置指针的显示颜色,和时间的显示类型,-Clock process, the shape of the clock face of Apple, you can set the display indicator color, and time display type,
<chen> 在 2025-09-16 上传 | 大小:5.86mb | 下载:0

[Windows编程photoelectric-Laboratory

说明:帮别人做的一个光电重点实验室的网站,全是自己开发的。-The focus of photoelectric Laboratory Web site
<刘佳> 在 2025-09-16 上传 | 大小:8.47mb | 下载:0

[其他小程序TestCPU

说明:wince 下,测试cpu性能的小工具。测试各种wince 目标机的性能。-wince cpu performance test tool
<LJ> 在 2025-09-16 上传 | 大小:749kb | 下载:0

[Windows编程CONVOL

说明:convolution of two 10 bit binary numbers.
<Amirali> 在 2025-09-16 上传 | 大小:3kb | 下载:0

[其他小程序ONCRPC

说明:window 系统ONC RPC/XDR 库及源码。 -ONC RPC/XDR library and source for window
<LJ> 在 2025-09-16 上传 | 大小:3.51mb | 下载:0

[Windows编程LCTDNNModDev_src

说明:Creating a DNN Module and Understanding DNN Architectural Approach
<Vas> 在 2025-09-16 上传 | 大小:1.27mb | 下载:0

[Windows编程adder

说明:full adder implementation
<Amirali> 在 2025-09-16 上传 | 大小:4kb | 下载:0

[Windows编程CppUnit

说明:C++ 单元测试工具库。用来嵌入单元测试宏代码验证程序正确-C++ unit test tool library
<LJ> 在 2025-09-16 上传 | 大小:311kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 65457.58 .59 .60 .61 .62 ... 66581 »

源码中国 www.ymcn.org