搜索资源列表
yield
- 微软的.NET中C#2.0实现了yield return功能,这个程序教你如何在Native C++中实现它。C#在foreach中使用,C++在for里调用。这样就使得迭代器的功能更加简单,使用的时候也很方便。 -Microsoft' s. NET in C# 2.0 to achieve a yield return, this program teach you how to Native C++ to implement it. Using C# in a foreach, C
SVD
- 奇异值分解的C语言程序,可以直接运行,高效简单易于理解-Singular value decomposition of the C language program can be run directly, simple and easy to understand effective
Simple-graphical-display-LED-dot-matrix
- 用c语言编写的点阵式LED简单图形显示。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of the dot matrix LED simple graphic display. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental
C
- c语言的入门程序,简单,实用,对c语言的学习者尤为适用。-c language entry procedures, simple, practical, on the c language learners are particularly applicable.
ELF-format-specification
- 本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编 译、链接后生成的可重定位、可执行格式实例。 -This paper describes the ELF file format specification, and then combined with a simple C language program analysis is compiled and linked to generate the relocatable, executable format
MATLAB-programming-examples
- 内含身高预测、简单计算器和简单循环结构编程练习等C程序。-Contains height prediction simple calculator and a simple loop structure programming exercises, and other C program.
cPPjiaocheng
- 本章介绍 C++ 的大部分基本要素:内置类型、库类型、类类型、变量、表达式、语句和 函数。在这一过程中还会简要说明如何编译和运行程序。 读者读完本章内容并做完练习,就应该可以编写、编译和执行简单的程序。后面的章节 会进一步阐明本章所介绍的主题。 -This chapter describes the most basic elements of the C++: built-in type, database type, cl
C-program
- 一些简单的c程序源代码 帮助初学者更好的了解C语言-Some simple C program source code to help beginners to better understand the C language
1602
- 简单好用容易修改的C语言1602液晶驱动程序-Easy to use easy to modify the C language LCD driver 1602
cPP
- c++几个简单的程序代码,C++控制台代码 全部经过测试通过。-few simple c++ code, C++ console code all through the test.
BNUTBDJNBOOFR
- 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
Desktop
- 一个简单的C++程序:输入两个整数,通过调用函数求两个数中的较大值-A simple C++ program: the input of two integers, by calling the number of two of the larger values