资源列表
Project2
- C语言 shell操作,重定向,后台 如何用C/C++实现shell的重定向和管道功能(C language shell operation, redirection, how does the background use C/C++ to realize shell redirection and pipeline function?)
Documents
- 蓝桥杯2017年本科组模拟赛题及答案。。。。。。(Blue Bridge Cup 2017 exercises)
ContainerWithMostWater
- 用O(n)的时间得到了答案。采用了哨兵的方式。(The answer is obtained with the time of O (n). The sentinel was used.)
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)
HelloWord程序
- 一个简单的HelloWord的C++程序,适用于C/C++的初学者学习。
lbm d2q9
- 玻尔兹曼 BGK D2Q9 程序 可以解决大部分二维问题也适合初学者学习编程
打印空心菱形
- 该程序实现了简单的打印空心菱形的C语言源代码,展示了图形打印基础知识。
ONvif设备发现开发工具
- 一个实现了Onvif设备发现的小demo,支持已经完成Onvif框架搭建的设备发现功能
十大算法时间与空间比较
- 对于十大算法进行时间复杂度与空间复杂度比较,源程序,模块化设计语言,C++编程
面向对象easywin标准程序
- 面向对象标准程序,c++,适合面向对象编程对应章节的练习和作业
电话簿排序
- 输入N个用户的姓名和电话号码,按照用户姓名的词典顺序排列输出用户的姓名和电话号码。
PressButton.doc
- C++编程题目: Create a program that define PressButton to call different function through pointer of function, and get the results as follow. void main() { PressButton(Show); PressButton(Popmenu); } Output: Call Show function Call
