其實,用VC++6就能打開和編輯二進制文件根本就用不着再去找專門的二進制文件編輯器。
202.115.90.*
12-11
巨大八爪鱼
(點擊/回復: 1141/2)
|
今天上課寫的C程序#include <stdio.h>
//#include <stdlib.h> /*int *fun() { /...
180.84.33.*
12-11
202.115.90.*
(點擊/回復: 3106/23)
|
【示例】在C語言中的char字符數組中處理雙字節中文字符#include <conio.h>
#include <stdio.h> void main() { char...
巨大八爪鱼
12-11
202.115.90.*
(點擊/回復: 1248/7)
|
我有一個夢想我希望能在畢業的時候拿到南京 的BAT公司任意一家offer
fengtianru117
11-27
巨大八爪鱼
(點擊/回復: 1335/2)
|
【直播】藍橋杯大賽個人賽(軟件類)省賽真題練習題目標題: 高斯日記
大數學家高斯有個好習慣:無論如何都要記日記。 他的日記有個與眾不同的地方,他從不註... |
【原創】C語言版本的explode函數(字符串分割為數組的函數)(單字符分隔符版)#include <stdio.h>
#include <stdlib.h> char **explode(char delimiter, char *pStr)... |
【原創】C語言版本的join函數(字符串數組組合為字符串的函數)(單字符分隔符版)註:部分函數依賴於
https://zh.arslanbar.net/post.php?t=23426 中定義的一些函數 char *join(char delimiter, cha... |
C語言連接SQL字符串的示例#include <stdio.h>
#include <string.h> int main(void) { i... |
【方法】Windows下安裝gcc編譯器最簡單的方法首先,下載Dev-C++這個IDE,它裏面自帶了gcc和g++編譯器。
下載鏈接: http://sourceforge.net/projects/orwelldevcpp/ (De... |
【程序】自己寫的RGB格式的顏色轉換成十六進制表示的顏色的轉換器// ColorRGB.cpp : Defines the entry point for the console application.
// #include "stdafx.h"... |
自己寫的C語言字符串複製,鏈接,比較,以及計算長度的函數,可用於單片機程序#include <stdio.h>
#include <conio.h> unsigned int len(char *str) {... |
|
|
【轉載】再談定義指針變量時星號應該靠左還是靠右雖然
(1) int* a; (2) int *a; 都能編譯通過,不過我想這是編譯器的糾錯優化,給許多編碼潦草的人一個很大的容錯度。... |
memset的用法#include <stdio.h>
#include <string.h> int main() { char... |
| 本吧共有主題數50個,帖子數252篇,會員數1位。 |
內容轉換: |