资源列表
Template
- 模板学习笔记,包含基本模板使用实例,通俗易懂,适合初学者观看
comb
- 一、 程序作用 实现排列组合功能。 例如:如果允许出现的数字为1 2 3 4 ,每个组合有3个元素,则输出的组合为 (1 2 3) (1 2 4) (1 3 4) (2 3 4) 二、 算法实现 采用栈的思想,首先输入第一个组合(1 2 3…..r) 如果r<n,则r弹栈,把r=r+1压栈,如果r=n,则r弹栈,同时把前一项也弹栈,再依次增加,直到出现组合 (n-r+1 n-r+2 ….n). -First, procedures for the functi
monkeys
- 用c++开发的小游戏,此源代码,虽然不长,但对初学者也是个入门的好例子-With c++ Developed game, this source code, though not long, but for a beginner is also a good example of entry
VisualCPPP-evoke-Excel
- VisualC+++中调用Excel+2000,实现VC与Excel的接口-VisualC+++ evoke Excel
DisplayImage11111111111111
- 图像程序Java图像演示程序 Java图像演示程序 Java图像演示程序-images Java Image Java Demonstration Program Demonstration Program Java Image Demonstration Program Java Image Demonstration Program Java Image Demonstration Program Java Image
yuandaima11111
- 我还有很多源代码!不知道可不可开通会员?-I still have a lot of source code! Do not know that they can not be opened Member? Oh
mSeqSample
- 通信、编码中m序列采样实现代码-communications, coding sequence sampling m code
Program-Secure
- 程序安全部分: 系统调用 缓冲区溢出 查找系统函数地址-Application security components: system call to check system function addresses a buffer overflow
Vb_dll
- 用vb生成有数处函数的dll文件的一个例子 dll中的函数能在段首,用declare申明-Generated by several vb dll files at the function of an example of a function in the dll in the first paragraph, with declare declare
dealWithChars
- 处理字符专用的程序,可能把字符弄得整齐。让字条规范-deal with chars
MadgwickMEX
- madwicgks algorith for capabilty for attitude detrmination
readwINI
- 读写ini文件的全部代码,保证可用,完全可靠,无毒可用非常非常好的代码-Ini file to read and write all the code, to ensure that available, completely reliable, non-toxic can be used very, very good code
