搜索资源列表
-
0下载:
这是一些使用C#进行控制台编程的实例源代码,这些小程序主要有传值调用、数组前后对比、阵列列前后对比、输出欢迎信息、输出参数、利用控制台进行常规计算、静态变量的使用等方面的内容,面向c#新手,编译环境vs2005。-This is some of the console in C# programming source code examples, these small programs are called by value, the array before and after compar
-
-
0下载:
Mini Project in C Library Management System.
This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you
-
-
0下载:
Typing Tutor Project in C.
Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
-
-
0下载:
为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
-