搜索资源列表
Windows32-asm-lo
- Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本
vcjdbcdq
- 《Visual C++经典编程大全》配套代码 ,里面包括好多VC的的例子程序 我就是学这个入门VC的。-"Visual C Programming Solutions classic" complementary code VC includes many examples of the learning process I is the entry of VC.
game-by-c
- 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-debugging environment of the READ or TC3.0. Run this procedure needs tc of several header files. Propose to amend the options menu to in
cint5.16.tar
- cint...昨天看到有个c++解释器,叫CINT,down下来一用,很爽,推荐大家也去看一看。 相信不少朋友们早就知道这个东西了-cint ... Yesterday saw a c interpreter, called CINT, down from a used, very interesting. Suggest everyone to see. Many friends have long known of the things
51andch375
- 51+ch375读写U盘超精简原程序 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示-51 ch375 U-writable disc-the original procedures to streamline the process with 180 OK C code can be read on FA T16 U disk file system root directory, we can see the root direct
attendance205054
- 这个程序是有关于考勤的应用系统,vc++6.0实现的,对于中级的c++学习者有很大的参考意义-this procedure is on the appraisal of the application system, vc 6.0. c for intermediate learners have great reference value
smallgame
- 一个小游戏,也是个很搞笑的东西,这个是我地一次写的C++程序
csharpprint
- C#打印源码,通过这个源码可以分析打印类的实例。
fanhuierweishuzhuCchengxi
- 这个程序说明了怎么通过C语言的子函数返回二维数组带到主函数中
chap07
- 这个工程实现了一个网上书店的功能。很适用,是用C#语言实现的
GPSxiaoche
- 这个是mapxtreme2004 C# ASP。NET 关于GPS小车功能的一个简单历程希望大家一起学习
C源程序一百例
- C源程序一百例 就是这个了 在没有别的什么了 看这用吧
C++Primer
- C++ Primer第四版,光盘源码!如果你已经有电子书了,那赶快来下这个吧!
BP
- 这个C语言的程序是bp算法实现,可以运行得出结果-The C language program is bp algorithm, the results can run
C
- C++入门常识,可以为学习面向对象的语言打下一定的基础,比较适合于自学,但是要是深入研究,还要看更多的东西,这个是不够的-Introduction to C++ knowledge, can learn object-oriented language provides a foundation and is suitable for self-study, but if the in-depth study, depends on something more, this is not eno
C
- 关于反射网面找形的代码,可以通过这个代码找到网状反射面的形状以及各个关键点的位置坐标-Reflective mesh form-finding code, this code can find the mesh reflective surface shape and the position coordinates of the key points
C-programming-(100-example)
- 这个是C语言写的100个程序,供参考使用-C programming (100 example)
c-ios
- 基础的c语言开发ios项目源码,把基础东西学扎实了,才能走的更远,希望这个项目源码对大家有帮助吧-Based on the use of c language development ios source
9780321928429_CPrimerPlus6E_code
- C Primer Plus 源码,书中各个章节的源码都在这个文档中,(C Primer Plus source code)
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c