-
异构网络的切换技术
此代码是为了宏和与筛选网络总网络质量的家庭基站之间一种新的自适应切换方法的支持。在这种新算法适应频率子分区策略。谁需要任何进一步研究即兴联系我
- 2022-02-16 04:36:38下载
- 积分:1
-
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.
详细介绍了 WInce 平台上UI定制方法, 以及UI开发的思路.-Described in detail WInce platform UI customization methods, as well as UI development way of thinking.
- 2022-03-13 17:02:50下载
- 积分:1
-
TDIUHC124数据手册,官网都下不到的!
TDIUHC124数据手册,官网都下不到的!-TDIUHC124 Data Sheet, official website are not under the!
- 2023-03-10 02:30:03下载
- 积分:1
-
电子病历
电子病历
- 2022-03-12 05:54:30下载
- 积分:1
-
获取windows用户帐户及密码 包括foxmail、outlook等
获取windows用户帐户及密码 包括foxmail、outlook等
- 2023-04-08 03:00:03下载
- 积分:1
-
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编...
由于是基于Windows CE的程序,所以不能在普通的C++或者VC环境下调试.而应该在Microsoft Platform Builder 3.0开发系统中编译和连接。 数据库文件存放在Windows CE 设备的CF(Compact Flash)存储卡上,程序运行时,要求设备有CF存储卡。-is based on the Windows CE procedures, it is not in ordinary C or VC debugging environment. Should the Microsoft Platform Builder 3.0 development system compiler and linker. Database files stored in the Windows CE devices CF (Compact Flash) memory card, operating procedures, require equipment CF memory card.
- 2022-02-25 01:59:13下载
- 积分:1
-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
16F877使用计时秒表功能的实现,用汇编语言
采用一个16F877实现计时秒表功能,用汇编语言编写-16F877 using a stopwatch function of time to achieve, in assembler language
- 2022-07-10 16:03:02下载
- 积分:1
-
Features: Financial Management: to be able to deal with accounting documents, ca...
功能特点: 财务管理:能够进行会计凭证处理、现金费用、一般费用、其它收入、待摊费用摊销、固定资产变动、固定资产折旧处理、提现存现业务、财务调帐、库存商品成本调整、期初收入和费用的调整;能够对往来单位的员工借还款业务进行单独管理,自动生成经营所需的费用、现金银行、其它收入、固定资产等统计报表;能够对往来单位的员工借款进行单独管理。 采购业务:采购订单处理、按单结算、分批分期收货、采购付款、采购退货、预设售价设置、库存上限下限报警、运输单位的费用统计。-Features: Financial Management: to be able to deal with accounting documents, cash expenses, general expenses, other income, amortization of deferred expenses, changes in fixed assets, fixed assets depreciation treatment, are mentioned the existing business, financial stock cost adjustment, beginning of the adjustment of income and expenses between units to be able to borrow to repay the staff to carry out a separate business management, automatic generation of operating costs, cash banking, other income, fixed assets, such as statistics able to employees between the units to carry out a separate loan Procurement operations: purchase order processing, according to a single settlement, in batches receiving installments, payments purchases, purchase returns, the
- 2022-03-21 08:50:34下载
- 积分:1
-
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。-Through the window or window class handle inquiries, the current list of all window handle.
- 2022-05-16 19:15:25下载
- 积分:1