-
在arm9 2440 开发板上采用RTP协议实现语音传输 需在开发板上接入麦克风...
在arm9 2440 开发板上采用RTP协议实现语音传输 需在开发板上接入麦克风-In the arm9 2440 development board using RTP protocol for voice transmission needs in the development of on-board access to the microphone
- 2022-02-03 16:01:22下载
- 积分:1
-
很好的!不错代码请使用
很好的!不错代码请使用-good! Please use good code
- 2022-09-10 11:10:04下载
- 积分:1
-
This is a simple phone book, realized the deletions change the contact investiga...
这是一个简单的电话本,实现了联系人的增删改查等基本功能。-This is a simple phone book, realized the deletions change the contact investigation and other basic functions.
- 2022-04-06 12:32:47下载
- 积分:1
-
《获取并使用系统的字体》源程序.zip
《获取并使用系统的字体》源程序.zip-"access to and use of the system font" source. Zip
- 2022-08-21 03:21:01下载
- 积分:1
-
用430单片机输出pwm波, 脉冲宽度可以任意设置
用430单片机输出pwm波, 脉冲宽度可以任意设置
-MCU output pwm with 430 waves, pulse width can be arbitrarily set
- 2022-01-22 00:17:55下载
- 积分:1
-
操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错...
操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错-A test program of operating system,based on classic banker arithmetic with a friendly interface.
- 2023-08-02 21:15:03下载
- 积分:1
-
《程序自修改实现》
《程序自修改实现》-对于相关编程技术有用-《Self-modifying programs to achieve》- for relevant programming techniques useful for
- 2023-02-04 16:25:03下载
- 积分:1
-
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile...
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Description:
This sample illustrates how to create a custom Today screen item for
Pocket PC.
Relevant APIs:
Today screen plugins.
Usage:
Load the project from Visual Studio 2005, and build normally.
This sample will build as a DLL called Memwatcher.dll. It will also
create a .cab file called memwatchercab.cab. Install the the cab on
on your device. Once you have installed memwatcher via the cab,
open the Settings-Today applet and tap on the Items tab. Tap OK to close
the dialog. (This causes Today to reload all the applets on the Today
screen- including the Memwatcher sample.)
Assumptions:
None.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.
- 2022-01-28 04:59:00下载
- 积分:1
-
Based on. NET Compact Framework controls the background gradient fill effect, ac...
基于.NET Compact Framework的控件背景渐变填充效果,实现了渐变的按钮和窗体。-Based on. NET Compact Framework controls the background gradient fill effect, achieved a gradient buttons and forms.
- 2022-03-29 23:58:50下载
- 积分:1
-
C# 打印Datagridview 中数据
C# 打印Datagridview 中数据
public GridPrinter(DataGridView objDataGridView, PrintDocument objPrintDocument, bool bCenterOnPage, bool bHasTitle, string sTitle, Font objTitleFont, Color objTitleColor, bool bPaging)
{
dataGridView = objDataGridView;
printDocument = objPrintDocument;
centerOnPage = bCenterOnPage;
hasTitle = bHasTitle;
title = sTitle;
tit
- 2022-12-23 01:35:04下载
- 积分:1