-
MP3ToWavConverter
Converter for MP3 ins Wave
- 2018-01-12 10:21:08下载
- 积分:1
-
成为优秀的C++程序员Beginvisualc++2005
通过使用本书,您可成为优秀的C++程序员。Microsoft公司的最新开发系统Visual Studio 2005支持两种截然不同但又紧密相关的C++语言。该系统完全支持原来的ISO/ANSI标准C++,同时还支持名为C++/CLI的新版C++。C++/CLI由Microsoft公司开发,现在是ECMA标准。这两种C++版本互为补充,各自完成不同的任务。ISO/ANSI C++用于开发在本地计算机上运行的高性能应用程序,而C++/CLI专门为.NET Framework开发。本书将讲述使用这两种C++版本开发应用程序的基础知识。
(Through the use of this book, you can become a good C++ Programmers. Microsoft)
- 2020-06-26 02:40:02下载
- 积分:1
-
ASP.NET WEB2.O论坛源码,不错的论坛系统,数据库源码比较全,可以参考参考。
ASP.NET WEB2.O论坛源码,不错的论坛系统,数据库源码比较全,可以参考参考。-Forum ASP.NET WEB2.O source, a good forum system, compare the entire source database, you can refer to the reference.
- 2022-02-16 08:57:04下载
- 积分:1
-
Small, an online document management system that can share documents between mul...
小型的一个在线文件管理系统,可以在多用户之间共享文档。
其中的实现是用SQL Server2000来管理的。-Small, an online document management system that can share documents between multiple users. Realize which is to manage the SQL Server2000.
- 2022-11-07 17:55:03下载
- 积分:1
-
Asp.net学生信息管理系统源码
说明: 这是一款有关学生信息管理系统的源码,该系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、
专业管理、课程管理、成绩管理和院系管理功能模块。可以作为毕业设计或者课程设计使用以及学习交流使用,
感兴趣的同学们可以下载哦。(This is the source code of a student information management system, which is an integrated multi-functional information management system, including teacher information management, student management, class management Professional management, curriculum management, performance management and department management function modules. It can be used as graduation design or course design and learning exchange, Interested students can download it.)
- 2020-04-24 21:46:32下载
- 积分:1
-
源码。NET编程大使案例
源码。NET编程大使案例 -Source. NET programming Ambassador Case
- 2023-09-02 03:15:03下载
- 积分:1
-
Description n elements (1,2 ,..., n) there are n! Different order. This n! Were...
Description
n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下:
任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。
Input
第1 行是元素个数n(n < 15)。接下来的1 行是n个元素{1,2,..., n }的一个排列。
Output
第一行是字典序值,第2行是按字典序排列的下一个排列。
Sample Input
8
2 6 4 5 8 1 7 3
Sample Output
8227
2 6 4 5 8 3 1 7
-Description n elements (1,2 ,..., n) there are n! Different order. This n! Were arranged according to lexicographic order, and numbered 0,1, ..., n!-1. With the numbering of each sequence value for the dictionary. For example, when n = 3 when six different lexicographic order of value are as follows: Missions: given n and n elements (1,2 ,..., n) an array to calculate the lexicographic order of value , as well as lexicographic order with the next. Input Line 1 is the number of elements n (n
- 2022-05-07 05:31:16下载
- 积分:1
-
用 vb.net 创建共享的文件夹
这款小工具允许用户创建一个共享的文件夹,并将权限应用到等,所有的源代码包括在没有密码的 zip 文件夹的读写访问权限的文件夹,此工具进行了一个小型的应用程序,以使共享的数据更易于安装 PC 的简单用户请放心地使用你所愿。
- 2022-03-01 10:42:37下载
- 积分:1
-
SendMailwithAttachmentsusingGmailfiles in .net
SendMailwithAttachmentsusingGmailfiles in .net
- 2022-06-26 18:37:01下载
- 积分:1
-
.net 不安装project文件,实现project导入导出组件
.net 不安装project文件,实现project导入导出组件。
本身组件是java版本,为了兼容MS project的读取和导入,后有大牛反编译为.net版本。
里面有诸多可以借鉴的地方,包括好多java 组件的.net的实现。
- 2023-03-22 07:00:12下载
- 积分:1