Location:
Search - Splitting,
Search list
Description: 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a class called CFenxi.The program is debugged under Visual C++ 6.0 .It is designed with single-document template, and adopts the window-splitting technology.
Platform: |
Size: 242393 |
Author: 王莉 |
Hits:
Description: 类似于资源管理器的,具有多个切分窗口的小程序,可以播放音视频文件-similar to the management of resources, with a wide range of splitting the small window procedure that can play audio and video files
Platform: |
Size: 518249 |
Author: 周梁 |
Hits:
Description: 本程序实现多边开边形的裁剪,采用逐边裁剪的思想,值得新手一看。-the procedures for multilateral splitting shape of the cutting, used by the cutting edge thinking, it is worth a look at newcomers.
Platform: |
Size: 42268 |
Author: yszhang |
Hits:
Description: 编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division of size and segmentation document file name. Such as : split 100 c : \\ test.dat to document each small size of 100 bytes test.dat document segmentation. After splitting the document, entitled test01.dat test02.dat nnn.dat test
Platform: |
Size: 17622 |
Author: 鲁昕 |
Hits:
Description: 切分窗口的小程序, 切分窗口的小程序-splitting the small window procedure, splittin g the small window procedure
Platform: |
Size: 46138 |
Author: 范岩 |
Hits:
Description: 有关图形界面处理,多线程编程以及切分窗口的实现-the graphical interface, multi-threaded programming and splitting the realization window
Platform: |
Size: 123702 |
Author: 余志华 |
Hits:
Description: 最短路径法分词程序。将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的最短路径以实现中文分词。-shortest path method participle procedures. Chinese Sentence will be read after splitting atoms generated a directed acyclic graph. then use the Dijkstra algorithm derived from the starting point to end the shortest path to achieve the Chinese word.
Platform: |
Size: 426496 |
Author: 周景荣 |
Hits:
Description: 静态切分窗口的曲线y=ax*x+10*x+10图,根据a在[-10,10]区间变化时,曲线随着变化-static window splitting the curve y = ax 10 * x * x 10 maps, in accordance with a [-10, 10] interval changes, in keeping with the changing curve
Platform: |
Size: 44540 |
Author: 郑春艳 |
Hits:
Description: 应用了一个MFC机制中的关键技术----分裂视图。
将一个图像分割成几大块,然后打乱原有位置,接受用户交互操作以完成拼图。-MFC application of a mechanism for the key technology-splitting View. Images of a separated into several large chunks and then disrupted the original location, user interactive operation to complete the puzzles.
Platform: |
Size: 1907132 |
Author: 刘志娟 |
Hits:
Description: 提供交互的方式选取合适的震相,并计算S波分裂参数的程序-provide interactive selection of a suitable phase, and to calculate the S wave splitting parameters of the process
Platform: |
Size: 267884 |
Author: Huang |
Hits:
Description: 界面实例,窗口切分很简单-interface example, the window is very simple splitting
Platform: |
Size: 51948 |
Author: nlx |
Hits:
Description: 文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate document for the realization of one. With CFileDialog class allows users to choose the need for separate or combined document (user selectable operation) 2. Here we segmentation document, right after the split for a file name, the principle is that the paper (not including extensions) PTI ( i document as part of the serial number). ARX. His definition of an extension, because if someone splitting an exe file, you split after all exe file, and people, it is likely to be abnormal. 3. Users fill in the scores for each of a size, with the exception of the one into the last one. Each of the final document included some additional information, such as the file name extension, scores, etc.
Platform: |
Size: 29310 |
Author: 躺用 |
Hits:
Description: 实数序列的快速傅立叶变换,基本算法为分裂基算法,将实数序列数组的地址给函数即可-actual sequence of the fast Fourier transform, the basic algorithm for splitting algorithm-based, real-sequence addresses to the array function can be
Platform: |
Size: 3140 |
Author: 刘祜 |
Hits:
Description: vb开发的程序,可以模拟VC中的切分窗口,可以使自己的程序专业化。-vb the program can simulate the VC splitting window, can make its specialized procedures.
Platform: |
Size: 2000 |
Author: 沈正军 |
Hits:
Description: 带有切分窗口的用户字典查找程序,有查找记录和分类的功能,学习vc++的非常好的代码,强烈推荐-splitting window with the user dictionary search procedures, and classification records search function, learning vc very good code, strongly recommended! !
Platform: |
Size: 1981593 |
Author: 张丽莉 |
Hits:
Description: 静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :)
Platform: |
Size: 6842 |
Author: 仇韬 |
Hits:
Description: 本Java程序实现了Combinatorial Algorithms: Theory and Practice", by Reingold, Nievergelt and Deo 讨论的基于edge splitting 的分支定界算法,同时提供了一个简单的分支定界算法和一个基于local search的算法作对比
Platform: |
Size: 2275274 |
Author: yangwang5 |
Hits:
Description: 带有切分窗口的用户字典查找程序,有查找记录和分类的功能,学习vc++的非常好的代码,强烈推荐-splitting window with the user dictionary search procedures, and classification records search function, learning vc very good code, strongly recommended! !
Platform: |
Size: 1981440 |
Author: 张丽莉 |
Hits:
Description: 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
Platform: |
Size: 156672 |
Author: 杨岩 |
Hits:
Description: 用对偶分裂算法处理乘性噪声如盐椒噪声(L1+TV),参数由电脑自动选取,matlab程序-A Duality-Based Splitting Method for L1-TV Image Restoration with Automatic Regularization Parameter Choice
Platform: |
Size: 2238464 |
Author: xiaojin |
Hits: