-
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-01-23 10:15:04下载
- 积分:1
-
"WH Random Gen.rar" is uniform and gaussian random number generator based on the...
"WH Random Gen.rar" is uniform and gaussian random number generator based on the Wichmann-Hill number generator.
- 2022-07-08 05:24:18下载
- 积分:1
-
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从...
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a description of the problem is: numbered 1,2, ..., n of n individuals according to a clockwise direction around a circle, each holding a password (positive integer). The beginning of a positive integer as a candidate at a number of upper limit of m, from the first individual to embark on the clockwise direction since the beginning of the order of 1 is reported the number of stops required to report back at a few m. Those who reported m out of his password as the new value of m, in a clockwise direction from the next person to start off again from the 1, and so on, until all that out until all. Try to design a procedure to derive the column order
- 2022-02-10 01:58:28下载
- 积分:1
-
书店管理系统!vb开发,实现图书自动编号,图书的添加、修改、删除,会员的添加、修改删除、以及借书还书,登录分类,会员管理、图书查询等功能!...
书店管理系统!vb开发,实现图书自动编号,图书的添加、修改、删除,会员的添加、修改删除、以及借书还书,登录分类,会员管理、图书查询等功能!-Bookstore Management System! vb develop, implement automated library number of books to add, modify, delete, member add, modify delete, as well as the borrowing and returning books, log classification, members of management, library inquiries and other functions!
- 2022-03-12 03:37:00下载
- 积分:1
-
c/c++实现cache功能,树结构。
c/c++实现cache功能,树结构。-c/c achieve cache, the tree structure.
- 2022-02-14 22:57:20下载
- 积分:1
-
windows编程中的字体定义和应用
windows编程中的字体定义和应用-the definition and application of fonts
- 2022-09-14 00:15:02下载
- 积分:1
-
windows平台下利用FFMPEG实现的简易的音乐播放器,实现了暂停 播放功能
利用FFMPEG+sdl在windows平台下实现的win32程序,windows下的音乐播放器,实现了暂停,播放,结束能功能,程序简介易懂,很希望能与大家分享交流!
- 2022-03-23 22:35:15下载
- 积分:1
-
Classic books
经典书籍 《PROGRAMMING+IN+C++》中文教程chapter4-6-Classic books
- 2022-07-19 09:38:30下载
- 积分:1
-
一个论坛的原创代码,是不是太多说了自己看啊
一个论坛的原代码,~多的就不说了自己看吧,~-a forum of the original code, was not much said his Behold, O ~
- 2022-05-10 22:12:28下载
- 积分:1
-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1