Close

62 Results for "%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EB%93%B1%EB%A1%9D%E2%9C%9Aoptime4%E3%80%82com%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC %EC%B2%AD%EC%A3%BC%EB%A7%88%EC%82%AC%EC%A7%80 %E2%9C%9A %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%E1%99%91 %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EC%82%AC%EC%A7%84%E1%99%91 %EC%B2%AD%EC%A3%BC%ED%9C%B4%EA%B2%8C%ED%85%94 %EC%B2%AD%EC%A3%BC%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • Diving Deeper into the PreCalc

  • Last time, I talked about how I shifted most of the heavy calculation work for rasterization into the per-triangle preparation, the PreCalc block. In this post I'll walk through some of the steps from formula to implementation.At its heart are the following...
  • Read the chat here

  • Questions/ discussion sheet: https://docs.google.com/spreadsheets/d/18731w1yfgBcYex6_fATdqN73-3HR5MbewZPcUmiO_o0/edit?usp=sharingJorge Garcia : Hi SophiJorge Garcia: Hi CharliexSophi Kravitz: HI Jorge!technolomaniac and I'm matt, I work at autodesk....
  • Phenome generation software

  • I plan on learning/using an open source phoneme recognition package called cmusphinx/pocketsphinx.https://cmusphinx.github.io/wiki/phonemerecognition/Also there are 39 phonemes (plus a silence) so my design will increase the outputs from 32 to 39.I...
  • 0201 Club

  • As the misery spreads, it seems only fitting that we should recognize those who are unfortunate enough to suddenly complete the SMD Challenge.  To be included in this club, you must submit photographic evidence (or link thereof) of a working SMD...
  • the proof of concept

  • Simple update from my work last night to get a the switches up and running. I harvested the switches from the io board of a printer I recently disassembled, wired up the board, tested getting a read from the board. From there via the serial monitor I...
  • Testing Germanium transistors (2nd part)

  • Before I can proceed with the debouncing circuit, I have to evaluate the characteristics of the transistors and choose the lousiest (debouncing is not a critical circuit). Fortunately I had built a board for manually Testing Germanium transistors. Remark:...
  • Aviation Dosimetry in Africa

  • The RPiRENA-based active dosimeter This particle detector works on the same principles as previously assembled dosimeter prototypes. Here, the detection system draws its power from the 3.3 V and 5 V...
  • Code upgrade_1.1

  • //bracelet_for_the_blind_Upgrade_1.1 //tác giả(Author): Đỗ Xuân Tiến - Gmail: doxuantiendx07@gmail.com #include const int trig = A1; //chân trig của HC-SR04 const int echo = A0; //chân echo của HC-SR04...
  • Electronic Dice

  • Hi all,Here we are with our new application which is super cool! Actually it's a bit old but I brought it back for the 1kb challenge. Anyways, lets talk about it.It is an electronic dice based from random number generator which is also based from LFSR(Lineer...
  • Code upgrade_1.2

  • //bracelet_for_the_blind_Upgrade_1.2 //tác giả(Author): Đỗ Xuân Tiến - Gmail: doxuantiendx07@gmail.com #include const int trig = A1; //chân trig của HC-SR04 const int echo = A0; //chân echo của HC-SR04...