|
点击 |
回复 |
标题 |
作者 |
最后回复 |
|
249 |
0 |
以XP系統下的Notepad++ v7.9.2 (32-bit)版本為例。 去NppGTags官網(https://github.com/pnedev/nppgtags/re... |
巨大八爪鱼 |
5-15 巨大八爪鱼 |
|
245 |
1 |
|
艰难快乐学习运动 |
3-23 啊啊是谁都对 |
|
623 |
4 |
#include <stdio.h> #include <Windows.h> int main(void) {... |
巨大八爪鱼 |
8-5 巨大八爪鱼 |
|
514 |
0 |
【字符數組:char arr[] = "abcd"】 性質: 1.數組名arr本身是一個指針變量,但是不能移動該指針 2.字符數組中的內容可讀可寫 3.以\0結束 4.可... |
巨大八爪鱼 |
6-20 巨大八爪鱼 |
|
479 |
3 |
#include <conio.h> #include <stdio.h> void main() { char... |
巨大八爪鱼 |
6-19 巨大八爪鱼 |
|
903 |
3 |
【方法一:一次性創建全部數組空間】 #include <stdio.h> #include <stdlib.h> int main() {... |
巨大八爪鱼 |
6-13 巨大八爪鱼 |
|
567 |
3 |
【示例程序】 #include <stdio.h> void test(char *str) { int d, n, r;... |
巨大八爪鱼 |
6-13 巨大八爪鱼 |
|
676 |
4 |
log2(1)=0.000000 log2(2)=1.000000 log2(3)=1.584963 log2(4)=2.000000 log2(5)=2.321928... |
巨大八爪鱼 |
5-23 巨大八爪鱼 |
|
514 |
1 |
#include <stdio.h> #include <string.h> #include <time.h> void display(str... |
巨大八爪鱼 |
5-21 巨大八爪鱼 |
|
567 |
1 |
【代碼】 #include <stdio.h> #include <string.h> // memset函數所在頭文件 #include <time... |
巨大八爪鱼 |
5-21 巨大八爪鱼 |
|
846 |
7 |
【源文件main.c】 #include <stdio.h> #include <stdlib.h> // system函數所在地 #include <... |
巨大八爪鱼 |
5-10 巨大八爪鱼 |
|
532 |
1 |
【函數定義】 int abc(char *s) { puts(s); return 0; }... |
巨大八爪鱼 |
5-7 巨大八爪鱼 |
|
574 |
5 |
#include <stdio.h> #include <stdlib.h> #include <string.h> void swap(int... |
巨大八爪鱼 |
3-18 巨大八爪鱼 |
|
847 |
17 |
首先,編寫一個簡單的C程序: #include <stdio.h> void fun(int *num, int *num2); int main() {... |
巨大八爪鱼 |
2-26 巨大八爪鱼 |
|
728 |
3 |
Makefile: # 連接 test: test.o gcc test.o -o test -lxml2 # 編譯 test.o:... |
巨大八爪鱼 |
2-20 巨大八爪鱼 |
|
5021 |
9 |
【C程序文件:client.c】 #include <netinet/in.h> #include <stdio.h> #include <stdlib... |
巨大八爪鱼 |
2-17 巨大八爪鱼 |
|
506 |
0 |
#include <stdio.h> #define COMPARE < int main() { int nums[]... |
巨大八爪鱼 |
1-9 巨大八爪鱼 |
|
516 |
3 |
|
巨大八爪鱼 |
1-9 巨大八爪鱼 |
|
613 |
5 |
#include <stdio.h> #include <stdlib.h> #include <string.h> char *str_crea... |
巨大八爪鱼 |
12-19 巨大八爪鱼 |
|
1145 |
21 |
運行結果:  |
巨大八爪鱼 |
12-19 巨大八爪鱼 |
|
504 |
2 |
以前雖然會寫C語言程序,但是很多關鍵函數沒有記住,用的時候需要頻繁地去網上查函數用法。 |
巨大八爪鱼 |
12-12 巨大八爪鱼 |
|
801 |
4 |
#include <ctype.h> #include <stdio.h> #include <string.h> char *device_li... |
巨大八爪鱼 |
12-12 巨大八爪鱼 |
|
465 |
2 |
根本就用不着再去找專門的二進制文件編輯器。 |
202.115.90.* |
12-11 巨大八爪鱼 |
|
1982 |
23 |
#include <stdio.h> //#include <stdlib.h> /*int *fun() { /... |
180.84.33.* |
12-11 202.115.90.* |
|
490 |
7 |
#include <conio.h> #include <stdio.h> void main() { char... |
巨大八爪鱼 |
12-11 202.115.90.* |
|
611 |
2 |
我希望能在畢業的時候拿到南京 的BAT公司任意一家offer |
fengtianru117 |
11-27 巨大八爪鱼 |
|
839 |
10 |
題目標題: 高斯日記 大數學家高斯有個好習慣:無論如何都要記日記。 他的日記有個與眾不同的地方,他從不註... |
巨大八爪鱼 |
11-26 巨大八爪鱼 |
|
621 |
7 |
#include <stdio.h> #include <stdlib.h> char **explode(char delimiter, char *pStr)... |
巨大八爪鱼 |
11-21 巨大八爪鱼 |
|
562 |
1 |
註:部分函數依賴於 https://zh.arslanbar.net/post.php?t=23426 中定義的一些函數 char *join(char delimiter, cha... |
巨大八爪鱼 |
11-21 巨大八爪鱼 |
|
566 |
3 |
#include <stdio.h> #include <string.h> int main(void) { i... |
巨大八爪鱼 |
11-19 巨大八爪鱼 |
|
789 |
5 |
首先,下載Dev-C++這個IDE,它裏面自帶了gcc和g++編譯器。 下載鏈接: http://sourceforge.net/projects/orwelldevcpp/ (De... |
巨大八爪鱼 |
11-13 巨大八爪鱼 |
|
508 |
2 |
// ColorRGB.cpp : Defines the entry point for the console application. // #include "stdafx.h"... |
巨大八爪鱼 |
11-10 巨大八爪鱼 |
|
426 |
2 |
#include <stdio.h> #include <conio.h> unsigned int len(char *str) {... |
巨大八爪鱼 |
11-2 巨大八爪鱼 |
|
414 |
0 |
一個女生:我感覺C語言比高等數學都還難
一個男生:我感覺我C語言就是要掛了的節奏 |
巨大八爪鱼 |
11-2 巨大八爪鱼 |
|
535 |
1 |
我認為,這是因為受了應試教育的影響,所以學C語言只知道聽老師講,然後做題,又聽講又做題。結果聽講的時候完全是在聽天書,於是下來題也不會做了,噁心循環。他們就不知道在自己的電腦上不斷地自己寫、改、運行C... |
巨大八爪鱼 |
10-21 巨大八爪鱼 |
|
587 |
3 |
雖然 (1) int* a; (2) int *a; 都能編譯通過,不過我想這是編譯器的糾錯優化,給許多編碼潦草的人一個很大的容錯度。... |
巨大八爪鱼 |
10-21 巨大八爪鱼 |
|
477 |
5 |
#include <stdio.h> #include <string.h> int main() { char... |
巨大八爪鱼 |
8-13 巨大八爪鱼 |
|
558 |
2 |
項目地址:https://github.com/zlk1214/PowerLog 協議:GPL |
巨大八爪鱼 |
7-15 巨大八爪鱼 |
|
545 |
3 |
#include <fcntl.h> #include <linux/cdrom.h> #include <stdio.h> #include... |
巨大八爪鱼 |
7-15 巨大八爪鱼 |
|
491 |
0 |
應該: char* a="dMBN"; char* b="MBN"; if (strcmp(a,b)==0... |
巨大八爪鱼 |
8-2 巨大八爪鱼 |
|
712 |
2 |
#include <stdio.h> int main() { unsigned int R1;... |
巨大八爪鱼 |
7-27 巨大八爪鱼 |
|
795 |
0 |
親愛的用戶:歡迎來到c語言吧,Purasbar歡迎您的到來~ 請先閱讀我們的社區準則: http://zh.purasbar.com/documents/eula/ 以及版權... |
社区管理员 |
7-27 社区管理员 |