资源列表
Google-CPP-programming-protocol
- google C++编程规范,非常不错的一篇文档,讲述了C++程序设计中的卷面问题,获益匪浅-The specification the google C++ programming and a very good one document, the beginning of a book about programming in C++, benefit
Ticketing-system
- 用VC6.0编写的售票系统源码,课程设计时编写的,实用-Ticketing system written in source code with VC6.0 , curriculum design , written and practical
VBP
- VB编写的时钟程序,可以实现闹钟功能,简单实用-Clock program written in VB , you can achieve the alarm clock function, simple and practical
Farey-sequence
- 对任意给定的一个自然数n,将分母≤n的不可约的真分数按照升序排列,并且在第一个分数前面加上数0/1,在最后一个分数后面加上数1/1,这个序列被称之为n级法雷序列,以Fn表示。-Irreducible the proper fraction of any given natural number n, the denominator ≤ n in ascending order, and in front of the first a fraction with 0/1, plus 1/1 in
Wood-polishing
- 读入文本文件的内容,提供MFC界面,输入任意点的x和y值(x<70,y<40)作为着火点,“火烧连营”后,被燃烧的营帐标上字符’X’,并把整个结果输出到文件c2.txt中。-Read into the contents of text files, the MFC interface, enter at any point x and y values (x < 70 y < 40) as the ignition point, " Bur
Fire-with-camp
- 假定文本文件c1.txt是火烧连营中的军营分布图,每个字符A代表一个营帐,营帐是可燃物,其他字符代表不可燃的空白地段,文件共有40行70列。输入任意点的x和y值(x<70,y<40)作为着火点,“火烧连营”后,被燃烧的营帐标上字符’X’,并把整个结果输出到文件中。-The assumed text file c1.txt, is Burning the Camps in the barracks maps, each character A represents a tent, th
Retrival-Algorithm
- Web Retrival and Network Algorithm
youxiajiaowanmei-tanchu
- 这是类似于一个QQ弹窗的VB 源码 。主要是学习交流之用 提供一个思路-This is similar to a QQ pop VB source. Learning exchange with an idea
GHDFHFDHFGH
- 题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。 -Topic: there are two disk file A and B, each deposit A line letters and asked to the two files with the information (in alphabetical order), The output to a new file C.
ExportDll
- 主要是写的将字符串类封装到动态链接库以及相关的使用。本代码主要是给刚刚开始学类加载到dll中的人看的-Mainly to write a string class encapsulates the dynamic link library, as well as the use of. This code is just started to learn the class loading the DLL to see
JHGJGHJGFJG
- 题目:取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。 2.程序源代码:-Topic: take an integer a from the right end of the four to seven began. Program analysis: it can be to consider: (1) to make a
TETERTWT
- 题目:求一个3*3矩阵对角线元素之和 1.程序分析:利用双重for循环控制输入二维数组,再将a[i][i]累加后输出。 2.程序源代码:-Topic: for a 3* 3 diagonal matrix elements combined 1. The program analysis: use double for cycle control input a 2 d array, again will be a [I] [I] after accumulation output