-
WinCE 5.0的PXA270Bootloader,使用LAN91网卡
WinCE 5.0的PXA270Bootloader,使用LAN91网卡-WinCE 5.0 PXA270Bootloader, LAN91 card use
- 2022-02-06 03:59:26下载
- 积分:1
-
基于CPB v2.0正式版修改而成,主要功能: 1 超连接改成自动变彩色 2 回复增加机遇插件 3 简单门派插件 4 首页发帖明星插件 5 点歌与播放器结合插件...
基于CPB v2.0正式版修改而成,主要功能: 1 超连接改成自动变彩色 2 回复增加机遇插件 3 简单门派插件 4 首页发帖明星插件 5 点歌与播放器结合插件 6 公告加入小狗狗图标-CPB v2.0 Based on the final version of revisions, the main functions : an ultra-connect automatically change color into two plug-in reply to increase opportunities featuring three simple plug-star posting four Top 5 parlors plug-and-play device with plug-six small dogs joined Notice icon
- 2022-07-03 14:54:49下载
- 积分:1
-
学生信息 管理管学生信息管理理学生信息管理
学生信息 管理管学生信息管理理学生信息管理-Student Information Management Information Management students the rationale governing student information management
- 2022-03-30 14:23:36下载
- 积分:1
-
安装一个鼠标钩子
安装一个鼠标钩子-install a mouse hook
- 2022-09-12 06:15:03下载
- 积分:1
-
Windows核心编程(Pascal代码)
Windows核心编程(PASCAL代码)
-------------------------------------
《Windows核心编程》
原书: Programming Applications for Microsoft Windows Fourth Edition
作者: Jeffrey Richter
译者: 王建华等
---------------------------------------
书中有不少C++写的Win32 SDK小程序,闲暇时用Object Pascal写了一遍,
限于自身水平和时间精力等关系,可能存在错误,期待您能给予指正。
感谢风云剑客提供原书光盘,否则,只是打字可能就会把人累得半死!^.^
-Windows core programming (PASCAL code )------------------------------------- Windows core programming the original book: Programming Applications for Microsoft Windows Fourth Edition Author: Jeffrey Richter Translator: Wang Jianhua, etc.--------------------------------------- book has a lot of C++ Writing the Win32 SDK applet, using Object Pascal spare time to write again, confined to their own level and the relationship between time and energy, etc., there may be errors, look forward to your correction can be given. Thanks to the provision of the original book Fengyun Swordsmen CD-ROM, otherwise, just typing the person may be too tired to
- 2022-06-11 14:52:05下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标...
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标-music playback functions with the automatic shutdown procedures. Can be a long time to choose a timely shutdown, the smallest icon into ghost
- 2022-07-01 22:48:09下载
- 积分:1
-
Windows Mobile 中如何制作Setup D
Windows Mobile 中如何制作Setup D-Windows Mobile How to make Setup DLL
- 2022-03-03 11:11:14下载
- 积分:1
-
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第...
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
-Topic: using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plus 5, and then use and the balance divided by 10 instead of the figures, then the first and fourth exchange, second and third exchange.
- 2022-05-27 16:04:21下载
- 积分:1
-
A popup menu example in visual basic
A popup menu example in visual basic
- 2022-12-22 19:20:03下载
- 积分:1