-
Keystone_UART
tmsc6000系列代码例程,串口通信例程,如果想移植到6678需要添加DEVICE ID.(tmsc6000 family code routines, serial communication routines, if you want to migrate to 6678 will need to add DEVICE ID.)
- 2013-10-08 14:06:00下载
- 积分:1
-
AceConverter_DXF转G代码
dxf图转G代码工件软件,dxf读取过程清晰(DXF diagram to G code workpiece software, DXF read process is clear)
- 2017-07-12 14:18:48下载
- 积分:1
-
analysisofIEEE802channel
分析了 IEEE 802.15.4a的信道模型,并分析了现今测距的方法:CHAN与TAYLOR等,并在此基础上做了改进(Analysised the channel of IEEE 802.15.4a,and analysised some methods for TDOA and TOA . )
- 2009-11-27 22:26:07下载
- 积分:1
-
智能拼音输入法编程源码
* pyInput.c - 拼音输入法模块 */ #include #include struct PY_index { char *PY; char *PY_mb; }; /* "拼音输入法汉字排列表,码表(mb)" */ char PY_mb_a[] ={"阿啊"}; char PY_mb_ai[] ={"哎哀唉埃挨皑癌矮蔼艾爱隘碍"}; char PY_mb_an[] ={"安氨鞍俺岸按案胺暗"}; char PY_mb_ang[] ={"肮昂盎"}; char PY_mb_ao[] ={"凹敖熬翱袄傲奥澳懊"}; char PY_mb_ba[] ={"八巴叭扒吧芭疤捌笆拔跋把靶坝爸罢霸"}; char PY_mb_bai[] ={"白百佰柏摆败拜稗"}; char PY_mb_ban[] ={"扳班般颁斑搬板版办半伴扮拌绊瓣"}; char PY_mb_bang[] ={"邦帮梆绑榜膀蚌傍棒谤磅镑"}; char PY_mb_bao[] ={"包苞胞褒雹宝饱保堡报抱豹鲍暴爆剥薄瀑"}; char PY_mb_bei[] ={"卑杯悲碑北贝狈备背钡倍被惫焙辈"}; char PY_mb_ben[] ={"奔本苯笨夯"}; char PY_mb_beng[] ={
- 2022-05-14 21:33:31下载
- 积分:1
-
GPSDIY
说明: GPS串口通信程序,新建了一个数据库ACCESS,在显示当前GPS信息的同时可以存储以前记录过的信息,保存在数据库中,便于以后查阅。当前GPS信息包括:时间,经度,纬度,速度,真实航向以及磁偏移(GPS serial port communication program, a database of new ACCESS, show the current GPS information can be stored at the same time the information previously recorded, stored in a database for easy access later. The current GPS information including: time, longitude, latitude, speed, true course and magnetic offset)
- 2009-08-06 15:19:07下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
AT89C52aDS1302_clock_KEIL_C51
AT89C52和DS1302的电子钟KEIL(C51 clock)
- 2013-12-06 20:59:09下载
- 积分:1
-
video-p2p-based-on-H.264
本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。代码中的可执行程序为YUY2输出352x288版本供大家测试使用。(This procedure is in H.263 P2P video chat program (site can be downloaded to) is made on the basis of the optimization and upgrading, vs 2008 environment, to achieve a point to point video communication, resolution and video quality has increased dramatically. Includes three projects: x264 for video encoding, ffmpeg for video decoding, testvideo video collection interface display and the TCP protocol to transmit, you must first compile the project before the two library files generated after the call for a third project, compile libraries attention modification works path and code extern C, can also be directly compiled to use my library file. Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition). Executable code for the 352x288 version YUY2 output for all the test used.)
- 2013-08-20 22:08:34下载
- 积分:1
-
Multimetro
Multimeter in pic18f4550 build in mikroC
- 2013-11-25 04:14:29下载
- 积分:1
-
bianyi
条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式(Conditional statements grammar analysis and semantic analysis of program design, LR law output Reverse Polish expression)
- 2008-06-30 13:52:47下载
- 积分:1