搜索资源列表
handle_01
- 控制台下,利用结构嵌套和句柄,来实现信息隐藏的小程序。 HANDLE.h HANDLE.c-console, using the nested structure and handle, to achieve information hiding small procedures. HANDLE.h HANDLE.c
MouseDocument
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
MouseDocume
- 算法5.1 1. 输入a,b,ε。 2. 置n=1,h=(b-a)/2,T0=h(f(a)+f(b)). 3. 置F=0,对i=1,2,....n,求 F=F+f(a+(2i-1)h) 4. T=T0+hF. 5.若|T-T0|<3ε,输出I≈T停机 否则置2n=>n,h/2=>h,T=>T0,转步骤3。 程序说明: 本程序暂时支持正弦函数的计算
circlecutting
- 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
arpping.rar
- Arp Ping on Windows, use winsock2.h,Arp Ping on Windows, use winsock2.h
VideoH264
- 通过OPENCV H.264编码YUV视频,进行量化 变换 编码-By OPENCV H.264 encoding YUV video, transform coding to quantify
fraction
- 定义和使用分数类fraction 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序的性能。 -评分标准
Smooth
- A complete program to smooth an image on different scales. It include all necessary binary codes *.c and also headers *.h-A complete program to smooth an image on different scales. It include all necessary binary codes*.c and also headers*.h
graphics
- 在VC下实现turborC中的graphics.h库,可以在VC使用。-In the VC in the graphics.h achieve turborC library, you can use the VC.
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
control.h.tar
- this function is about FIFO in page management
FFT_kris32
- This source code is the 32point FFT(Fast Fourier Transform) for Real Time sampling system (like PQ meter or Digital Relay). The complex computation is realized without complex.h in this code, based on only C. -This source code is the 32point FFT(Fast
PSGrooPIC1.8b-HermesV4B_wHIDBTL_FW3.41_LEDgB4LEDr
- ps3 hex file complier with ccs and upload your pic18f2550 and connect ps3
source
- 本视频监控系统主要实现了云台控制、快照和录像、录像回放、定时自动监控、监控管理及日志。本系统默认操作员用户名为:tsoft,密码为:111。 (2)可执行文件路径:\Debug\Capture.exe (3)本系统使用的硬件是天敏VC4000监控卡,其中使用了MPG4c32.dll、MediaTransmit.dll、MediaTransmit.lib、MediaTransmit.h、Sa7134Capture.dll、Sa7134Capture.lib和Sa7134Capture.h几
msoftcon
- msoftcon.cpp msoftcon.h 简单的控制台图形 函数的源文件和头文件-msoftcon.cpp msoftcon.h graphics system--microsoft visual c++
chess-C
- 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
aco2
- 控制台应用程序 : aco 项目概况 应用程序向导已为您创建了这个 aco 应用程序。 此文件包含组成 aco 应用程序 的每个文件的内容摘要。 aco.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关用应用程序向导选择的 平台、配置和项目功能的信息。 aco.cpp 这是主应用程序源文件。 其他标准文件: StdAfx.h、
dllmain
- 一个dll用法的示例,这里仅上传cpp文件,还有.h文件-A the dll usage of example, here only upload cpp file there. H file
snake
- 这是一个简单的贪吃蛇源代码工程文件,包含所需的graphics.h头文件以及lib文件-This is a simple Snake source code project file contains the required graphics.h header files, and lib file
msime.h
- Office Sample: Input Method Editor (IME) Header File: msime.h