-
WPF PDF 查看器
简介: 在这个项目中使用 Adobe PDF 阅读器 COM 组件并包装为 WPF 控件。背景: WPF / C# 有没有内置的控件/库来支持 PDF,这个项目演示了如何在 WPF 中轻松查看 PDF 文档。
- 2022-04-10 00:27:37下载
- 积分:1
-
FLASH自动翻书的效果.跟上次发的那个手动翻书的不一样.可以用在MTV里头.上一次那个可以用来做电子杂志.或者网站....
FLASH自动翻书的效果.跟上次发的那个手动翻书的不一样.可以用在MTV里头.上一次那个可以用来做电子杂志.或者网站.-FLASH automatic book results. With the last of which made the manual book are not the same. Can be used in MTV Erlitou. the last that can be used for the electronic magazine. or website.
- 2022-05-31 14:16:25下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
ssd6的系列内容,一种发展范式的分布式内存…
这是icarnegie系列ssd6的内部内容,一个有关内存分派的开发示例,还需要优化,拿来大家可以看一下,见识一下-ssd6 series of internal content, a distributed memory of the development paradigm, but also optimized for use we can look at, to see what
- 2022-08-05 09:53:27下载
- 积分:1
-
This program finds Least Common Divisor (LCS) of two or more numbers.
This program finds Least Common Divisor (LCS) of two or more numbers.
- 2022-01-30 12:47:37下载
- 积分:1
-
使用三个状态树注册表来选择一些关键的选择
使用三态树实现多个注册表子键的选择-use three states Tree Registry for a number of key choices
- 2022-11-24 15:15:02下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
poj AC代码,具有一定的参考价值,你可以下载来看看,
poj AC代码,有一定的参考价值,可以下载看看,
- 2022-07-12 20:42:15下载
- 积分:1
-
windows下小游戏扫雪的源代码,大家快来分享.
windows下小游戏扫雪的源代码,大家快来分享.-small snow game"s source code, we hurry to share.
- 2022-08-10 12:02:03下载
- 积分:1
-
电话本程序。用MFC编程了一个简单的电话本程序,一共大家参考。...
电话本程序。用MFC编程了一个简单的电话本程序,一共大家参考。
- 2022-09-02 20:15:03下载
- 积分:1