Location:
Search - PC Sync
Search list
Description: 数字音频广播中的同步算法在pc上的实现 主要运用了导频、最大似然估计等算法结合-digital audio broadcast of the pc synchronization algorithm in the application of the realization of the main pilot, Maximum Likelihood estimation algorithm
Platform: |
Size: 37119 |
Author: 景天 |
Hits:
Description: 关于opc的客户端程序原代码,根据此代码可以轻松的编写PLC与PC间的通讯程序
Platform: |
Size: 9028 |
Author: partner |
Hits:
Description: 数据同步,用于PIM 的数据同步,包括手持设设备和PC机,移动设备同服务器之间的数据同步-data synchronization, used for PIM, support data synchronization a movable device (eg.handset and PC) between server.
Platform: |
Size: 2525184 |
Author: 徐长洪 |
Hits:
Description: 数字音频广播中的同步算法在pc上的实现 主要运用了导频、最大似然估计等算法结合-digital audio broadcast of the pc synchronization algorithm in the application of the realization of the main pilot, Maximum Likelihood estimation algorithm
Platform: |
Size: 36864 |
Author: 景天 |
Hits:
Description: 实用数字万年历设计:该系统的设计电路是以 AT89S52 单片机为核心控制器,其外围电路主要包括时钟模块,键盘模块,液晶模块,
闹钟模块和与PC 机通信模块等。这种电子时钟不仅具有了一般电子时钟的基本功能,并且具有以下功能:闹
钟时间设置,闹钟音乐选择,显示年月日与星期,显示农历,通过PC 机在Internet 上同步时间,与PC 通信时
PC 机上会显示友好界面等一系列功能。整个系统使用单片机C51 语言进行编程,PC 机上的通信界面有VB 编
程,实现其设计的各种功能。-Practical digital calendar design: The system is based on the design of circuits as the core controller AT89S52 Single-chip, and its peripheral circuits include clock module, a keyboard module, LCD module, the alarm module and communication module with PC and other machines. This electronic clock not only has the general basic functions of electronic clock, and has the following functions: setting the alarm time, alarm clock, music selection, show date and week, showing Chinese, through the Internet on the PC-sync in time with the PC communication PC-friendly interface will show a series of functions. The entire system using single-chip microcomputer C51 language programming, PC machine communication interface VB programming, designed to achieve its various functions.
Platform: |
Size: 516096 |
Author: 禹佳发 |
Hits:
Description: 关于opc的客户端程序原代码,根据此代码可以轻松的编写PLC与PC间的通讯程序-Opc client on the procedures for the original code, in accordance with this code can be easily prepared by the inter-PLC and PC communication program
Platform: |
Size: 9216 |
Author: partner |
Hits:
Description: microsoft visual c++ 2005、windows mobile 5
远程控制PC.通过阅读项目源码能让你熟悉Active Sync RAPI-microsoft visual c++ 2005, windows mobile 5 remote control PC. by reading the project source code allows you familiar with Active Sync RAPI
Platform: |
Size: 2589696 |
Author: 谭伟彬 |
Hits:
Description: wince中用于数据库与PC机的同步,可以实现与pc机数据库的同步更新-used to wince database synchronization with the PC machine, you can drive with pc sync database update
Platform: |
Size: 178176 |
Author: smc |
Hits:
Description: drivers to cesim A510 (WIN9X ) plus software of comuncation pc sync
Platform: |
Size: 4219904 |
Author: maverickf14 |
Hits:
Description: iphone的同步客户端,不是苹果公司自带的那个,可以让手机和电脑连接上传下载-iphone sync client, not Apple' s built-in that will enable mobile phones and computers to connect uploading and downloading
Platform: |
Size: 6436864 |
Author: 雷基 |
Hits:
Description: 电脑PC同步连机管理软件MTK PhoneSuite V2.4.13-Computer PC sync with machine management software MTK PhoneSuite V2.4.13
Platform: |
Size: 5473280 |
Author: bai |
Hits:
Description: 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。
程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。
串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值
是0x104,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通
信同步-The module' s function is to verify the basic realization and PC serial communication functions. Required on the PC to install a serial debugging tools to verify functionality of the program. Program implements a transceiver a 10 bit (ie, no parity bit) serial controller, 10 bit is a start bit, 8 data bits, 1 stop bit. Baud-law by the parameters defined in the program div_par decision to change the parameters of the corresponding baud rate can be achieved. Program is currently set div_par value is 0x104, corresponding to the baud rate is 9600. 8 times the baud rate with a transmit or receive clock cycle time of each bit is divided into eight time slots to the communication sync
Platform: |
Size: 354304 |
Author: |
Hits:
Description: -- Filename ﹕ uart.vhd
-- Author ﹕ZRtech
-- Description ﹕串口接收与发送程序
-- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证-- 程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位-- 8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波-- 特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接-- 受每一位bit的周期时间划分为8个时隙以使通信同步.
-- Called by ﹕Top module
-- Revision History ﹕10-5-20
-- Revision 1.0
-- Company ﹕ ZRtech Technology .Inc
-- Copyright(c) 2010, ZRtech Technology Inc, All right reserved-- Filename: uart.vhd- Author: ZRtech- Description: serial port receive and transmit programs- the function of this module is to verify the basic realization and PC serial communication functions. Need to install one on the PC serial port debugging tool to verify- program function. Program implements a transceiver a 10 bit (ie, no parity bit) serial controller, 10 bit is a start bit- 8 data bits, 1 stop bit. Baud-law by the parameters defined in the program div_par decision to change the parameter can achieve the corresponding wave- special rates. Program is currently set div_par value is 0x145, corresponding to the baud rate is 9600. 8 times the baud rate by a clock to transmit or- by the cycle time of each bit is divided into eight time slots to the communication sync.- Called by: Top module- Revision History :10-5- 20- Revision 1.0- Company: ZRtech Technology. Inc- Copyright (c) 2010, ZRtech Technology Inc, All right reserved
Platform: |
Size: 3072 |
Author: hj |
Hits:
Description: 完美运行版本mc1000 条码采集器 pc 同步,完美运行版本-Perfect running version mc1000 barcode collector pc sync,Perfect running version
Platform: |
Size: 857088 |
Author: XHACK |
Hits:
Description: syncronise handheld rfid with pc
Platform: |
Size: 13312 |
Author: mirwan |
Hits:
Description: 以C51为主采用DS1302进行proteus仿真,可实现与PC机同步输出,输出结果显示在一个小窗口上-C51-based DS1302 to be using proteus simulation can be achieved with a PC sync output, the output is displayed in a small window on
Platform: |
Size: 47104 |
Author: 董瑞希 |
Hits:
Description: PC端shijian tongbuNTP服务端-time sync
Platform: |
Size: 38912 |
Author: luoxianlin |
Hits:
Description: PC端NTP时间同步客户端程序,VC6.0 VS2013上-PC time sync clinet VC6.0 VS2013 COMPILE
Platform: |
Size: 32768 |
Author: luoxianlin |
Hits:
Description: java源码
实现pc控制android,在pc端可视
实时同步手机屏幕到pc-Java source code
Achieve PC control Android, visible on the PC side
Real time sync phone screen to PC
Platform: |
Size: 3057664 |
Author: CCC |
Hits: