-
SoftScope
功能描述:这是一个示波器波形显示控件,能够完成类似于示波器的功能。最多可以同时显示8个通道的数据波形,可以动态切换显示通道。缩放xy轴,弹出半透明窗口显示坐标,y轴方向平移波形等功能。
操作使用键盘快捷键,操作说明见readme.txt,目前按键焦点的得到有点问题,要点击开始后在示波器上鼠标左键单击一下,然后按一下上箭头键,才可以响应按键指令,有高手知道怎么改进希望告诉作者:xiang57@163.com(Functional Description: This is an oscilloscope waveform display control, able to complete similar oscilloscope function. At the same time show up to eight channels of waveform data can be displayed dynamically switch channels. Zoom xy axis, translucent pop-up window displays the coordinates, y-axis direction of translational wave functions. Operation of the use of keyboard shortcuts, operating instructions see readme.txt, the current key focus has been a problem, it is necessary to click on the oscilloscope after the beginning click the left mouse button, and then click on the arrow keys, before they can respond to key commands, has a master know how to tell the authors hope to improve: xiang57@163.com)
- 2008-07-06 21:24:24下载
- 积分:1
-
aspnet_ani
在Asp.Net WEB开发中,结合JQuery实现简单的图形移动动画效果
包括文字动画平滑放大,图片的动画变淡,菜单树动画展开,div自动绕圈移动等效果,源代码使用VS2010开发
(In Asp.Net WEB development, combined with the JQuery to achieve a simple graphical animation effects
Including text animation smooth zooming of picture animation, pale, menu tree animation, div automatic cruising mobile effect, source code is developed using VS2010
)
- 2012-04-20 10:06:17下载
- 积分:1
-
jumping_the_queue
The beginning of a winter break near Spring Festival is always the beginning of a peak period of transportation. If you have ever tried to get a train ticket at that time, you must have witnessed the endless queues in front of every ticket box window. If a guy has seen his friend in a queue, then it is very much likely that this lucky guy might go straight to his friend and ask for a favor. This is called "jumping the queue". It is unfair to the rest of the people in the line, but, it is life. Your task is to write a program that simulates such a queue with people jumping in every now and then, assume that, if one in the queue has several friends asking for favors, he would arrange their requests in a queue of his own(The beginning of a winter break near Spring Festival is always the beginning of a peak perio d of transportation. If you have ever tried to ge not a train ticket at that time. you must have witnessed the endless queues in fr ont of every ticket box window. If a guy has seen h is friend in a queue, then it is very much likely that this lucky guy mi ght go straight to his friend and ask for a favor. This is called "jumping the queue." It is unfair to the rest of the people in the line, but, it is life. Your task is to write a program that si mulates such a queue with people jumping in ever y now and then, assume that, if one in the queue has several friends asking az r favors. he would arrange their requests in a queue of his own)
- 2006-11-04 20:29:57下载
- 积分:1
-
MMATTLAB-FSKKe
matlab中fsk调制与解解调解调方式有相干与非相干解调哟
(matlab fsk modulation and the solution demodulation Demodulation coherent and incoherent demodulation yo)
- 2012-07-10 09:26:32下载
- 积分:1
-
Visual C++视频音频开发实用工程案例精选
这是《Visual C++视频/音频开发实用工程案例精选》一书的源代码。精选了大量的具有商用价值的工程案例,包括视频捕捉系统、视频会议系统和远程视频监控系统的开发技术;网络、多媒体技术的底层实现;MP3深入编程技术等。最后一章为基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通信的架构及实现。(This is the "Visual C video/audio develop practical projects selected cases," a book source. Featured in a great deal of value to the business case works, including video capture systems, video conferencing systems and remote video surveillance systems development; Network, multi-media technology to achieve the bottom; MP3-depth programming skills. The final chapter of the IBM ViaVoice speech recognition system in the PC and the next crew of communication between the organization and realization.)
- 2020-06-26 09:20:02下载
- 积分:1
-
guanbi_queshengzhuangtailan
用 Visual C++.Net实现的如何 关闭缺省状态栏 的演示程序。注释详细。适合初学者。(Using Visual C . Net realized how close the default status bar of the demo program. Notes detail. Suitable for beginners.)
- 2009-01-20 22:31:50下载
- 积分:1
-
testROM
vc用驱动接口开发的,可以禁用usb,光驱,软驱,可以作为动态库使用.(vc-driven interface with development, you can disable the usb, drive, floppy drive, you can use as a dynamic library.)
- 2009-04-10 17:58:50下载
- 积分:1
-
httpclient
说明: 输入参数:某个web地址,端口号(默认80)。
连接成功后,提示,输入:某个文件名。例如index.jsp
获取文件成功后,输出发送的字节数和接收到的字节数。关闭(Input parameters: a web address, port number (default 80). Connection is successful, prompt, type: a file name. For example, access to the file index.jsp is successful, the output number of bytes sent and received bytes. Close)
- 2010-03-17 23:42:01下载
- 积分:1
-
876545346
VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
- 2013-08-22 09:32:59下载
- 积分:1
-
C8051F060-DAC
这个程序输出正弦和余弦波形 使用DAC硬这C8051F060单片机DAC0波形输出 和DAC1 Timer4中断更新的输出DAC.Timer4 ISR的 然后导致了DACs计算的输出,这是下一个中断。 输出波形的频率设定的# define <频率>。 实现定义的精确输出频率<频率>,一个 /使用外部晶体。(This program outputs sine and cosine waveforms using the hardware DACs
// on the C8051F06x microcontroller. The waveforms are output on pins DAC0
// and DAC1.
//
// The output of the DAC is updated upon a Timer4 interrupt. The Timer4 ISR
// then calculates the output of the DACs for the next interrupt.
//
// The frequency of the output waveforms is set by the#define <FREQUENCY>.
// To achieve the exact output frequency defined by <FREQUENCY>, an
// external crystal should be used.)
- 2014-07-03 19:05:12下载
- 积分:1