-
回溯法最大团问题
回溯法最大团问题-Backtracking biggest problem Mission
- 2023-06-24 07:20:04下载
- 积分:1
-
双音多频信号
双音多频信号 (DTMF) 是带内电信信号系统使用电话线电话设备和其他通信设备之间的语音频带和交换中心。
- 2022-02-06 06:09:07下载
- 积分:1
-
The system functional requirements:
Suppose Student Information includes: Stude...
系统功能需求:
假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用):
1、建立单链表
2、输出单链表
3、查找单链表
4、插入单链表
5、删除单链表
6、更新单链表
7、逆置单链表
0、退出系统
-The system functional requirements:
Suppose Student Information includes: Student ID, name, performance. Require a single linked list, said the students information, and can be used to achieve the following functions form the menu (menu to be able to re-use):
1, the establishment of a single linked list
2, the output single-linked list
3, to find a single linked list
4, insert a single linked list
5, to delete a single linked list
6, update a single list
7, reverse a single linked list home
0, exit the system
- 2022-03-16 13:31:58下载
- 积分:1
-
实现了汉字的显示,如同平时手机的拼音输入法
实现了汉字的显示,如同平时手机的拼音输入法-Realize the Chinese characters display, as usual phone Pinyin input method
- 2022-02-12 07:31:45下载
- 积分:1
-
CLRProfiler4内存检测
应用背景管哪位性能测试人员,遇到这样的问题都是摸不着头脑,不知从何处下手。.net环境中不像JAVA有那么多的工具可以支撑,比如性能测试经常用到的Jconsole、Jprofiler等工具,并且基于JAVA运行环境的在打印GC日志方面也很强大。对于.net平台,微软也提供的.net辅助工具CLR Profiler可以很好的帮助我们的性能测试人员以及研发人员,找到内存没有及时回收,占着内存不释放的方法(详细到这个方法下面定义的数组或者其他变量)。关键技术
可根据自己电脑.NET的版本下载相应的CLR Profiler,我下载的是CLR Profiler for .NET Framework 4版本的。
下载后提示解压缩,选择要加压到的目录;然后进入D:SoftWareCLRProfiler4CLRProfilerBinaries目录下选择对应操作系统64位或者32位的CLRProfiler.exe。
在说一下,CLRProfiler可以分析.net平台开发的几乎所有的产品,包括C/S应用程序、服务和asp.
- 2023-02-19 10:00:07下载
- 积分:1
-
This a C++ code about Josephus problem, and use two
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
- 2022-02-02 20:43:28下载
- 积分:1
-
vc++链表,可以实现链表内的头文件等的链接
vc++链表,可以实现链表内的头文件等的链接-vc Chain, Chain can be achieved within the first links to documents
- 2022-02-06 03:11:29下载
- 积分:1
-
利用Visual Basic编写的小程序,在些程序中阅览电子书,有奥林匹克知识,有谜语...
利用Visual Basic编写的小程序,在些程序中阅览电子书,有奥林匹克知识,有谜语-The use of Visual Basic procedures for the preparation of the small, in these proceedings to read e-books, there is the Olympic knowledge, there is a riddle ... ...
- 2022-03-03 02:39:29下载
- 积分:1
-
对PC104板卡计数和IO口功能的编程.
对PC104板卡计数和IO口功能的编程.-On the PC104 board IO port count and function programming.
- 2022-08-17 06:57:25下载
- 积分:1
-
编译原理编译器
用mfc写的关于tiny语法的编译器,支持词法分析,语法分析,还能够根据生成的语法树生成相应的中间代码,再根据中间代码生成对应的c语言代码和汇编代码,推荐使用vs2013打开
- 2023-04-07 15:45:12下载
- 积分:1