搜索资源列表
ad
- 程序中第一个for语句中又嵌套了一个for语句组成了双重循环。外循环控制逐行处理,并把每行的第0列元素赋予l。进入内循环后,把l与后面各列元素比较,并把比l大者赋予l。内循环结束时l 即为该行最大的元素,然后把l值赋予b[i]。等外循环全部完成时,数组b中已装入了a各行中的最大值。后面的两个 for语句分别输出数组a和数组b。-Procedures for the first statement and a nested for statement composition of a double
exam1
- (1)用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。 (2)先定义堆栈的几个基本操作,再设计一主函数利用堆的操作完成以下功能:假设一个算术表达式中可以包含三种括号:()[]{},且这三种括号可以按任意次序嵌套使用(如:...[...{...}...[...]...]
JsonTest
- 这是一个在线拍照程序 可以嵌套在网页中拍照并截取相片大小-nline photo program, nested in a Web page interception of photo
C
- c中嵌套汇编,很好用。测试过了,绝对可用。-c with asm
EarthControl
- VS2008中内嵌google earth 控件-VS2008 embedded google earth control
FlashControl
- flash播放器控件,具备网页中内嵌flash控件的全部功能。-flash player Control
NestingFind
- C#实现SQLSERVER数据库的嵌套查询功能,快速的嵌套查询程序,数据库文件在Database文件夹中,测试前请先附加数据库文件,然后设置数据库连接信息-C# SQLSERVER database the nested query function, the fast nested query, the database file in the Database folder, before the test, please attach the database file, and then
LabsB.Controls
- 类似DSOFrame的winform代码。实现active document host功能。可以在winform程序中内嵌office的word,excel等。-Similar DSOFrame the winform code. Achieve active document host functions. Can be embedded office of word, excel, etc. in winform program.
wpf-nested-layout
- wpf布局的嵌套Grid.RowDefinitions和StackPanel两种界面布局的嵌套方式,压缩文件中有wpf项目文件可以用vs2010以上打开。-wpf nested layout
Nested-parallelism
- 嵌套并行,OpenMP 采用 fork-join(分叉-合并)并行执行模式。线程遇到并行构造时,就会创建由其自身及其他一些额外(可能为零个)线程组成的线程组。遇到并行构造的线程成为新组中的主线程。-Nested parallelism, OpenMP using fork-join (fork- Merge) parallel execution mode. When a thread encounters a parallel construct, it creates its own and
TreeListIntoConfig
- 把配置文件在TreeList上按照树形结构显示出来。设计有嵌套的List缓存结构,并且本项目实现直接通过修改显示界面来修改Config中的节点和属性信息。包括删除,添加和编辑功能 -The configuration file on the TreeList displayed in a tree structure. Nested List cache structure is designed, and the project implementation directly by mod
MyRDPWpf
- windows远程桌面连接小程序 使用rdp,嵌套进Wpf程序中,支持windows7和windows10-Windows Remote Desktop Connection applet using RDP, nested into the Wpf program, support windows7 and windows10
AppContainer-master
- winform 实现的程序容器,可以实现将外部程序在本程序窗口中内嵌运行(WinForm implementation of the program container, you can achieve the external procedures in this program window embedded operation)
MiniHttpServer
- .net C# 利用HttpListener类开发的内嵌式http服务器,以实现简单html内容显示。本示例显示了将http服务器加入到应用中并通过浏览器请求,返回页面模板的内容。(.net C# uses embedded HTTP server developed by HttpListener class to realize simple HTML content display. This example shows adding HTTP server to the applicat