Sponsored Links

善用 Google Search 單位換算

GoogleSearch.cmtomm  

文章標籤

mitblog 發表在 痞客邦 留言(1) 人氣()

windows-8  

硬體需求:

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

超想像!Windows 8 電腦再進化!

Windows8(基本版):

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

【檔案名稱】:IDA Pro(idademo63_windows.exe)

【檔案大小】:596 KB

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

【檔案名稱】:Dependency Walker(depends.exe)

【檔案大小】:596 KB

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

在 Blog 加入 facebook,完成後,就像本站 Blog 左側會有個 facebook 圖案,滑鼠移過去會展開。

其他 Blog 亦可,此篇就已 Pixnet 來做示範。

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

勞保計算方式:

薪資總額:36,000 元

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

Example Source Code:c/c++語言建立 #define,先建立 define_.h 檔。

#define INT_TEST 10
#define INT__ 123
#define BYTE unsigned char
#define True 1
#define False 0

char *str_include(void)
{
        char *str="自製標頭檔...\n";
        return str;
}

Example Source Code:將 define_.h 檔 #include 進來。

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

範例碼(一):C/C++ 語言,自訂函數及標頭檔,範例如下,主程式 main.c 檔。

#include <stdio.h>
#include <stdlib.h>
/*
 * include "自製標頭檔.h" 
 */
#include "./str.h"

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char *argv[])
{
        char *receive=str_include();
        printf("%s",receive);
        printf("%s",str_include());
        
        int send_parament=100;
        
        printf("%d",int_include(send_parament));
        
        
        return 0;
}

 

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

  • 這篇文章限定好友觀看。
    若您是好友,登入後即可閱讀。

BYTE = 8 BIT
CHAR = 1 BYTE

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

在c++中,若要使用全域變數需加上extern這個宣告,例如

extern int i;

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

  • 這篇文章限定好友觀看。
    若您是好友,登入後即可閱讀。

【軟體名稱】:Code Blocks

【軟體分類】:開發軟體

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()

不要忽略,請仔細閱讀:您可以通過分享這訊息拯救別人的生命。

腦中風: 請記著這三個字母... S.T..R ...

文章標籤

mitblog 發表在 痞客邦 留言(0) 人氣()