English 中文(简体)
是否有人放下一个更强硬的BitArray用于NET? [闭门]
原标题:Has anyone released a more robust BitArray for .NET? [closed]

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed 7 years ago.

在努力实现这一目标之后。 该网络比特阿雷特班为我的需求而工作,我决定在网上寻找更强有力的公开来源或 com。 令我感到惊讶的是,我找不到一件事。 我看到各种关于推广方法的建议,或围绕比特阿雷功能的界限开展工作的方法,但与比特阿雷拉替代功能毫不相干。

我们大家是否通过延长或取代比特阿雷拉来重新发明轮子?

理想的情况是,更换将具备一些/全部这些特点:

  1. 执行:,而不是仅仅ICollection

  2. 能够投向其他各种类型,例如暗中(最多为32比特阿雷)、羊毛(一比比比拉)、两倍等。

  3. Implements a ToArray type of method that yields a byte array. It may be parameterized for endianness. Since BitArray can be constructed from a byte array parameter in the constructor, it seems like good closure to be able to return it to a byte array.

  4. 能够从中提取分贝特拉。 例如,从第111101号等阵列中,你可以提取第1至4号轨道,得出新的比特阿雷11号。

  5. 转业者。

  6. 无限期地延长借方(如比特阿雷拉公司)但仍然可以投到像牙一样的有限类型上,正如你所知,那会给人留下很长的时间。

  7. <><>>>>> 我在希望名单上还有大量其他物品。

你们是否知道那里是否有任何公开来源或商业实施? 如果是开放的,那么获得阿帕奇、麻省理工学院或Pl女士等非互惠性许可是明智的。

最佳回答

或许,请查阅

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签