Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: C language

Construct a C language development environment in the Windows platform

1. Building a DEV C++ integrated development environment on the Windows platform< /strong> Official website https://sourceforge.net/projects/orwelldevcpp/ Download Dev C++ and run it Environmen

October 19, 2021By Simo Windows C language, construction, development environment, Platform, windowsLeave a Comment

[Data Structure] Implementation of Static Links (C Language Description)

#include #include “stdlib.h”#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 1000 // Define linear table Maximum capacity typedef int Status; typedef int ElemType; // Define

October 16, 2021By Simo Data Structure C language, Data Structure, Description, Implementation, linked list, staticLeave a Comment

[Data Structure] C language implementation single-link table

Implement a basic singly linked list in C language Structure First, we define a structure Node

typedef int DataType;typedef struct Node{ int data; struct Node* next;}Node,*PNode; In this stru

October 15, 2021By Simo Data Structure C language, Data Structure, Implementation, linked list, singleLeave a Comment

Simulated Telnet Protocol C Language Client Program

First of all, we must understand the telnet protocol. The following two blogs gave me preliminary ideas.
https://www.cnblogs.com/liang-ling/p/5833489.html This one is relatively basic Introduction

October 12, 2021By Simo Hadoop Agreement, C language, client, program, simulation, telnetLeave a Comment

Develop FASTCGI applications with C language – FCGI_STDIO Package API

Official document:http://www.fastcgi.com/devkit/doc/fcgi-devel-kit.htm

The FastCGI software development kit is used to simplify the conversion of existing CGI programs into FastCGI programs o

September 27, 2021By Simo Cgi API, application, C language, Development, Fastcgi, fcgi, package, program, stdioLeave a Comment

Basic knowledge of game programming in C language

In the past two months, I have been trying hard to learn the basics of game programming. So I wrote a few simple games in Java to learn the basics, such as Tetris, Checkers and Pac-Man.

Now I

September 27, 2021By Simo Game C language, foundation, game, Knowledge, Medium, programmingLeave a Comment

CGI C language articles

Please fill in the multiplier and multiplicand below, and you can see the result after pressing OK.

The function we want to achieve is very simple, that is, multiply the value entered in the

September 26, 2021By Simo Cgi articles, C language, CGILeave a Comment

C language write CGI program

I. Overview of CGI CGI (Common Gateway Interface) specifies how the web server calls other executable programs (CGI programs) Interface protocol standard. The Web server realizes the interaction wi

September 26, 2021By Simo Cgi C language, CGI, program, writeLeave a Comment

C language serial port transmission structure

Serial port transmission structure is to convert the structure into an array, and then transfer the char in the array.

That is struct——->> char [] ;

Then char[]———>> struct.

September 24, 2021By Simo Motherboard body, C language, serial port, structure, transmissionLeave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress