登录
首页 » Windows开发 » 一个简单介绍ext

一个简单介绍ext

于 2023-02-17 发布 文件大小:1.48 MB
0 255
下载积分: 2 下载次数: 1

代码说明:

一个简单介绍ext-service的入门示例,对刚刚入门的初学者相当适合。-Ext a brief introductory example of the very suitable for beginners just getting started.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 如何使用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
  • VC二叉排序树和平衡二叉树计算程序
    VC二叉排序树和平衡二叉树计算程序-VC binary sort tree and balanced binary tree program
    2022-03-18 13:24:16下载
    积分:1
  • This is a VC written calculators. Its function is very powerful.
    这是一个用VC写的计算器。它的功能非常强大。
    2022-05-30 10:54:57下载
    积分:1
  • Video processing platform, you can open the avi files, dynamic display frames to...
    视频处理平台,可以打开avi文件,动态显示帧数,观察前一帧,后一帧等,可以再这上面进行后续开发-Video processing platform, you can open the avi files, dynamic display frames to observe the previous one, the latter one, could be something like that and then follow-up development
    2023-06-19 19:10:05下载
    积分:1
  • 一个Flex
    一个基于flex的图片效果..非不错的哦..大家可以下载下来-A flex-based images of non-good effect .. oh .. you can download it
    2022-02-14 18:22:26下载
    积分:1
  • 利用PIC16F877卡片做仿真卡的文件,中文菜单。
    利用PIC16F877卡片做仿真卡的文件,中文菜单。-PIC16F877 card use simulation to do the paper cards, Chinese menu.
    2023-06-19 01:15:04下载
    积分:1
  • 无线强度扫描
    通过C#来检测当前连接的无线信号强度,文件中包含调用例子,和类文件的源代码及生成程序,可以直接调用使用
    2022-03-05 21:09:04下载
    积分:1
  • 人工神经网络, Ann C语言实现,经验正
    人工神经网络, Ann C语言实现,经验正-Artificial neural network, Ann C language, experience is
    2023-03-08 22:10:03下载
    积分:1
  • CCeFileFind类在Windows CE系统上实现本地文件搜索
    CCeFileFind类在Windows CE系统上实现本地文件搜索-CCeFileFind category in Windows CE system to achieve local files search
    2022-02-15 15:05:13下载
    积分:1
  • 用vc实现内存分配的模拟,很简单的程序,快看看吧
    用vc实现内存分配的模拟,很简单的程序,快看看吧-Achieved with the vc memory allocation of the simulation, a very simple procedure, quick let" s see it
    2022-01-27 21:03:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载