其实,用VC++6就能打开和编辑二进制文件根本就用不着再去找专门的二进制文件编辑器。
202.115.90.*
12/11
巨大八爪鱼
(Clicks/Replies: 1,125/2)
|
今天上课写的C程序#include <stdio.h>
//#include <stdlib.h> /*int *fun() { /...
180.84.33.*
12/11
202.115.90.*
(Clicks/Replies: 3,048/23)
|
【示例】在C语言中的char字符数组中处理双字节中文字符#include <conio.h>
#include <stdio.h> void main() { char...
巨大八爪鱼
12/11
202.115.90.*
(Clicks/Replies: 1,219/7)
|
我有一个梦想我希望能在毕业的时候拿到南京 的BAT公司任意一家offer
fengtianru117
11/27
巨大八爪鱼
(Clicks/Replies: 1,288/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... |
| There are 50 topics, 252 posts and 1 会员(s) in this bar. |
Content converter: |