搜索资源列表
007X58HWX
- 用异或思路实现一个运动的圆和一个静止的正方形的小程序,用c写的 -with allogeneic or ideas to achieve a circular movement of a stationary and a small square of procedures used to write the c
表盘式时钟汇编原代码
- 基本设计要求 1 在屏幕上显示一个适当大小的圆形,再圆形道上均匀的分配着60个点,代表1秒—60秒的位置,凡是5倍的点应当比其他的大。 2 以圆中心为轴,画一条斜线代表秒针,采用定时中断方式,每过1秒钟,秒针移动一个位置。 3 定时源可以使用试验箱上的8253。 4 按“ESC”之后,结束演示。 - The basic design requests 1 on the screen to demonstrate a suitable size the circula
TrackBullet
- 此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我 我也能下载别人的游戏源码来学习)-I downloaded from other websites (aircraft missiles algorithm (yellow exterior point in circular motion, the red points for Integrated with yellow points), look at the
超长正整数的加法
- 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
shukong
- 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
Circlea
- 定义一个圆类(Circle),属性为半径(radius),要求用成员函数来求圆的面积和周长。-definition of a category yen (Circle), the properties of the radius (radius). members calling for the use of circular functions to the area and perimeter.
MousePaint
- 实现了画图的功能,可以在新建文档中画直线,曲线,圆和矩形等形状,并有保存,打印的功能,很实用-achieve the drawing functions, the new document painting line, curve, such as rectangular and circular shape, and preserve, Print functions, practical
chabu
- 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular interpolation : DDA interpolati
Book-masm
- 汇编经典例程,是学习微机原理的好帮手,包括循环 分支等结构-compilation of classic routines, learning computer tenets of good help, including circular branch structure
Emlog2.2.0
- Emlog2.2.0 功能介绍 + 采用了模版技术,能让网站在瞬间改变样式 + Emlog附带模版(如果你不喜欢附带模板,可自已制作模片) + 多附件上传功能,每篇日志可以附加多个附件,并可以删除增加附件 + 支持引用通告(trackback)接受发送和管理 + 支持tag标签分类功能 + 支持RSS日志订阅功能 + 数据库备份/恢复功能 + 访问量统计 + 采用文本缓冲技术,减少查询
northwest_wolf_Utility
- 一些实用工具类,包括智能指针、循环队列、同步队列、环状缓冲区、线程模型等。-some practical tool categories, including smart pointer, cyclic queue, queue synchronous, circular buffer, thread model.
XY2004
- C++程序,能通过输入半径求圆的面积,周长,适合初学者参考-C procedures, through the importation of circular radius of the area, perimeter, reference for beginners
14
- 序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹-sequence on the Internet to the
Logger_1_0_0
- C# .NET LOGGER Extensible .NET Logger written in C#, w/ advanced message queuing allowing for complete asynchronous use (it won\\\\\\ t stop your code). Core system is in place with simple text logging. Looking to add circular logging, multiple file
CircularBuffer
- Template definition of circular buffer
circular
- 该函数用vc++语言实现了循环求和问题。即每输入的每一个数,求一次和
CIRCULAR
- implementation of circular linked list this program can insert and delete data from both the sides
Steady-static-circular-test
- 可实现汽车操纵稳定性中稳态回转试验。包括数据采集,处理及存储的全过程。-To achieve steady-state circular test vehicle handling and stability. Including data acquisition, processing and storage of the whole process.
circular-linked-list-Josephus
- 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序表、单链表或双向循环链表等数据结构。 (2)采用双向循环
IMAN-Find-Circular-Edge(Project)
- labview 利用Imaq函数寻找图像中的圆形边界-IMAN Find Circular Edge(Project)