搜索结果

找到约 138 项符合 true 的查询结果

多国语言处理 AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert

AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static) for (int i = 0 i < props.Length i++) { PropertyInfo prop = props[i] if (prop.GetCustom ...
https://www.eeworm.com/dl/637/315670.html
下载: 103
查看: 1030

Delphi控件源码 (***FlatStyle v4.42.8.0 for DELPHI7 by comerose update***)2007.04.30 更新说明1.修正 TFlatListView 标题的平面显示(

(***FlatStyle v4.42.8.0 for DELPHI7 by comerose update***)2007.04.30 更新说明1.修正 TFlatListView 标题的平面显示(更加完美).2.增加 TFlatListView 的属性. ①ColorTitleFace以实现对标题平面颜色控制. ②ColorTitleCheck选择时的CheckBox的颜色控制. ③AllCheck对列表进行全选(只在CheckBoxs为True时有效). AllCheck ...
https://www.eeworm.com/dl/666/320553.html
下载: 26
查看: 1182

BREW编程 最新发送短信的jar包 COutgoingMessage msg = new COutgoingMessage(mobile , message) msg.setMessageEncoding(

最新发送短信的jar包 COutgoingMessage msg = new COutgoingMessage(mobile , message) msg.setMessageEncoding(CMessage.MessageEncoding.EncUcs2) msg.setStatusReport(true) srv.sendMessage(msg)
https://www.eeworm.com/dl/657/326243.html
下载: 130
查看: 1021

Windows CE wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification

wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter) if(dlg.DoModal()==IDOK){ PathName=dl ...
https://www.eeworm.com/dl/674/345350.html
下载: 171
查看: 1113

系统设计方案 LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for sma

LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 176xRGBx220 in resolution which can be achieved by the designated RAM for graphic data. The 528-channel source driver has true 6-b ...
https://www.eeworm.com/dl/678/345411.html
下载: 183
查看: 1077

文章/文档 The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: &#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A ...
https://www.eeworm.com/dl/652/356451.html
下载: 27
查看: 1059

Java编程 在作业1的Employee和EmployeeDemo两个类基础上修改 1

在作业1的Employee和EmployeeDemo两个类基础上修改 1,重写Employee类的toString方法,返回Employee类的相关信息的字符串形式 重写Employee类的equals方法,如果两个Employee实例的名字和所属部门相同,返回true; 并在EmployeeDemo类里面验证上述两个方法 2,定义Clerk、Salesman、Engineer三个类,分别继承自Employee ...
https://www.eeworm.com/dl/633/357053.html
下载: 99
查看: 1024

文件格式 下面的函数LoadBmpFile

下面的函数LoadBmpFile,其功能是从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到 ...
https://www.eeworm.com/dl/639/358958.html
下载: 94
查看: 1027

Linux/Unix编程 All people curious about how Linux works and why it is so efficient will find answers here. After re

All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data structures and secondary ones—in short, becoming a true Linux hacker.
https://www.eeworm.com/dl/619/364971.html
下载: 95
查看: 1056

Delphi控件源码 “软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体

“软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体,使Action属性设为true,再设置其它属性,你的软件就有限时注册的功能了,只要你牢记三个密钥,并加上给你的算号软件(RegObject_Admin.exe)你就可以无敌天下了。 2、控件使用目前最严严谨的加密算法,5级加密。是破解成为不可能,可以放 ...
https://www.eeworm.com/dl/666/367839.html
下载: 30
查看: 1067