cecil105
码龄19年
  • 30,991
    被访问
  • 7
    原创
  • 1,020,328
    排名
  • 0
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2003-08-07
博客简介:

Yang Yu的专栏

博客描述:
问渠哪得清如许,为有源头活水来
查看详细资料
  • 0
    领奖
    总分 0 当月 0
个人成就
  • 获得0次点赞
  • 内容获得6次评论
  • 获得2次收藏
创作历程
  • 1篇
    2005年
  • 7篇
    2004年
TA的专栏
  • c++ & CLI
  • java
    3篇
  • UML
    1篇
  • 波形音频
    2篇
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

UML Tutorial (From Borland)

Practical UML™: A Hands-On Introduction for Developers - by Randy MillerAbstract: This tutorial provides a quick introduction to the Unified Modeling Language™ The heart of object-oriented problem sol
原创
发布博客 2005.05.27 ·
2189 阅读 ·
0 点赞 ·
1 评论

static 在C++中的不完全测试

// file testStatic.cpp//#include using namespace std ;class testStatic{ public:     static void pnt()     {          cout      }     void pnt(int i)      {          cout      }   // overloadin
原创
发布博客 2004.11.21 ·
960 阅读 ·
0 点赞 ·
0 评论

VC调试入门 作者:阿荣 (转贴)

http://dev.csdn.net/develop/article/26/26343.shtm
转载
发布博客 2004.09.18 ·
671 阅读 ·
0 点赞 ·
0 评论

static、this、super、final用法简谈(三)(转帖)

http://dev.csdn.net/develop/article/36/36687.shtm
原创
发布博客 2004.09.17 ·
758 阅读 ·
0 点赞 ·
0 评论

static、this、super、final用法简谈(二)(转帖)

http://dev.csdn.net/develop/article/36/36686.shtm
原创
发布博客 2004.09.17 ·
656 阅读 ·
0 点赞 ·
0 评论

static、this、super、final用法简谈(一)(转帖)

http://dev.csdn.net/develop/article/36/36684.shtm
原创
发布博客 2004.09.17 ·
867 阅读 ·
0 点赞 ·
0 评论

waveOutOpen函数介绍

(from MSDN) 这个函数打开一个给定的波形音频输出装置来进行回放。(The waveOutOpen function opens the given waveform-audio output device for playback)URL:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/h
原创
发布博客 2004.07.25 ·
12863 阅读 ·
0 点赞 ·
3 评论

waveOutWrite函数介绍

URL:http://msdn.microsoft.com/library/en-us/multimed/htm/_win32_waveoutwrite.asp?frame=true这个函数将一个数据块发送到一个指定的波形音频输出装置。(The waveOutWrite function sends a data block to the given waveform-audio output d
原创
发布博客 2004.07.25 ·
9298 阅读 ·
0 点赞 ·
2 评论