登录
首页 » Windows开发 » design a curriculum topic, so they can fully meet the demands of the teachers, t...

design a curriculum topic, so they can fully meet the demands of the teachers, t...

于 2023-08-30 发布 文件大小:68.08 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

一个课程设计的题目,做的还可以,完全符合老师的要求的,最坏适用算法-design a curriculum topic, so they can fully meet the demands of the teachers, the worst applicable algorithm

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

发表评论


0 个回复

  • 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
    函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
    2022-01-21 02:18:21下载
    积分:1
  • 内容拖放的演示, 主要实现列表内容之间的拖放交换
    内容拖放的演示, 主要实现列表内容之间的拖放交换-Drag and drop the contents of the demonstration, list the contents of the main drag and drop between the exchange
    2022-01-27 12:20:21下载
    积分:1
  • 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换...
    一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
    2022-01-26 01:35:28下载
    积分: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
  • SMART PHONE 2005中关于多国语言支持的程序源码,可实现应用程序多国语言的切换,需用VS2005BETA2编译。...
    SMART PHONE 2005中关于多国语言支持的程序源码,可实现应用程序多国语言的切换,需用VS2005BETA2编译。-SMART PHONE 2005 on the multi-language support procedures source, the application can achieve multi-lingual switching required VS2005BETA2 compiler.
    2022-01-31 20:32:38下载
    积分:1
  • Tangram: A flexible software exploit system based on MFC framework.
    Tangram:一个基于MFC框架的柔性软件开发系统 -Tangram: A flexible software exploit system based on MFC framework.
    2022-03-25 15:16:42下载
    积分:1
  • hexadecimal or vary the small programs written using vc, entirely original focus...
    十六进制异或的小程序用vc写的,完全属于原创主要是完成对两个十六进制数进行异或运算-hexadecimal or vary the small programs written using vc, entirely original focus will be on completing the two hexadecimal number for XOR
    2022-03-13 05:56:54下载
    积分:1
  • 物体的工艺
    The Craft of Object-Oriented Programming
    2022-09-06 04:20:03下载
    积分:1
  • Based on c++ Language developed by Tetris game, fortune can be assured that down...
    基于c++语言开发的游戏俄罗斯方块,发家可以放心下载使用。-Based on c++ Language developed by Tetris game, fortune can be assured that download.
    2022-08-24 02:29:01下载
    积分:1
  • 侯俊杰翻译的windows95系统与编程,内容很深奥,但对于理解windows95是一本不可多得的好书...
    侯俊杰翻译的windows95系统与编程,内容很深奥,但对于理解windows95是一本不可多得的好书-Translation侯俊杰the windows95 system and the programming is very difficult, but understanding is a windows95 rare books
    2022-06-29 13:48:21下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载