並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 12 件 / 12件

新着順 人気順

xorの検索結果1 - 12 件 / 12件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

xorに関するエントリは12件あります。 英語考え方法律 などが関連タグです。 人気エントリには 『プログラミングと法律の相違点 _ 演算子(1) ORなのかXORなのか|ぴよふ』などがあります。
  • プログラミングと法律の相違点 _ 演算子(1) ORなのかXORなのか|ぴよふ

    プログラマが気を付けることの1つは条件式に記述するときの演算子ですよね。&& じゃなくて || って書いてしまった。とか <= にすべきところを < だけにしちゃったとか。 法律の条文にも私がぶち当たった演算子があります。それが"または"です。 "または" って本当にORですか?何言ってんだ?当たり前やろ!と思うかもしれません。 結論から言うと法律の"または"(又は) はあなたが想像する"OR"じゃないんです… 私は最初のころよくわかっていませんでした。先生に聞いても質問の意図が分かってもらえなかったし、Google先生に聞くとそのものズバリな回答もあったのですが、なんだかモヤモヤした結論でした。 法律の条文で"または"が出てきたらそれはXORです。もうこれが今回の記事のすべてなんでここで終わってもいいんですがちょっと説明します。 ORは一般的に論理和と呼ばれ、XORは排他的論理和と呼ばれ

      プログラミングと法律の相違点 _ 演算子(1) ORなのかXORなのか|ぴよふ
    • ハロウィンでわかる論理演算 「AND演算かわいい」「XORが正しいということか」

      宮元一賢⌬Miyamol @38mo1 みなさんありがとうございます。勉強の一助になればと思いますが、論理が専門なわけではない一介の化学教師です😂 ぶら下げることもないので、普段はこういうツイートや、#Twitter鹿児島マラソン #岐阜グルメ 、教育や理科に関する話題をツイートしています👍 twitter.com/38mo1/status/1… 2020-10-25 20:53:43

        ハロウィンでわかる論理演算 「AND演算かわいい」「XORが正しいということか」
      • dmr on XOR

        Back in July of 1995, Adam Moscowitz posed this question to Dennis Ritchie: I teach C programming classes, and I'm often asked why C has a bitwise exclusive-OR operator but not a logical one. Is this simply an historical accident, or was there a specific reason it was omitted? Also, is there any reason why the C9x committee shouldn't consider adding it to the standard? Dennis replied: I've often b

        • Ribbon filter: Practically smaller than Bloom and Xor

          What the research is: The Ribbon filter is a new data structure that is more space-efficient than the popular Bloom filters that are widely used for optimizing data retrieval. One of the ways that Bloom, and now Ribbon, filters solve real engineering problems is by providing smooth configurability unmatched by other filters. Bloom filters work by overapproximating a set of keys associated with som

            Ribbon filter: Practically smaller than Bloom and Xor
          • Why was the caret used for XOR instead of exponentiation?

            Although there were older precursors, the influential French mathematician Rene Descartes is usually credited for introducing superscripted exponents (ab) into mathematical writing, in his work Geometrie which was published in 1637. This is the notation still universally used in mathematics today. Fortran is the oldest programming language widely used for numerical computations that provides an ex

              Why was the caret used for XOR instead of exponentiation?
            • Xor Filters: Faster and Smaller Than Bloom Filters – Daniel Lemire's blog

              In software, you frequently need to check whether some objects is in a set. For example, you might have a list of forbidden Web addresses. As someone enters a new Web address, you may want to check whether it is part of your black list. Or maybe you have a large list of already used passwords and you want to check whether the proposed new password is part of this list of compromised passwords. The

                Xor Filters: Faster and Smaller Than Bloom Filters – Daniel Lemire's blog
              • oct0xor氏らが「KTRR Bypass」の概要を発表!アップデートによる修正は不可能…!? iOS 16.5以下は脱獄の条件揃う??

                Boris Larin(oct0xor)氏が所属するKasperskyのチームにより、セキュリティカンファレンス37C3にて【KTRR Bypass】などの内容が発表されました…! カンファレンスでの発表ではあくまで「どのようなものか」という内容に留まっているものの、iOSのアップデートでは修正が不可能など…かなりすごい物となっているようで…。 KTRR Bypassの概要を発表 The recording of our (me, @bzvr_, @kucher1n) #37c3 talk “Operation Triangulation: What You Get When Attack iPhones of Researchers” was published! https://t.co/j97J9TiXsC — Boris Larin (@oct0xor) December 27,

                  oct0xor氏らが「KTRR Bypass」の概要を発表!アップデートによる修正は不可能…!? iOS 16.5以下は脱獄の条件揃う??
                • Excelで手軽に試す機械学習(2章の1:XOR回路) - 💙💛しいたげられたしいたけ

                  タネ本である斎藤康毅『ゼロから作るDeep Learning ―Pythonで学ぶディープラーニングの理論と実装』(オライリー・ジャパン)では、拙「Excelで手軽に試す機械学習」シリーズの1章で述べたような一次不等式で実現した論理回路を「パーセプトロン」と呼んでいる(第2章)。 パーセプトロンという語はまだ使っていなかったが、その他の用語や記号はだいたい『ゼロから作るDeep Learning』に準拠している。 前回「1章の2」で、XOR回路(=排他的論理和)は一次不等式では実現できない旨を述べた。パーセプトロンでXOR回路は作れないのだ。 ではどうすればいいか? パーセプトロンで作れる論理回路を組み合わせてXORを構成することなら可能である。 例えばMIL記号で記述すると、次のようにOR回路とNAND回路の出力をAND回路に入力することによって、XOR回路を得ることができる。 真理値表

                    Excelで手軽に試す機械学習(2章の1:XOR回路) - 💙💛しいたげられたしいたけ
                  • C xor C++ Programming

                    Note: this document is no longer the definitive source for this information. Please see the official documents in the WG21 and WG14 document registers for the latest information. Title: C xor C++ Programming WG21 Document Number: P2735R0 WG14 Document Number: N3065 Date: 2022-12-05 Author, Affiliation: Aaron Ballman <aaron@aaronballman.com>, Intel Audience: SG22 C and C++ Compatibility Study Group

                    • Bugtraq: SEC Consult SA-20191125-0 :: FortiGuard XOR Encryption in Multiple Fortinet Products

                      SEC Consult SA-20191125-0 :: FortiGuard XOR Encryption in Multiple Fortinet Products From: SEC Consult Vulnerability Lab <research () sec-consult com> Date: Mon, 25 Nov 2019 14:43:45 +0100 SEC Consult Vulnerability Lab Security Advisory < 20191125-0 > ======================================================================= title: FortiGuard XOR Encryption product: Multiple Fortinet Products (see Vu

                        Bugtraq: SEC Consult SA-20191125-0 :: FortiGuard XOR Encryption in Multiple Fortinet Products
                      • Inception: how a simple XOR can cause a Microarchitectural Stack Overflow - Computer Security Group

                        Over the past one and a half years, we have studied two phenomena that enable an unprivileged attacker to leak arbitrary information on all modern AMD CPUs: Phantom speculation: We can trigger misprediction without any branch at the source of the misprediction. Training in Transient Execution: We can manipulate future mispredictions through a previous misprediction that we trigger. Putting the two

                        • Ribbon filter: practically smaller than Bloom and Xor

                          Filter data structures over-approximate a set of hashable keys, i.e. set membership queries may incorrectly come out positive. A filter with false positive rate $f \in (0,1]$ is known to require $\ge \log_2(1/f)$ bits per key. At least for larger $f \ge 2^{-4}$, existing practical filters require a space overhead of at least 20% with respect to this information-theoretic bound. We introduce the Ri

                          1

                          新着記事