Welcome![Sign In][Sign Up]
Location:
Search - c-wind

Search list

[Other resourceWindriverGovernmentExempleRoutineFoutainCode

Description: 这里包含了风河vxworks系统中的官方例程的C源代码-here includes Wind River Systems vxworks official routines of C source code
Platform: | Size: 629402 | Author: 吕继朋 | Hits:

[CSharpC_basic_code_C02-C09

Description: C#入门经典例子源码 本程序包为(02-09) 本程序包为C#初学者使的教程源码 包括以下: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序 18 访问数据 19 利用 Ado.NET 访问数据 20 文件操作 21 .Net配置 22 特征 23 ASP.NET程序 24 网络服务 包含大量的源码。-classic example of the source code package (02-09) package for the C# so that the beginners guide OSS include the following : 2 a simple C# procedure three variables and control flow expressions 4 5 6 more on the variable function Debugging and 7 deal with the problem 8 (na) Object-Oriented Programming nine class definition defined category of 10 more members of Class 11 12 13 Use Wind incident ows Form 14 Windows Form 15 ordinary senior dialogue on GDI 16 17 (na) Windows configuration process data 19 18 visit to visit Ado.NET use data file operations 21 20 . Net configuration features 23 22 24 ASP.NET procedures network services include a lot of OSS.
Platform: | Size: 188333 | Author: liuzengyuan | Hits:

[CSharpC_basic_code_C10-C16

Description: 本源码程序包为C#初学者所适用 包括(C10-C16)的内容: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序 18 访问数据 19 利用 Ado.NET 访问数据 20 文件操作 21 .Net配置 22 特征 23 ASP.NET程序 24 网络服务-the source code package for beginners C# application including (C10 - C16) : 2 a simple C# procedure three variables and control flow expressions 4 5 6 more on the variable function Debugging and 7 deal with the problem 8 (na) Object-Oriented Programming nine class definition defined category of 10 more members of Class 11 12 13 Use Wind incident ows Form 14 Windows Form 15 ordinary senior dialogue on GDI 16 17 (na) Windows configuration process data 19 18 visit to visit Ado.NET use data file operations 21 20 . Net configuration features 23 22 24 ASP.NET procedures network services
Platform: | Size: 320097 | Author: liuzengyuan | Hits:

[CSharpC_basic_code_C18-C24

Description: 本源码程序包为C#初学者所适用 包括(C18-C24)的内容: 2 一个简单的C#程序 3 变量与表达式 4 流控制 5 更多关于变量 6 函数 7 调试与问题处理 8 (缺)面向对象的编程 9 定义类 10 定义类成员 11 更多关于类 12 事件 13 使用Windows窗体 14 使用Windows窗体高级 15 使用普通对话 16 介绍GDI+ 17 (缺)配置Windows程序 18 访问数据 19 利用 Ado.NET 访问数据 20 文件操作 21 .Net配置 22 特征 23 ASP.NET程序 24 网络服务-the source code package for beginners C# application including (C18 - C24) : 2 a simple C# procedure three variables and control flow expressions 4 5 6 more on the variable function Debugging and 7 deal with the problem 8 (na) Object-Oriented Programming nine class definition defined category of 10 more members of Class 11 12 13 Use Wind incident ows Form 14 Windows Form 15 ordinary senior dialogue on GDI 16 17 (na) Windows configuration process data 19 18 visit to visit Ado.NET use data file operations 21 20 . Net configuration features 23 22 24 ASP.NET procedures network services
Platform: | Size: 240831 | Author: liuzengyuan | Hits:

[GDI-Bitmapbox2D v2.1.0 Delphi Package 预览版.rar

Description: box2D 2.1.0版本正式发布,相对于前几日在盒子论坛上挂出的预览版又做了较大幅度的改进。具体改进如下: 1.加入控制器(在文件UPhysics2DControllers中),可实现浮力、风力、万有引力场、爆炸、阻尼等效果。其中的风力与爆炸效果是原C++版本中所没有的。大家还有什么新奇的想法可以联系我,为box2D Delphi加入更多的控制器,实现更多的物理效果。 2.添加了单元UPhysics2DPolygonTool,实现任意多边形的细分化(三角化)。可使box2D支持任意边数的多边形和凹多边形物体。目前这部分的demo还未完成,一位外国朋友正在制作。 3.添加单元UPhysics2DHelper,内部实现了四个函数。利用这四个函数可以以极简单的方式创建地形,绳索,矩形围墙。 4.新添加了5个demo,分别为Buoyancy Controller(浮力演示),Explosion(爆炸演示),Graviation Controller(万有引力演示),Rope In Wind(风力与创建绳索演示),Terrain Box(创建地形演示)。 另附2.1.0相对2.0.1版本变化: 2.1.0版重新架构了引擎,引入了三种新的连接(Joint),并重写了broadphase(广域碰撞检测),加入了kinematic物体(无质量的运动物体),Edge Shape(线段物体),Raycast(光线跟踪)等。具体可参考http://box2dflash.boristhebrave.com/docs/2.1a/updating。 在2.0.1版本中我极少考虑到类的封装,为的是编程和用户使用方便,但结构很不好,在这个版本中进行了修正。另外,这个版本的运行效率理论上应该比上个版本高,因为我将Contact(接触类,运动仿真中不断被生成或销毁)由class改为了record。
Platform: | Size: 616489 | Author: arv@163.com | Hits:

[Windows Developsnort-2.6.0.2.tar

Description: 一个开源的入侵检测系统,支持window和*nix平台。-a revenue intrusion detection systems to support window and* nix platform.
Platform: | Size: 3350528 | Author: oldcat | Hits:

[VxWorksWindriverGovernmentExempleRoutineFoutainCode

Description: 这里包含了风河vxworks系统中的官方例程的C源代码-here includes Wind River Systems vxworks official routines of C source code
Platform: | Size: 628736 | Author: 吕继朋 | Hits:

[SCMYAOKONG

Description: 单片机红外解码及无线解码的应用,可以控制家里的灯的快关及亮度,空调的风速及温度,对智能家居的自动控制是非常好的例子,全C代码,移植方便-Single-chip decoder and wireless infrared decoder application, you can control the house lights and the brightness of fast valving and air conditioning, wind speed and temperature, automatic control of the intelligent home is a very good example, all C code, to facilitate transplantation
Platform: | Size: 118784 | Author: justine | Hits:

[Mathimatics-Numerical algorithmscflame

Description: 这是用C语言写的火焰缭绕的一个程序,其中用到了一些随机数方面的算法.-This is written using C language flame wind around a procedure, which uses some aspects of random number algorithms.
Platform: | Size: 4096 | Author: sunny | Hits:

[Screen saverSnowFlying

Description: 雪花飞舞 要求设计雪花的数量、位置、颜色、速度等,并能够实现颜色转换、随风向变化而作调整,且飘落中距离近的雪花可黏合。 注意系统的功能和性能 此程序在Visual C++ 6.0环境下运行通过-Snowflakes fluttering snowflakes to design the number, location, color, speed, etc., and to achieve the color conversion, changes in the wind to be adjusted, and falling snow in the past distance can be bonding. Attention to system functionality and performance of this procedure in the Visual C++ 6.0 environment to run through
Platform: | Size: 1223680 | Author: 章灵军 | Hits:

[TreeViewtree

Description: 用Visual C++绘制的的一棵随风飘舞的树,是分形的具体实现-Using Visual C++ Drawing of a wind wave of the tree, is the concrete realization of the fractal
Platform: | Size: 247808 | Author: 史俊明 | Hits:

[OtherWind-CPPP

Description: Wind接口开发实例,参考价值比较大,可以对照学习~-Wind-C++ Samples
Platform: | Size: 94208 | Author: Charles | Hits:

[Software EngineeringWAPIWrapperCPP

Description: Wind量化平台接口库文件C++(新版C++接口),用于Wind量化平台的提取数据-Wind quantification platform interface library file C++,Wind quantization for extracting data platform
Platform: | Size: 530432 | Author: 赖威林 | Hits:

[SCMWindPendulumCode-master

Description: 2015年全国电子设计大赛B题风力摆控制系统源码,用stm32f4开发,结合mpu6050开发,功能齐全。(2015 National Electronic Design Contest B Title Wind pendulum control system source code, using stm32f4 development, combined with mpu6050 development, full-featured.)
Platform: | Size: 646144 | Author: sdert2 | Hits:

[3D GraphicosgOcean

Description: osg 海面上添加小船,有月亮,有风,有倒影(OSG adds boats to the sea, with the moon, the wind and the reflection)
Platform: | Size: 42233856 | Author: 朝花夕拾y | Hits:

[SCM定时器实验最炫民族风)

Description: 用定时器的方法对最炫民族风进行单片机上的播放(Using the method of timer to play the most dazzling national wind on the single chip computer)
Platform: | Size: 9216 | Author: tttii | Hits:

[Other70116

Description: Unit Commitment with Wind Power Generation: Integrating Wind Forecast Uncertainty and Stochastic Programming
Platform: | Size: 389120 | Author: Mabro | Hits:

[Windows Developair_condition12bug

Description: C++编程写的中央空调控制系统。可根据传来的请求调节子空调所在客房的温度,风速等。之后可结算客房所用空调需缴纳的金额,数据储存在mysql数据库中。(The central air conditioning control system written by C++ programming. According to the request, we can adjust the temperature and wind speed of the sub air conditioning room. After that, the amount of air conditioning required for the guest room can be settled, and the data is stored in the MySQL database.)
Platform: | Size: 15404032 | Author: joker/j | Hits:

[Otherc-c算法计算时间tau

Description: 在混沌时间序列方法进行风电功率预测用C-C算法tau时间(C-C algorithm tau time for wind power prediction using chaotic time series method)
Platform: | Size: 15360 | Author: 叶子1213 | Hits:

[Windows Develophf_trade_terminal

Description: 海风C#的CTP接口。圈内人都知道的~大家可以交流学习,(The C TP interface of Sea Wind C#. Everyone in the circle knows that everyone can communicate and learn.)
Platform: | Size: 18572288 | Author: 联合2 | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net