资源列表
[汇编语言] shumaxianshi
说明:这是一个数字显示的源程序,希望大家借鉴使用-This is a digital display of the source, I hope everyone from the use of<唐福洪> 在 2024-11-05 上传 | 大小:3072 | 下载:0
[中文信息处理] BayesClassifier
说明:一个用C++写的贝叶斯分类器的程序源代码-One with C++ Writing Bayesian classifier source code<kingf> 在 2024-11-05 上传 | 大小:12288 | 下载:0
[编译器/词法分析] CMinusCompiler
说明:一个VisualC++实现的C-语言的编译器-A VisualC++ Realize the C-language compiler<kingf> 在 2024-11-05 上传 | 大小:69632 | 下载:0
[汇编语言] DecimalToBinary
说明:将输入的十进制数转换为二进制数,程序为X86汇编中的宏模块-The input of a decimal number converted to binary number, the program for the X86 compilation of the macro module<Aofa> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[编译器/词法分析] cppunit_code
说明:CppUnit源码和源码解析指导,里面用到很多设计模式,很好的代码-CppUnit source and source analytic guidance, which used a lot of the design mode, very good code<人间> 在 2024-11-05 上传 | 大小:1541120 | 下载:0
[书籍源码] shibing.cpp
说明:在一个划分成网格的操场上,n个士兵散乱地站在网格点上。网格点由整数坐标(x,y)表示。士兵们可以沿网格边上、下、左、右移动一步,但在同一时刻任一网格点上只能有一名士兵。按照军官的命令,士兵们要整齐地列成一个水平队列,即排列成(x,y),(x+1,y),…,(x+n-1,y)。如何选择x 和y的值才能使士兵们以最少的总移动步数排成一列。 实验任务:计算使所有士兵排成一行需要的最少移动步数。-In a grid divided into<林雨> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[书籍源码] zhongweishu.cpp
说明:X[0:n-1]和Y[0:n-1]为2个数组,每个数组中含有n个已排好序的数。 试设计一个O(log n)时间的算法,找出X和Y的2n个数的中位数。-X [0: n-1] and Y [0: n-1] for the two arrays, each array contains n have lined up a number sequence. Try to design a O (log n) time algorithm t<林雨> 在 2024-11-05 上传 | 大小:1024 | 下载:0