Browse by Tags

Tagged Content List
  • Wiki Page: Small Basic 1.3: インストール ガイド (ja-JP)

    現時点では、この記事はストアアプリとしてリリースされた Microsoft Small Basic 1.3 について記述しています。 Table of Contents システム要件 Store に行く インストール 起動 アンインストール方法 関連項目 追加リソース 他の言語 システム要件 Windows 10 version 14342.0 またはそれ以上必須 X86 必須 Store に行く https://www.microsoft.com/ja-jp/store/p/small-basic/9pfqkjljpb1r に行きます。 インストール...
  • Wiki Page: Small Basic (fr-FR)

    Table of Contents Extensions Communauté Commençons Autres Ressources Pages Web Blogs Réseaux Sociaux A voir également Autres Langues Microsoft Small Basic est un langage .Net pour débutant, dérivé du QuickBasic. Il a été présenté en béta public en 2008, et la version 1 a été lancée en 2010. Il est...
  • Wiki Page: Small Basic: Étendues de Valeur des Paramètres et Valeurs de Retour pour les fonctions Math (fr-FR)

    Cet article décrit les étendues de valeurs pour les paramètres ou les valeurs de retour des fonctions Math dans Small Basic. Cet article est toujours en cours d'élaboration. Donc " N/A " indique que cette plage n'a pas encore été étudiée. N'hésitez pas à modifier cet article si...
  • Wiki Page: Small Basic: Les Pixels (fr-FR)

    Cet article traite des pixels dans le langage Microsoft Small Basic. Table of Contents Qu'est-ce qu'un Pixel ? Opérations sur les Pixels GraphicsWindow.GetPixel GraphicsWindow.SetPixel Programmes d'exemple Problèmes Connus Voir Aussi Autres Ressources Autres Langues Qu'est-ce...
  • Wiki Page: Small Basic: Comment Utiliser Sound.PlayerMusic() ? (fr-FR)

    Cet article traite du MML (Music Macro Language) avec l'opération Sound.PlayMusic(MML) du langage de programmation du Small Basic. Table of Contents Syntaxe (1) Hauteur (A, B, C, D, E, F, G) (2) Maintien (R, P) (3) Durée de la note (Ln) (4) Octave (On,>,<) Conseils Programmes d'Exemple...
  • Wiki Page: Small Basic: Le Son (fr-FR)

    Cet article traite du son dans le langage de programmation Microsoft Small Basic. Le Small Basic possède un objet Sound pour toutes les fonctions son. Table of Contents L'Objet Sound Opérations pour les Effets Sonores Prédéfinis Opérations pour les Fichiers Audio Opération pour le MML Exemple...
  • Wiki Page: Small Basic: Fichiers, Répertoires et Réseau (fr-FR)

    Cet article traite de la manière dont sont gérés les fichiers, dossier et le réseau dans Microsoft Small Basic. Table of Contents Qu'est-ce qu'un fichier ? Les Fichiers Texte Qu'est-ce qu'un Répertoire ? Qu'est-ce que le Chemin ? Qu'est-ce qu'une URL ? Les Opérations...
  • Wiki Page: Small Basic: Les Couleurs (fr-FR)

    Cet article explique comment les couleurs sont gérées dans le language Microsoft Small Basic. Il y a deux types de couleurs. Un pour la fenêtre texte (TextWindow), l'autre pour la fenêtre graphique (GraphicsWindow). Table of Contents Les couleurs dans la fenêtre graphique Vue d'ensemble...
  • Wiki Page: Small Basic: Liste des Articles du Wiki TechNet (fr-FR)

    Cet article explique comment fonctionne un outil écrit en Microsoft Small Basic et qui permet de créer la liste des articles du Wiki TechNet. Table of Contents Utilisation Conseils Avancés Voir Aussi Autres Ressources Autres Langues Utilisation Les instructions qui suivent permettent l'utilisation...
  • Wiki Page: Small Basic: Condition

    This article introduces about condition in Small Basic and expecting to understand Small Basic deeply. Table of Contents What is Condition? Types of Condition Comparison Expression Logical Expression Logical Value See Also Additional Resources Other Languages What is Condition? In Small Basic...
  • Wiki Page: Wiki: Common Tags

    Table of Contents See Also Other Languages You can make your article easier to discover by using common tags that are relevant to your article. Always remember to include the basic product tags, such as SQL Server, PowerPivot, Hyper-V, Office, and Exchange Server. The following table lists commonly...
  • Wiki Page: Hyper-V 2008 R2 Virtual Machine Snapshots: FAQ

    Table of Contents What are virtual machine snapshots? What are snapshots used for? How are snapshots stored? Can I delete these pesky .avhd files? What other important considerations I should be aware of when using snapshots? I’ve taken multiple snapshots and now my virtual machine pauses automatically...
  • Wiki Page: Small Basic Sample: Leap Year Checker

    Table of Contents Overview Assignment Code Output Examples Explanation See Also Additional Resources Overview For example, let’s say you want to create a program that checks whether a given year’s a leap year or not. It’s a leap year if the year’s evenly divisible by 4. But if it’s evenly divisible...
  • Wiki Page: Small Basic: Scientific Notation

    Table of Contents Overview Examples in Small Basic Limitation Credits See Also Additional Resources Overview Scientific notation (also called exponential notation) is a way to write numbers that are too large or too small. For example, a microbiologist might need to measure cell growth...
  • Wiki Page: Microsoft Small Basic v1.1: Known Issues

    This article organizes known issues about Small Basic v1.1. These issues happen only in Small Basic v1.1. Issues happened both in Small Basic v1.0 and v1.1 are described here . These issues happen both in local (under IDE environment) and remote (under smallbasic.com with web browser and Silverlight...
  • Wiki Page: Small Basic: Revision Control with GitHub

    This article is about revision control with GitHub Desktop and GitHub for Microsoft Small Basic programming language. And also revised version of Small Basic: Revision Control - which is talked about Git GUI and CodePlex. Note that CodePlex will shutdown on December 15, 2017. Table of Contents...
  • Wiki Page: Small Basic: Color

    This article explains about colors in Microsoft Small Basic program language. There are two types of colors. One is for TextWindow, the other is for GraphicsWindow. Table of Contents Colors in GraphicsWindow Overview HSL Example GraphicsWindow Color Reference Color Properties Color Operations Pixel...
  • Wiki Page: Small Basic: Desktop

    Silver Award Winner This article explains about computer desktop and Desktop object in Microsoft Small Basic programming language. Table of Contents What is Desktop Desktop Object Properties Operation Sample Program Copyright Notice See Also Additional Resources What is Desktop Desktop...
  • Wiki Page: Small Basic: Artificial Intelligence

    This article describes about (game) artificial intelligence in Microsoft Small Basic programming language. Table of Contents Artificial Intelligence Heuristic Game Tree Search Minimax Simulation See Also Additional Resources Artificial Intelligence Artificial intelligence (AI) is a computer...
  • Wiki Page: Small Basic: Interviews with Vijaye Raji, the creator of Small Basic

    Table of Contents Expert to Expert: The Basics of SmallBasic Intro to "Small Basic" with Vijaye Raji Additional Resources See Also Vijaye created Small Basic, based on a challenge to Microsoft that he read in a blog post. Now, a lot of people supported him and helped make it happen, but...
  • Wiki Page: Small Basic: Program Testing

    This article is about program testing for Microsoft Small Basic programming language. Table of Contents Unit Testing Integration Testing See Also Additional Resources Testing is a important process in developing a program. The purpose of testing is to find issues and bugs before releasing the...
  • Wiki Page: Small Basic Sample: Flickr Photo ID

    This article shows how to use photo id for Flickr object in Microsoft Small Basic programming language. Table of Contents Photo ID Base 58 Photo ID Sample Programs Screen Shot Credit See Also Additional Resources Photo ID Flickr.GetPictureOfMoment() or Flickr.GetRandomPicture() return following...
  • Wiki Page: Small Basic: Emoji

    Table of Contents Introduction Finding Emoji in Fonts From Unicode Subrange From Symbol Fonts Using Private Character Editor See Also Additional Resources Other Languages Introduction This article shows how to use emoji characters in Small Basic programming language. There are two ways...
  • Wiki Page: Small Basic: Character Set - Unicode

    Table of Contents Introduction What is Character Set What is Character Code What is Unicode What is UTF-8 Characters for Game Tips about Character Set Glyph Depends on Font Character Set in TextWindow Characters in SMP Sample Code ASCII Code Table Hexadecimal Dump Symbol Samples Get Character from Unicode...
  • Wiki Page: Small Basic: Clipboard

    This article is about clipboard and Microsoft Small Basic programming language. Table of Contents What is Clipboard Clipboard and Small Basic Clipboard in the Small Basic environment TextWindow Text input box LitDev Extension See Also Additional Resources What is Clipboard Clipboard is a...
Page 16 of 359 (8,972 items) «1415161718»
Can't find it? Write it!