0%

13-letter words containing d, i, f, c, u

  • antisudorific — an antiperspirant.
  • biscuit-fired — (of a ceramic object) fired to harden the body.
  • campaign fund — money for a campaign, as of a political candidate, usually acquired through contributions by supporters.
  • casual friday — In some companies, employees are allowed to wear clothes that are more informal than usual on a Friday. This day is known as a casual Friday.
  • caudine forks — a narrow pass in the Apennines, in S Italy, between Capua and Benevento: scene of the defeat of the Romans by the Samnites (321 bc)
  • confoundingly — in a confounding manner
  • confusticated — Simple past tense and past participle of confusticate.
  • coulomb field — the electrostatic field around an electrically charged body or particle
  • counterfeited — Simple past tense and past participle of counterfeit.
  • crowd surfing — the practice of being passed over the top of a crowd of people such as an audience at a pop concert
  • culture fluid — the fluid used as a medium for growing microorganisms
  • cutting fluid — a liquid or gas for cooling or lubricating a cutting tool and a piece of work at their point of contact.
  • deceitfulness — given to deceiving: A deceitful person cannot keep friends for long.
  • difficultness — The state or quality of being difficult.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • disgracefully — In a disgraceful manner.
  • disrespectful — characterized by, having, or showing disrespect; lacking courtesy or esteem: a disrespectful remark about teachers.
  • duff's device — The most dramatic use yet seen of fall through in C, invented by Tom Duff when he was at Lucasfilm. Trying to bum all the instructions he could out of an inner loop that copied data serially onto an output port, he decided to unroll it. He then realised that the unrolled version could be implemented by *interlacing* the structures of a switch and a loop: register n = (count + 7) / 8; /* count > 0 assumed */ switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } Shocking though it appears to all who encounter it for the first time, the device is actually perfectly valid, legal C. C's default fall through in case statements has long been its most controversial single feature; Duff observed that "This code forms some sort of argument in that debate, but I'm not sure whether it's for or against."
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • fidus achates — a faithful friend or companion
  • fluid-extract — a liquid preparation, containing alcohol as a solvent or as a preservative, that contains in each cubic centimeter the medicinal activity of one gram of the crude drug in powdered form.
  • fold function — (programming)   In functional programming, fold or "reduce" is a kind of higher-order function that takes as arguments a function, an initial "accumulator" value and a data structure (often a list). In Haskell, the two flavours of fold for lists, called foldl and foldr are defined like this: foldl :: (a -> b -> a) -> a -> [b] -> a foldl f z [] = z foldl f z (x:xs) = foldl f (f z x) xs foldr :: (a -> b -> b) -> b -> [a] -> b foldr f z [] = z foldr f z (x:xs) = f x (foldr f z xs) In both cases, if the input list is empty, the result is the value of the accumulator, z. If not, foldl takes the head of the list, x, and returns the result of recursing on the tail of the list using (f z x) as the new z. foldr returns (f x q) where q is the result of recursing on the tail. The "l" and "r" in the names refer to the associativity of the application of f. Thus if f = (+) (the binary plus operator used as a function of two arguments), we have: foldl (+) 0 [1, 2, 3] = (((0 + 1) + 2) + 3 (applying + left associatively) and foldr (+) 0 [1, 2, 3] = 0 + (1 + (2 + 3)) (applying + right associatively). For +, this makes no difference but for an non-commutative operator it would.
  • food security — an economic and social condition of ready access by all members of a household to nutritionally adequate and safe food: a household with high food security.
  • fuel-injected — (of an engine) having fuel injection.
  • fulminic acid — an unstable acid, CNOH, isomeric with cyanic acid, and known only in the form of its salts.
  • function word — a word, as a preposition, article, auxiliary, or pronoun, that chiefly expresses grammatical relationships, has little semantic content of its own, and belongs to a small, closed class of words whose membership is relatively fixed (distinguished from content word).
  • hydrosulfuric — (chemistry) Derived from hydrogen sulfide considered as hydrosulfuric acid.
  • in difficulty — If you are in difficulty or in difficulties, you are having a lot of problems.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • match-funding — the stipulation set by a grant-providing body that the recipients of a grant raise a certain percentage of the money they require, generally a sum more or less equal to that of the sum of money being granted
  • misconfigured — Simple past tense and past participle of misconfigure.
  • multi-faceted — having many facets, as a gem.
  • mundification — the act of cleansing a wound
  • mundificative — a cleansing medicine or preparation
  • non-fiduciary — Law. a person to whom property or power is entrusted for the benefit of another.
  • preconfigured — to design or adapt to form a specific configuration or for some specific purpose: The planes are being configured to hold more passengers in each row.
  • self-incurred — to come into or acquire (some consequence, usually undesirable or injurious): to incur a huge number of debts.
  • self-occupied — to take or fill up (space, time, etc.): I occupied my evenings reading novels.
  • self-ridicule — speech or action intended to cause contemptuous laughter at a person or thing; derision.
  • sulfonic acid — any of a large group of organic compounds of the structure RSO 2 OH, which are strong acids that give neutral sodium salts: used in the synthesis of phenols, dyes, and other substances.
  • sulfuric acid — a clear, colorless to brownish, dense, oily, corrosive, water-miscible liquid, H 2 SO 4 , usually produced from sulfur dioxide: used chiefly in the manufacture of fertilizers, chemicals, explosives, and dyestuffs and in petroleum refining.
  • underfinanced — Underfinanced means the same as underfunded.
  • undifferenced — (of a coat of arms) having no marks indicating family position and to be used by only one person at a time
  • undiscomfited — not discomfited; at ease
  • unelectrified — not powered by electricity
  • unfacilitated — to make easier or less difficult; help forward (an action, a process, etc.): Careful planning facilitates any kind of work.
  • wolffian duct — a duct, draining the mesonephros of the embryo, that becomes the vas deferens in males and vestigial in females.

On this page, we collect all 13-letter words with D-I-F-C-U. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that contains in D-I-F-C-U to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?