-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
C++ Primer是一本适合C++初学者学习的书,基中结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的...
C++ Primer是一本适合C++初学者学习的书,基中结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C++ Primer
- 2022-03-19 18:31:28下载
- 积分:1
-
Chinese name (C language commonly used algorithm for source code), you can see,...
中文书籍名(C语言常用算法源代码),可以看看,适合初学者!-Chinese name (C language commonly used algorithm for source code), you can see, for beginners!
- 2023-06-06 11:30:03下载
- 积分:1
-
GDC Technology and XpanD Partner to Launch Largest 3D Theater Deployment Through...
GDC Technology and XpanD Partner to Launch Largest 3D Theater Deployment Throughout Mainland China
- 2022-06-16 11:49:35下载
- 积分:1
-
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.n...
一个PHP+MySQL的访问统计,需要GD库,界面非常漂亮,2.0版本已经可以 非常方便的选择语言版本,其中中文版由夜猫网(http://www.YeMao.net)翻译, ,在修改版中增加了一些功能,包括显示总页面访问数、今日页面访问数、总 IP访问数、今日IP访问数、在线人数,增加了页面JS调用统计功能, 增加 了 Windows XP 的识别等等。-a PHP+ MySQL visit statistics, the need for the GD library, a very nice interface, version 2.0 can be very convenient choice language version, which the Chinese version by the Night Cat Network (http://www.YeMao.net) translation, and in the revised version by added some features, including show the total number of pages visited, pages visited today, the total number of IP, IP visited today, online and an increase in the pages JS call statistics capabilities, the Windows XP identification, and so on.
- 2022-02-21 07:58:20下载
- 积分:1
-
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。...
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。-A calculator written in c++ to achieve the general computing power for MFC beginners to stage Lianbi.
- 2023-04-03 18:15:05下载
- 积分:1
-
Space time block codes
Space time block codes
- 2022-05-29 03:16:56下载
- 积分:1
-
how to receive data with a Pic 18f252
how to receive data with a Pic 18f252
- 2022-04-14 22:56:06下载
- 积分:1
-
Notice writer(丝路传说自动公告系统)
丝路自动公告源码 C#
能够实现丝路传说自动公告,包含丝路加密通讯机制!
- 2022-03-07 17:47:38下载
- 积分:1
-
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放...
1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。
2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式如下:(提示:本题为有元函数的应用)
-1, design a program, of which three categories, namely CBank, BBank and GBank, respectively, for the Chinese banking, business banking and agricultural banking. Each class contains a private data balance, used to store the bank deposits of savers in the number, while a friend function used to calculate the total depositors in the three the number of total deposits in banks. 2, design a program, of which there are 2 categories, Point class for the point class, including two individual and private data are x and y, that the coordinates of points, line for line class categories, with three individual and private data are a, b and c, that straight line equation ax+ by+ c = 0. There is also a friend function dist, used
- 2022-08-20 00:41:26下载
- 积分:1