-
C语言菜鸟参考习题小汇总
资源描述初学C语言时,是否为找不到满足心意的训练头脑的题目而感到烦恼呢?就让压缩包中的习题带你一起飞越C语言程序设计的思维高度,使你的水平上一层楼!
- 2022-03-25 06:36:19下载
- 积分:1
-
这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习...
这是谭豪强C语言书上的不分作业习题,是我自己做的,都能运行,有茱萸学习-This is the C-language book on the big or worksheets, yes I do, to run, learning Cantleye
- 2022-04-19 05:47:35下载
- 积分:1
-
总结SIP的核心内容和研究工作的进展,对开发有借鉴作用
总结SIP的核心内容和研究工作的进展,对开发有借鉴作用-summary SIP is the core content and research work in progress, the development of a reference
- 2022-04-15 20:52:05下载
- 积分:1
-
遥控(源程序)-V4.6.1
说明: UAV flight control program, including all necessary driver files and algorithms
- 2020-06-22 14:00:02下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
MQ
说明: windows系统里mq到期解决方法,及win2003在安装mq遇到问题的解决办法。(failed to translate)
- 2011-11-27 19:47:49下载
- 积分:1
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
gei-hj36
是路径规划的实用方法,基于matlab平台实现,可以动态调节运行环境的参数。( Is a practical method of path planning, Based on matlab platform, Can dynamically adjust the parameters of the operating environment.)
- 2017-04-01 17:37:34下载
- 积分:1
-
Bi-pending-non-farm
非农大数据时候、使用这个双向挂单策略实现盈利、实盘应用,你可以拿来免费使用(Large non-farm data when using this strategy profitable bi-pending, firm application, you can bring free use)
- 2016-08-26 11:01:30下载
- 积分:1
-
lw_oopc-v1.2
一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。
用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢?
希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们!
源码包括几个使用这套宏的代码示例,可以认真钻研下。(A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang.
Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C?
I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language!
Source includ)
- 2012-11-21 14:36:34下载
- 积分:1