CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - C TIM
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - C TIM - List
[
Other resource
]
平衡二叉树c++
DL : 0
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Update
: 2008-10-13
Size
: 2.6kb
Publisher
:
王立伟
[
Other
]
FillTable
DL : 0
这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
Update
: 2008-10-13
Size
: 1.49kb
Publisher
:
yata
[
Windows Develop
]
实用Visual_C++6.0教程
DL : 0
《实用Visual C++ 6.0教程》【作 者】Jon Bates Tim Tompkins,【出版社】北京希望电子出版社
Update
: 2008-10-13
Size
: 3.45mb
Publisher
:
李可
[
Other resource
]
dummy I2C bus
DL : 0
这是一个模拟I2C通信协议的C语言模块,可以在基于51系列单片机的C语言程序中进行调用,调用方式我在模块中已经添家了详细的说明,请自己查阅!-This is a simulation I2C communication protocol C language module, Based on the 51 Series MCU C language program which calls, Call module way I have Tim home detailed description, please check themselves!
Update
: 2008-10-13
Size
: 1.32kb
Publisher
:
里凡
[
Other resource
]
用c实现的商品货架算法
DL : 0
问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then storage box has all the elements of the pressure arrived shelve
Update
: 2008-10-13
Size
: 2.27kb
Publisher
:
曾德胜
[
Windows Develop
]
c_timer
DL : 0
Timer 定时器编程的例子-Timer timer programming examples
Update
: 2025-02-17
Size
: 70kb
Publisher
:
[
Data structs
]
用c实现的商品货架算法
DL : 0
问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then storage box has all the elements of the pressure arrived shelve
Update
: 2025-02-17
Size
: 2kb
Publisher
:
曾德胜
[
Data structs
]
平衡二叉树c++
DL : 0
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
王立伟
[
Other
]
FillTable
DL : 0
这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yata
[
GDI-Bitmap
]
基本代码实现
DL : 0
系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,同样,建模工具的存储功能也是必不可少的。否则,制图就失去了其应有的意义。本建模工具可将数据结果以特定格式存储在相关数据库中,免除了纸张存储的繁琐和不便,并且比纸张存储更安全可靠。 -basic system functions : one, mapping function as a function of better modeling tools, mapping is the most indispensable. The modeling tools can be achieved for the straight, continuous line, polygon regional round, circular area, arc, characters (including Chinese characters and English letters) Beizer curve, B-spline curves and other graphical elements in a more accurate rendering, according to industrial processes to achieve process icon nodes, including Tim and achieve cut, mobile, connectivity, Picture shows node removal processes such as editing, and the process equipment icon nodes function parameters set. For the primary users, the operation simple, without too much study time will be able to proceed graphics rendering. 2, storage functionality with mapping functions, and similarly
Update
: 2025-02-17
Size
: 231kb
Publisher
:
[
Windows Develop
]
实用Visual_C++6.0教程
DL : 0
《实用Visual C++ 6.0教程》【作 者】Jon Bates Tim Tompkins,【出版社】北京希望电子出版社- Practical Visual C++ 6.0 Guide [作者] Jon Bates Tim Tompkins, [Press] Beijing Hope Electronic Press
Update
: 2025-02-17
Size
: 3.45mb
Publisher
:
李可
[
VC/MFC
]
cppprograming
DL : 0
c++程序设计讲义 cppprograming 含源码-c++ programming including lectures cppprograming source
Update
: 2025-02-17
Size
: 2.92mb
Publisher
:
[
WEB Code
]
timer
DL : 0
一个用C#写的时钟程序有详细源代码挺不错的供大家学习使用-A used C# Write clock procedures are detailed very good source for learning to use U.S.
Update
: 2025-02-17
Size
: 202kb
Publisher
:
qiufuling
[
Embeded Linux
]
status.c
DL : 0
利用s3c2410的PWM来让IO口产生时序脉冲的程序,可用于电机驱动,或者其他时序驱动作为参考 此例为四路CCD时序,-S3C2410 using the PWM to make IO I have a timing pulse procedures, can be used for motor drive, or other timing-driven in this case as a reference for the four CCD timing,
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wuchao
[
JSP
]
Addison.Wesley.Java.Concurrency.in.Practice.May.20
DL : 0
CHM电子书,JAVA并发式编程 By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea-CHM e-book, JAVA programming concurrent By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Update
: 2025-02-17
Size
: 1.15mb
Publisher
:
Stephane
[
Other Embeded program
]
tim
DL : 0
STR710的定时器编程C语言例子,开发环境为IAR EWARM。-STR710 timer programming example of C language, development environment IAR EWARM.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
xue
[
Embeded Linux
]
mul_timer
DL : 0
linux下的实用的单进程多个定时器c源码,其于linux中提供了setitimer等接口的实现。-linux muliti-timer design and implement,based on seitimer (realtime clock).
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Mike Wang
[
CSharp
]
Tim-Hieu-CSharp-Va-Ung-Dung---Smith.N
DL : 0
C# va ung dung trong cuoc song
Update
: 2025-02-17
Size
: 2.59mb
Publisher
:
Vinh
[
CA auth
]
ocsp.c
DL : 0
This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com).-This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com).
Update
: 2025-02-17
Size
: 9kb
Publisher
:
Bangkok
[
uCOS
]
ucos-c
DL : 0
压缩包中有基于ucos系统下的常用程序,有tim捕获,串口查询,串口中断,定时器中断,温度读取。-Compressed package based on common procedures under ucos system, there are tim capture, serial query, the serial port interrupt, timer interrupt, temperature reading.
Update
: 2025-02-17
Size
: 22kb
Publisher
:
mr zhang
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.