搜索资源列表
UTF-8toGB2312
- C语言实现UTF-8与GB2312互换,提供详细的转换函数-C language UTF-8 with GB2312 exchange, provide a detailed transfer function
linuxcode
- linuxcode,主要用c++语言编写,还有vb,basic等,用于大家学习交流。-linuxcode, the main c++ languages, as well as vb, basic, etc., for them to learn from the exchange.
json-c-0.9.tar
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使J
imp1
- linux典型的用户和内核交换数据的例子 imp1.h imp1_k.c imp1_u.c-The typical user and kernel linux data exchange example imp1.h imp1_k.c imp1_u.c
rich-v1.1
- linux终端下C编程练习 大富翁游戏,实现了游戏的基本框架,地图显示,4位玩家的行走,买地交租和一个道具的使用,其他道具暂时不能用,有兴趣可以添加其他的实现,欢迎交流! Linux终端设置成黑底白字显示效果好点!-The the linux terminal under the C programming exercises Monopoly game, the basic framework of the game, map display, four players walking to
C++项目初稿.tar
- c++项目,随意写了一些东西,我们可以交流(C++ project, free to write something, we can exchange)
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)
