-
-
-
m_chexedit.zip
An article on how to write an Edit control used for HEX and DEC number input.
-
I2C应用程序.rar
... functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
-
fwcounter(20050727)ver0.2.2.src.rar
SRS: 1. startup with Windows. 2. support windows 9x, 2000, XP 3. count for key which can be specified by register. 4. count number recorded in an file which path can be specified by register. 5. single instance. 6. run background. 7. 在任何时候,按 ...
-
TOUCHP.rar
... used to interface to the MMC card in MMC or
* SPI modes. It supports a multiple card environment. The reset and
* identification processes assume multiple cards on the bus.
* In MMC mode, the card number is used as the RCA operand in the
* commands.
-
invcpp5.rar
... Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take ...
-
ospsample.rar
Version number header file for simple OpenH323 sample T.38 transmitter.
-
DBObjCode.zip
You can use CRL to author a number of database objects. Follow a canonical example that explains the main steps involved in using and creating a CLR object inside SQL Server 2005.
-
combolistl.rar
组合框~!CListCtrl嵌入下拉框和编辑框
支持任意列的readonly、number edit、text、combobox的设置,还支持删除所有column的操作
-
c语言中写二进制数.rar
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-