搜索资源列表
ShuffleCards_beta0.1.2.2
- 在控制台应用程序下实现简单的人工洗牌算法。实现语言:csharp-in console applications under a simple artificial shuffling algorithm. Achieving Language : csharp
wordstatSTL
- wordstatSTL.定义控制台应用程序的入口点。//单词统计 //统计一个文本文件中所有单词的使用次数 //将单词按照有多到少的使用次数打印出来 //对于次数相同的单词按照字母由大到小的顺序排列 //这是由STL(Standard Template Library)的map和set实现的教学例程-wordstatSTL. Console application definition of the point of entry. / / Word statistics / /
chapter5
- 控制台应用程序:ManagedNUnmanaged 项目 应用程序向导已为您创建了此 ManagedNUnmanaged 应用程序。 本文件概要介绍组成 ManagedNUnmanaged 应用程序的每个文件的内容。 ManagedNUnmanaged.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Mana
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
C++N!suanfa
- 用VC6.0编译出的求阶乘算法(0---10000)标准C 语言控制台应用程序
myproject1
- 控制台应用程序 c++ 应用程序向导已为您创建了此 myproject1 应用程序。 本文件概要介绍组成 myproject1 应用程序的 的每个文件的内容。
hotelmanage
- 实现了宾馆客户的增删改查等功能,C语言控制台应用程序
WordsAndGrammarAnalysis
- 6个不同的词法语法分析程序源代码,或者说通用c的编译器源码,3个c++控制台程序,3个mfc应用程序,-Six different lexical parsing source code, or common-source compiler c, 3 c++ console process, three mfc application, huh, huh
111
- 构造LL(1)分析表,过程中有一定的注释,能够运行的控制台应用程序-Construction LL (1) analysis table, the process has some notes, be able to run the console application
complier
- 此应用程序是控制台应用程序,实现了编译器的词法分析-This application is a console application, a compiler lexical analysis
OS
- 操作系统(Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统是一个庞大的管理控制程序,大致包括5个方面的管理功能:进程与处理机管理、作业管理、存储管理、设备管理、文件管理。本文对操作系统的5个功能中的4个功能进行了模拟,以VC++6.0为开发平台编写了相应的控制台应用程序。-Operating system (Operating System, referred to as OS) is a computer hardware
QQkongzhi
- 易语言手机QQ控制台源码例程程序结合易语言扩展界面支持库,调用API函数和易语言模块实现手机QQ远程控制功能。例程还使用到易语言数据操作支持库,编码转换支持库,应用接口支持库,正则表达式支持库,对学习QQ协议有所帮助.-The easy language mobile QQ console source routine procedures combined easy language extension interface supports the library, call the API
CPPwuziqi
- 简单的五子棋游戏 控制台应用程序 不是windows窗体程序哦-Simple game of backgammon
ee2_1
- 编写一个C#控制台应用程序,使之能够判断指定年份是否为闰年。-Write a C# console application so that it can determine whether the specified year is a leap year.
ee2_2
- 编写一个C#控制台应用程序,对输入两个正整数m和n,程序能够求出它们的最大公约数和最小公倍数。-Write a C# console application, the input two positive integers m and n, the program can be obtained their greatest common divisor and least common multiple.
ee3_1
- 编写一个C#控制台应用程序,对于输入的正整数n,计算1!+2!+3!+...+n!的值并输出。-Write a C# console application, for input positive integer n, compute a!+2!+3!+ ...+n! values and output.
ee3_2
- 编写一个C#控制台应用程序,要求从键盘输入一个正整数n,然后输出n的所有因子。-Write a C# console application that requires input from the keyboard a positive integer n, then output all of the factors of n.
studentManageSystem
- c#制作的控制台应用程序版的学生管理系统源码,主要用于让学生熟悉ado.net技术进行数据库的增删改查操作。-c# console application version produced by the student management system source code, mainly used to familiarize students with ado.net technology additions and deletions to the database search op
BAT-start
- 本程序通过易语言控制台程序制作做windows批处理bat,实现启动Windows程序只需输入相应序号或者同时启动几个应用程序。-This procedure through the easy language console program to do windows batch bat, to achieve the start Windows program just enter the appropriate serial number or start several applicat
Inter-program-communication
- 利用管道功能在应用程序和控制台程序进行通信,图解管道功能.-he pipeline function is used to communicate with the application program and the console program