软件与OS
首页 软件与OS
用户12759 2010-1-31 21:13
常量、变量定义
前缀 ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" / 类别 CS 窗口类别样式 ...
用户12759 2010-1-31 13:30
wsprintf的使用
在C语言中格式化字符串可以使用printf,但是在WINDOWS编程设计中却行不通了,但是却有变通的方法,那就是用 wsprintf这个函数 它的格式如下: wsprintf(缓冲区,格式 ...
用户12759 2010-1-31 13:26
控件基本操作、回调及自己动手写小时钟(转自如鹏网)
板书: 接下来我们要实现小时钟。涉及到的主要知识点是定时器的使用,涉及到的 C 知识就是函数指针(回调函数) 使用定时器 回调就是不是你调别 ...
walnutcy_696810119 2010-1-31 12:31
卫星预报:ltAlmanac
https://static.assets-stash.eet-china.com/album/old-resources/2010/1/31/a83481ae-9c8f-4f10-ba5f-44b30a8ce1a2.rar  walnutcy ltAlmanac的使用很简 ...
huotingtu_505472073 2010-1-31 11:25
【转】Opera 10.50 Build 3216 Pre-Alpha
Opera 是来自挪威的一个极为出色的网络浏览套件,具有速度快、节省系统资源、定制能力强、安全性高以及体积小等特点,目前已经是广受欢迎的浏览器之一。 多文 ...
用户1409704 2010-1-28 00:19
Linux内核设计与实现第二版清晰版中文pdf免费下载
Linux 内核设计与实现第二版清晰版中文 pdf 免费下载 PDF 格式文件 清晰版 310 页 机械工业出版社 本书英文名: Linux Kernel Dev ...
用户180508 2010-1-27 14:39
C语言之printf使用
printf 的格式控制的完整格式: %  -  0  m.n  l 或 h  格式字符 下面对组成格式说明的各项加以说明: ①% :表示格式说明的起始符号, ...
用户518753 2010-1-26 09:37
jpeg-encoder-decoder --Welcome to Wotsit.org
一个很有用的网站 Wotsit Welcome to Wotsit.org, the programmer's file and data format resource. This site contains information on hundreds of di ...
用户1402774 2010-1-25 09:32
【转贴自C++ inventor】一句话说明白怎么更好的使用C++
  http://www2.research.att.com/~bs/learn.html Given that I don't have much time to learn new techniques and concepts, how do I start using C++ ...
用户1402774 2010-1-24 21:32
【转贴自 C++ inventor 】怎么编程序可以更清晰,还有重用性
http://www2.research.att.com/~bs/bs_faq.html   What is so great about classes? Classes are there to help you organize your code and to rea ...
用户1402774 2010-1-24 21:16
Focus on concepts and techniques
  "You'll need a textbook for learning C++. This is the case even when your implementation comes with ample on-line documentation. The reason is t ...
用户1589211 2010-1-24 10:31
桶排序C++实现
#include iostream using namespace std; struct nod {  float value;  struct nod *next; }; class bucket_sort {  public:   bucket_sort();   ~b ...
用户1589211 2010-1-24 10:30
基数排序C++实现
#include iostream using namespace std; class radixsort {  public:   radixsort(){};   ~radixsort()   {    delete ;  int *b=new int ;  for ...
用户1589211 2010-1-24 10:28
计数排序C++实现
#include iostream using namespace std; class countsort {  public:   countsort(){};   ~countsort()   {    delete ;  int *b=new int ;  fo ...
用户1589211 2010-1-24 10:27
随机化的快速排序C++实现
#include iostream using namespace std; #include stdlib.h class randquick {  public:   randquick();   ~randquick();   void randquick_sort() ...
EE直播间
更多
关闭 站长推荐上一条 /3 下一条