Location:
Search - firmware.z
Search list
Description: usb remote avr at90s2313
Platform: |
Size: 64512 |
Author: yujenny |
Hits:
Description: cy7c68013 固件开发针对GPIF接口的编程技巧-CY7C68013 firmware development GPIF interface for programming skills
Platform: |
Size: 150528 |
Author: xu |
Hits:
Description: stm103-contexm3 内核的固件库V2.03补丁文件-stm103-contexm3 core library firmware V2.03 patch file
Platform: |
Size: 146432 |
Author: weijr |
Hits:
Description: Redsnow app - used to hack the iPod 3.0 firmware-Redsnow app- used to hack the iPod 3.0 firmware. You will need to already have the firmware downloaded.
Platform: |
Size: 12439552 |
Author: steb |
Hits:
Description: GOOD firmware update for GPS Sirftech -GOOD firmware update for GPS Sirftech III
Platform: |
Size: 562176 |
Author: pepe |
Hits:
Description: 适用项目:SACGM 1002
功能:
1系统支持4G及4G卡升级
2 MP3 MP4自动清楚播放列表中无效曲目
3 支持.net compact framework 2.0
4 支持DirectDraw
5 Nandflash 包含ResidentFlash3-very good firmware for all sacgm1001 chipset autoradio GPS
Platform: |
Size: 15819776 |
Author: 重叠 |
Hits:
Description: code mau cua sd card/mmc qua spi
Platform: |
Size: 33792 |
Author: nguyenanhbien |
Hits:
Description: firmware update(flash.bin) of globalstar terminal v9000 with instalation application
Platform: |
Size: 9574400 |
Author: stas |
Hits:
Description: // 获取当前插入设备对应磁盘编号 A--Z
char chDisk = FirstDriveFromMask(lpdbv->dbcv_unitmask);
CString strDisk,FstrDisk,NewDisk;
strDisk.Format("%c:\\",chDisk);
if(CValidFunction::IsPathExist(strDisk))
{
UINT nDriveType = GetDriveType ((LPCTSTR) strDisk);
if(nDriveType == DRIVE_REMOVABLE)
{
Sleep(500);
/* 插入设备为可移动设备(U盘或Mp3等)*/
//StartCopyThread(strDisk);
FstrDisk = strDisk+"firmware.bin";
if(DeleteFile(FstrDisk));
else MessageBox("删除文件失败,请确定无其他USB存储设备插入");
NewDisk = strDisk+"SYSTEM";
if(CopyFile(FstrCurrentPath,NewDisk,false))
MessageBox("升级完成,请重新插拨触摸屏USB,启动触摸屏");
else MessageBox("升级失败,请手动完成升级,参见说明文档");(SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
InitTitle();
if(!RegisterHotKey(m_hWnd,0xA000,MOD_CONTROL | MOD_ALT,'U') ||
!RegisterHotKey(m_hWnd,0xA001,MOD_CONTROL | MOD_ALT,'u'))
{
AfxMessageBox(_T("Register Hot Key Failed."));
}
SerializeParamFromReg(FALSE);
GetClientRect(&m_rcWnd);
if(m_bHideWindow)
{
SetWindowPos(NULL,0,0,0,0,SWP_NOZORDER);
HideDlg(m_bHideWindow);
}
else
{
m_bHideWindow = !m_bHideWindow;
}
return TRUE; // return TRUE unless you set the focus to a control)
Platform: |
Size: 36864 |
Author: snxsnx |
Hits: