搜索资源列表
EasyCamImperial.ZIP
- 集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等 -shape / color recognition function of automatic security alarm monitoring device that can be used to determine whether a particular object was moving, or for intrusion detection, etc.
ChapWei
- 一种用VC++环境开发的小程序,能够实现图形在窗口中沿着固定像素游走,用户可以自定义图形形状和运动轨迹.-A VC environment of small procedures, graphics can be achieved in the window along a fixed pixel tail users can customize graphics and shape trajectories.
MousePaint
- 实现了画图的功能,可以在新建文档中画直线,曲线,圆和矩形等形状,并有保存,打印的功能,很实用-achieve the drawing functions, the new document painting line, curve, such as rectangular and circular shape, and preserve, Print functions, practical
2003011273project2
- Java小程序两个:1.用于转化数字的进制 2.打印出钻石形状的图形-Java applet 2 : 1. Figures for the band into two. Print out the diamond-shaped graphic
MouseDemo2
- 改变鼠标形状的小程序。运行程序后,让鼠标停留在窗口的不同位置上,可以显示出不同的形状。-change the shape of the mouse small programs. Operational procedures, so that the mouse to stay in the window on different locations can demonstrate different shapes.
automa_start
- 日常生活中常常会遇到由于事务繁忙或要处理的事太多,造成健忘,无序的事务管理,对个人或单位造成很大麻烦 。 本闹钟是一款集功能强大、使用便捷、精致小巧、美观大方四为一体的个人用计算机定时自动执行软件。 网络校时功能可连接至十三个互联网原子钟获取标准时间并进行调整。 1、能够方便的在您需要的时候“关闭计算机/重启计算机/注销计算机/待机计算机/打开文件(程序)”。 2、执行操作的时间设置也十分贴心,可以“定时操作/延时操作/等待操作”。 3、具备公历农历查看功能的万年历。 4
EffectOfSpeech
- 本论文研究了窗宽和窗形状对语音信号能量的影响-thesis of the window width and shape of the window of voice signal energy impact
RotatingDlg
- 该程序能够显示多种形状的旋转对话框!旋转方向可设置-the program will show a variety of shapes rotating box! Rotation direction is set
fv
- 用光标实现飞鸟的形状 使其在屏幕中间看起来有非动效果 非常好玩哈-birds use the cursor to achieve it in the shape of the screen, they are among the non-dynamic effect was very fun Kazakhstan
wanhua
- 这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。-This is a kaleidoscope procedures, click a button, will transform the different colors and shapes.
mousemove
- 实现了鼠标位置的实时判断和变化。将鼠标移动到不同的位置,鼠标的形状会相应发生变化。-achieve the real-time location of the mouse judgment and changes. Mouse will be moved to a different location, the shape of the mouse will change accordingly.
sanjiesesan
- 程序利用快速傅立叶变换及逆变换模拟了脉冲在光纤中传输时三阶色散对脉冲形状的影响-procedures using fast Fourier transform and inverse transform simulation of the pulse in fiber transmission third-order dispersion on the shape of the pulse the impact
TestMouse
- mfc编写的测试鼠标形状的小程序。入门级-mfc test prepared by the shape of a small mouse procedure. Entry-level
Delphi8--dog
- 1、 图形设计:静态、移动、睡觉时的形态,各种物品的形状; 2、 清洁:使宠物实现洗澡和刷马桶的功能; 3、 状态:宠物的身体各种状况有饥饿、口渴、劳累、生病等; 4、 自由活动:宠物玩各种游戏; 5、 上厕所:即大小便。 -1, Graphic Design : static, moving, sleeping form, the shape of various items; 2, clean : make pet a bath and brush to achieve
LED8x8
- 演示程序8×8点阵数码显示,成漏砂壶形状-Demonstration Program 8 x 8 dot matrix digital display, sand pot leakage into shape
ElementEdit
- 自己编写的基于VB+MO的图形元素编辑代码,可以实现针对map控件中的线或面元素,使其显示节点并且拖动节点改变其原有形状-their preparation for the VB MO graphics editing element code map can be achieved against the control line or surface elements, it would show the nodes and nodes Drag change its original sh
erluosi
- 专注于C,C++,VC 饿罗斯方块,设备环境句柄和【俄罗斯方块】中四个【方格】在游戏区域中的位置 // 每个【俄罗斯方块】由四个【方格】组成7种不同的形状-focusing on C, C, VC hungry Ross box. equipment and the environment handle [the Russian box -- four -- [box in the game of the regional location / / [Russia each box [4] fr
ZaoZi
- 这是一个造字程序,可随意修改一个形状 这是一个造字程序,可随意修改一个形状
vc0001
- 一个两接变压器的符号控件,可以设置属性改变形状。
PinTu
- 一个有关分治算法的演示程序.描述一个2^n*2^n的矩形阵列,如何用3个矩形构成的图形填充,最后剩余一个空白矩形的解决方法,本程序采用分治递归算法,将要解决的问题域分为4个,不断递归的分下去,得到2*2矩形的基本形状,问题得以解决.