登录
首页 » Windows开发 » 根据输入日期求星期几的小程序源码。使用VC++6.0中文环境

根据输入日期求星期几的小程序源码。使用VC++6.0中文环境

于 2022-02-09 发布 文件大小:1.30 kB
0 115
下载积分: 2 下载次数: 1

代码说明:

根据输入日期求星期几的小程序源码。使用VC++6.0中文环境-According to enter a date for a few weeks a small program source. Use VC++ 6.0 Chinese environment

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

发表评论

0 个回复

  • 使用说明: 1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可 2、可以多种格式输入和输出 3、首先需要将要处理的文件...
    使用说明: 1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可 2、可以多种格式输入和输出 3、首先需要将要处理的文件名改为1.txt(或者1.doc或者1.m或者其他文件类型)......n.txt(或者n.doc或者n.m或者其他文件类型),n为文件总数。 4、然后按提示操作即可。 5、由于软件为2.0版,经过大量改进,讲运行速度提高了几百倍,无需用户等待,瞬间即可。 6、联系方式: 邮箱地址:yuannweimin_123@yahoo.com.cn 联系电话:13541229189-Usage: 1, the software for a number of piecemeal character of the merger document, providing a convenient, integrated document it as long as they are characters you can type 2, can be a variety of formats for input and output 3, first of all need to have to deal with the file name changed for 1.txt (or 1.doc or 1.m or other file type )...... n.txt (or n.doc or nm, or other file type), n the total number for the document. 4, then prompts you. 5, due to software version 2.0, after a large number of improvements, say to run hundreds of times faster, without user waiting, the moment you can. 6, Contact: E-mail address: yuannweimin_123@yahoo.com.cn Contact Tel: 13541229189
    2022-01-26 01:39:31下载
    积分:1
  • 基于javaweb报考系统(用户界面,管理员都有)
    基于javaweb的报考系统,包含用户界面,管理员界面jsp页面、采用的是mysql数据库、代码优良大家可以下载作为参考
    2022-01-26 02:43:52下载
    积分:1
  • 又一个基于J2ME的飞机射击类游戏――重装火炮源程序,飞机的影子比较大,游戏启动图如上示,可以学习一下飞行射击类的游戏原理。...
    又一个基于J2ME的飞机射击类游戏――重装火炮源程序,飞机的影子比较大,游戏启动图如上示,可以学习一下飞行射击类的游戏原理。 -Another of the aircraft based on the J2ME Shooting Games- heavy artillery source, the shadow of larger aircraft, games start map showing above, you can learn about flight principles of shooting games category.
    2023-05-09 13:20:03下载
    积分:1
  • Oh 21:00, small game, for C language casually, many Bug huh huh welcome correcti...
    呵呵 21 点 ,小游戏,C语言随便作的,呵呵 很多 Bug 欢迎指正 呵呵 在这 凑字数了快-Oh 21:00, small game, for C language casually, many Bug huh huh welcome correction in the number of words that got faster
    2022-07-09 06:52:42下载
    积分:1
  • Fortran常用算法程序集
    Fortran常用算法程序集-徐士良间:第二章所有的源程序,欢迎寻找此书源程序的朋友下载使用 -Fortran common assembly algorithm-徐士良between: source all of the chapter, welcomed the book to find friends to download the source code to use
    2023-03-30 06:40:03下载
    积分:1
  • WinCE下与PC串口调试助手,功能…
    WINCE下用于调试串口的调试助手,与PC机上的功能相同-Under WINCE debug serial port for debugging assistant with the PC, the functions of the same
    2022-05-10 15:07:13下载
    积分:1
  • 一个组播送和接收的demo,很实用的,接收信息写到文件,并存入数据库,牵扯的知识面很多。值得一看。...
    一个组播发送和接收的demo,很实用的,接收信息写到文件,并存入数据库,牵扯的知识面很多。值得一看。-A multicast to send and receive demo, very practical, and receiving information to write the file, and stored in the database, involve a lot of knowledge. Worth a visit.
    2022-05-23 12:27:46下载
    积分:1
  • 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文...
    用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remai
    2022-08-09 22:47:02下载
    积分:1
  • vc下面ado编程的简单实例
    vc下面ado编程的简单实例-vc below ado programming simple example
    2023-01-14 12:25:03下载
    积分:1
  • core Windows programming code with books, core Programming Windows book about a...
    Windows核心编程随书代码, Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
    2022-10-25 13:35:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载