原创 關於Wav音頻壓縮MP3

C++ 博客  http://www.cppblog.com/ http://www.cppblog.com/iuranus/default.html?page=1    代碼: C# MP3 Compressorhttp://www.c

原创 一些問題的解決方法

1. 關於C#引用Dll後,找不到命名空間的問題  http://topic.csdn.net/u/20110609/19/b8aa661d-c522-412c-883f-7e189bd6fe92.html  確實有編譯不過的問題,是Va

原创 一些知識收集

  C# String與byte[]之間轉換  http://developer.51cto.com/art/200908/148342.htm s

原创 Wav format

bitrate VS sampling rate http://www.normsoft.com/kb/idx/31/094/article/   WAVE PCM soundfile format:  https://ccrma.sta

原创 內存泄露相關文章

工具: 初識Visual Leak Detector: C++檢測內存工具  http://www.360doc.com/content/07/0914/18/43842_743951.shtml     用 .NET Memory Pr

原创 多線程

  1. 不需要傳遞參數,也不需要返回參數 2. 需要傳遞單個參數:object arg 3. 需要傳遞多個參數:使用專門的線程類 4. 傳出參數:

原创 關於程序員個性

這段時間因爲前一個項目結束,而後一個項目沒有開始,所以有了一些空餘時間做一些平時不經常做的事情。比如看了《代碼大全》的一章並做了讀書筆記,如下: 1.      如果你拒絕承認錯誤,你就是在愚弄你自己。我在前一個項目中做了一件錯事,可是我

原创 俄羅斯方塊開發鏈接

俄羅斯方塊(設計模式) http://www.cppblog.com/iuranus/archive/2008/12/28/70593.html     設計模式學習筆記(2) 俄羅斯方塊設計方案 http://www.cnblogs.

原创 MemoryStream

 http://junchu25.wordpress.com/2009/03/15/%E5%85%B3%E4%BA%8Ememorystream%E7%9A%84getbuffer%E5%92%8Ctoarray%E5%87%BD%E6%

原创 關於strong name

 http://msdn.microsoft.com/en-us/magazine/cc163583.aspx Using Strong Name Signatures   http://msdn.microsoft.com/en-us/

原创 C#調用C++ dll或C dll問題

C#調用C dll:   1. C工程添加def文件,格式如下: EXPORTS     Add 2.C#工程添加如下,然後可以使用:         [DllImport("C.dll")]         public static

原创 C# stream byte[]

 C# Stream 和 byte[] 之間的轉換 http://www.jb51.net/article/13706.htm

原创 How to use C# controls

1. 按鈕的按下、彈起狀態效果: http://www.qimao.cn/article.asp?id=180 CheckBox、RadioButton,並將其Appearance屬性設爲Button(而不是Normal) 2. Too

原创 Text normalization

 Text normalization http://en.wikipedia.org/wiki/Text_normalization

原创 VS 常用屬性

字體: Courier New 13 background: R:204, G:232,  U:207