搜索资源列表
game-by-c
- 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-debugging environment of the READ or TC3.0. Run this procedure needs tc of several header files. Propose to amend the options menu to in
loki_h
- Loki库的头文件,《modern C++ design》一书中关于每章思想的一个总结。对于学习候捷《C++设计新思维》的人来说非常有参考价值。-Loki library header files, "C modern design," a book on the thinking of each chapter of a summary. McNair learning at the "C design of the new thinking" in t
vc_math_arithmetic
- 《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。 -"VC and BC numerical analysis class library" CD-ROM containing C Numerical Analysis Dynamic Link Library (DLL inc
program-BAPI
- DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_
Jpegdecoder
- void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0]
C++openoutput
- 在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等)-In the C++ In open an output file in two ways, one is to
C1
- 常用的一些头文件的汇总,很好用,编程时在main文件中写上#include"C1.H"。-Commonly used in some header file summary, very good, and programming in the main document, written on# Include C1.H .
MSP430_GUI
- 430液晶驱动,可以兼容大量液晶,附有各类头文件-LCD driver 430, a large number of liquid crystal can be compatible with various types of header files
inc
- Test header file. very usefull for beginner-led
pingmujiequ
- 其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单: 1、先利用hdc=GetWindowDC(NULL) 得到桌面的hdc 2、memhdc=CreateCompatibleDC(hdc) 根据桌面的hdc创建一个和屏幕相同的内存DC 3、StretchBlt(memhdc,0, 0, nWid,nHei, hdc, 0, 0,nWid,nHei, SRCCOPY) ,把屏幕的图像复制到内存DC这时你已经在内存中得到了屏幕的图像了。这是设备相关的DDB图像,如果希望转换成设
new
- It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information. In addition, it inserts information related to the author of
ACM-MODEL
- ACM程序的母版,包含了常用头文件,以及自己定义的一些宏-ACM program template, including almost all the header files and some MACROs, etc.
shiyan
- 实现客户机(CLIENT)类。定义字符型静态数据成员ServerName,保存其服务器名称;整型静态数据成员ClientNum,记录已定义的客户数量;定义静态函数ChangeServerName()改变服务器名称。在头文件client.h中定义类,在文件client.cpp中实现,在文件test.cpp 中测试这个类,观察相应的成员变量取值的变化情况。(需要给出main函数代码和运行结果) 完善Body类,将检测胖瘦的标准定义为静态数据成员并设计相应的静态成员函数。(最好给出main函数
Array-Complex
- 复数类的C++实现-Complex array 头文件及源代码-The complex class C++-Complex array header files and source code
Array-Time
- 时间类的C++实现--Time array头文件及源代码-The time like C++- Time array of header files and source code
constructor
- 构造函数的C++实现方法--头文件以及源程序-The method constructor C++- header files and source code
User-defined-String
- 自定义字符串类的C++实现--头文件及源代码-- Header files and source code from defined string class C++ implementation
Cryptic-Complex
- 隐藏复数类的内部实现--C++编程,头文件及代码-Hide complex class the internal- C++ programming header file and code
DateLink
- 日期链表的C++实现--datelink 头文件及源代码-The date linked list C++ achieve the- datelink header files and source code
Inventory
- Inventroy program in C++ with header and other files