| 文件名 | 文件描述 | 浏览 |
| ◆ C-Style Arrays.htm |
My code centers strings without tedious output formatting 用C类型矩阵编写的函数 |
浏览 |
| ◆ field.htm |
It shows the intensity and shape of an electric field, made by several charges 显示有几个电荷形成的电场强度和形状 |
浏览 |
| ◆ Function is left value.htm |
For anyone who thought that function can only be right value - See this code 一段函数代码 |
浏览 |
| ◆ Namespace Tutorial.htm |
The purpose of this tutorial is to demonstrate the use of namespaces 示范namespaces使用的指南 |
浏览 |
| ◆ NUMBER IN REAL LIFE.htm |
TO READ THE NUMBERS IN REAL LIFE PRONUNCIATION 在现实发音中读数 |
浏览 |
| ◆ Print Text Using DOS.htm |
To simply print text in DOS 在DOS环境下打印文本文件 |
浏览 |
| ◆ Printing Example & Tutorial.htm |
It prints a message on the printer and by viewing the fully commented code you could learn how to print on DOS C/C++. 关于使用打印机的指南 |
浏览 |
| ◆ Random Number.htm |
Randomly generates a number between 1 and 15 (can be edited) and outputs it on the screen. VERY EASY CODE 随机产生1到15之间的数并在屏幕上显示 |
浏览 |
| ◆ Random Number Generator.htm | The purpose of this code is to generate random numbers from 1 to the limit, which user decides随机产生1到用户定义的范围之间的数 | 浏览 |
| ◆ Random Number .htm |
THE PURPOSE OF THIS PROGRAM IS TO GENERATE N RANDOM NUMBERS IN THE INTERVAL OF [1,N] USING LINKED LIST S用链表产生在[1,N]之间的N个随机数 |
浏览 |
| ◆ simple if statements.htm |
this is an easy demonstration of the if statement. It asks you to input either yes, or no, using if statements. This is about as easy as it gets 很容易实现"是否"陈述的代码 |
浏览 |
| ◆ Solve Quadratic Equations.htm |
Check this cool Quadratic equation solving tool ! It even supports complex roots, all variables from 'a' to 'z'. Try this simple code and don't forget to vote for i t求解二次方程的解,支持复根 |
浏览 |
| ◆ Sorting Strings.htm |
Bubble Sort will present the user with eleven words in unsorted order, and ask whether to sort them in ascending or descending order. The nested for loop Bubble sort method is demonstrated as well as the strcmp and strcpy keywords 在冒泡法中用字母顺序进行排序的代码 |
浏览 |
| ◆ factorialfunction.htm |
Recursive factorial function a recursive function is a function that will call itself it is probably the most difficult type of function designing but when you get use to it, you'll find it VERY USEFULL 很有用的递归阶乘函数 |
浏览 |
| ◆ AbsoluteRecursive.htm |
C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself) C++版本的递归阶乘函数 |
浏览 |
| ◆ ASCII list.htm |
Show a list of the entire ASCII list... Sometimes good to have. Just made the code for fun. Good to learn basics from 完全的ASCII列表 |
浏览 |
| ◆ Automatic Numbers.htm |
V can develop a large number of customer IDS产生自动数字 |
浏览 |
| ◆ basic3d.htm |
It's a mixture of using: microphone, mouse, keyboard port address and 3d movement with accelerated graphics 麦克风,鼠标,键盘和带加速图形的3D运动的混合使用 |
浏览 |
| ◆ convert octal to decimal.htm |
converting octal numbers to decimal numbers 把八进制转化成十进制 |
浏览 |
| ◆ Date to day finder.htm |
Ever wondered which day of the week were you born ?? or may be which day was Jesus born ?!?!? This program finds just that for you. It calculates what day it was/will be of a given date 寻找某天某日的程序 |
浏览 |
| ◆ Disable Ctrl Alt Del.htm |
This is a very simple function i made to allow you to disable and re-enable Ctrl-Alt-Del. It's short code but works perfectly 使Ctrl-Alt-Del键功能失效或恢复的代码 |
浏览 |
| ◆ Display Local Time.htm |
It does exactly whatit says on the tin 显示当地时间 |
浏览 |