搜索资源列表
wljx.rar
- the code for vorticity-stream function method of FVM!,the code for vorticity-stream function method of FVM!
WordCounter
- 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
ServerProtSocket
- Components derived from TServerSocket and TClientSocket to implement a particular protocol. Function is based in defining a serie of valid protocol messages (TStrings) and responding to protocol events (messages of any of those valid types). The id
RTC_remote_function
- 项目:远程函数演示 环境:Delphi XE + RealThinClient5.12 案例:基本远程函数写法和字符串、数组、数据流(文件)交互 帮助您快速掌握rtc组件。-Project: Remote function demo environment: Delphi the XE+ RealThinClient5.12 case: basic remote functions are written strings, arrays, data stream (file)
cunchuguanli
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Re
stitcher_v_1_1
- 本例中经过一些理论的图像的一种实现LabVIEW中拼接的视频流。并且使用Creative VF0220摄像头的应用进行了测试,只要用户有IMAQdx兼容的网络摄像头(请确保相机名称是CAM1或修改收购的Express VI,选择适当的相机)。需要具有视觉开发模块和视觉采集软件。-This example goes through some of the theory an implementation of image stitching a video stream in LabVIEW. T
project.tar
- In this assignment you will be designing a chip that both encodes and decodes a data stream using a Hamming code. You will also inject random errors into the data stream and your decoder must be able to fix single-bit errors. Note: This project is in
waterfallStream
- 主要是实现购物APP的一个常用的布局功能,就是用UICelectionView实现的瀑布流的功能。-Shopping APP is to achieve a common layout function, is to use the functions implemented UICelectionView waterfall stream.
ntfs
- 易语言枚举NTFS数据流源码例程程序调用API函数枚举NTFS数据流。 -Easy language enumeration NTFS data flow source routine procedures call API function enumeration NTFS data stream.
mp
- 易语言ffmpeg进度转码源码例程程序结合易语言多线程支持库和应接口支持库,调用API函数实现ffmpeg视频流的转码。 -Easy language ffmpeg schedule source code routines combined with easy language multithreading support libraries and should interface support library, call the API function to achieve ffm
Jingyu
- 词法分析程序是独立的一遍,把字符流的源程序变为单词序列,输出到一个中间文件,这个文件作为语法分析程序的输入而继续编译过程。该词法分析程序的功能是输入源程序,按照构词规则分解成一系列的单词符号,包括关键字、标识符、运算符、界符和常量等。(The lexical analysis program is an independent one, which turns the source program of the character stream into a word sequence and