在c語言中每一個變量都有兩個屬性一個是值,一個是址。比如inta=2;變量a的值是2,變量a的地址,可以用取地址
創新互聯于2013年開始,先為藤縣等服務建站,藤縣等地企業,進行企業商務咨詢服務。為藤縣企業網站制作PC+手機+微官網三網同步一站式服務解決您的所有建站問題。
操作符
獲取,即a。因此以C語言的函數傳遞中具備兩種方式傳遞參數,一種是傳址,一種傳值。比如voidf1(intv){;}//函數f1v
C、VB都是編程語言,都可用于編程,都有其相對應的開發環境,不同的是,C的開發環境可以有多種,而VB本身就集成了開發環境。
從適用程度上來講,VB都很簡單,VB是通用的語言
從學習難度上來講,想學VB卻不需要基礎,但想學好,真要學的東西還挺多。
從歷史上來講,VB是basic語言的第四代版本。
想學C,就學VC。
版本不是太好說,雖說最新的.NET已非常普遍,但人個編程用的更多的還是6.0版本,如VB6、VC6。但最終有可能統一到.net版本,如果是初學者,還是高起點,直接從.net開始吧。
Option Explicit On
Option Strict On
Imports System
Module Program
Sub Main()
Dim y,m,t As Integer
begin:
' 輸入數據時一行一個
y=CInt(Console.ReadLine())
m=CInt(Console.ReadLine())
t=CInt(Console.ReadLine())
If y100 Then
y=y+2000
End If
If y1916 OrElse m200 Then
Console.WriteLine("ERROR")
goto begin
End If
pr(y,m,t)
Console.Write("Press any key to continue . . . ")
Console.ReadKey(True)
End Sub
Function pr(y As Integer,m As Integer,t As Integer) As Integer
Dim ye,[Me],i As Integer
ye=CInt((m+t-2)/12+y)
[Me]=(m+t-2) Mod 12+1
Console.WriteLine(" {0}-{1} ~ {2}-{3}",y,m,ye,[Me])
ye=y
[Me]=m
For i=0 To t-1
prmonth(ye,[me])
[Me]=[Me]+1
If [Me]12 Then
ye=ye+1
[me]=1
End If
Next
Return 0
End Function
Function yam(y As Integer,m As Integer) As Integer
Dim st As String()={"未定義","一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"}
Console.WriteLine(" {0} {1}",y,st(m))
Console.WriteLine("----------------------------")
Return 0
End Function
Function ryear(y As Integer) As Integer
If 0=y Mod 400 OrElse (0y Mod 100 AndAlso 0=y Mod 4) Then
Return 1
Else
Return 0
End If
End Function
Function mday(y As Integer,m As Integer) As Integer
Dim day As Integer()={0,31,28,31,30,31,30,31,31,30,31,30,31}
Dim ad As Integer=0
If 2=m Then
ad=ryear(y)
End If
Return day(m)+ad
End Function
Function monday(y As Integer,m As Integer) As Integer
Dim md As Integer=6
Dim i,daynum As Integer
For i=1916 To y-1
daynum=365+ryear(i)
md=(md+daynum) Mod 7
Next
For i=1 To m-1
md=(md+mday(y,i)) Mod 7
Next
Return md
End Function
Function prmonth(y As Integer,m As Integer) As Integer
Dim md As Integer=monday(y,m)
Dim daysnum As Integer=mday(y,m)
Dim days As Integer=daysnum+md
Dim i As Integer
yam(y,m)
Console.Write(" 日 一 二 三 四 五 六")
For i=0 To days-1
If 0=i Mod 7 Then
Console.WriteLine()
Console.WriteLine()
Console.Write(" ")
End If
If i-md=0 Then
Console.Write(" {0,2}",i-md+1)
Else
Console.Write(" ")
End If
Next
Console.WriteLine()
Console.WriteLine()
Return 0
End Function
End Module
如果你沒學過編程,c#和vb.net都一樣。如果你有Qbasic基礎,vb更容易。
很久很久以前有一種語言叫做Qbasic,其方便快捷,比C語言更貼近與我們的一般用語,所以容易上手。
后來有了VB,vb又比C++(C++是C語言的進化版)更容易上手。所以大家就有了一致的VB易于C語言的特點。但是到了VB.net的時候,C#是繼承自VB和C以及JAVA的各種特性于一身,現在C#基本上一統天下了,少數熟悉VB的人還在用,VB.net,不過新人都不怎么學VB。net了。話又說回來,VB。net血的人少,不代表沒用,只要用好了,菜刀一樣殺人。
asp.net可以使用C#也可以使用vb語言。
C#和VB。net其實是一種語言,就像山東話和陜西話都是中國話一樣。
Option Explicit On
Option Strict On
Imports System
Module Program
Sub Main()
Dim y,m,t As Integer
begin:
' 輸入數據時一行一個
y=CInt(Console.ReadLine())
m=CInt(Console.ReadLine())
t=CInt(Console.ReadLine())
If y
200 Then
Console.WriteLine("ERROR")
goto begin
End If
pr(y,m,t)
Console.Write("Press any key to continue . . . ")
Console.ReadKey(True)
End Sub
Function pr(y As Integer,m As Integer,t As Integer) As Integer
Dim ye,[Me],i As Integer
ye=CInt((m+t-2)/12+y)
[Me]=(m+t-2) Mod 12+1
End If
End Function
Function mday(y As Integer,m As Integer) As Integer
Dim day As Integer()={0,31,28,31,30,31,30,31,31,30,31,30,31}
Dim ad As I
網站標題:C語言轉VB.NET c語言轉義字符對照表
文章轉載:http://vcdvsql.cn/article2/doodgoc.html
成都網站建設公司_創新互聯,為您提供品牌網站制作、微信小程序、網站改版、靜態網站、做網站、營銷型網站建設
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯