易截截图软件、单文件、免安装、纯绿色、仅160KB
热门标签: c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 最新文章 : c

C入门问题 - C/C++ / C语言

#include <stdio.h>
void main(){
double h;
double r;
printf("Plese input h:\n");
scanf("%f", &h);
printf("\nPlese input r:\n");
scanf("%f", &r);
double m;
m = 2 * 3.14 * r * h;
printf("\nmain ji shi:\t%f", m);

}
� ......

几个C/C++面试题 - C/C++ / C++ 语言

几个C/C++面试题
1) What is the size of the following structs 
struct foo{ 
  int a; 
  char[3] b; 
}; 
 
2) What is the size of class foo{ 
  public: 
  int a; 
  char[3] b; 
  v ......

请求帮忙把一段C代码转换成VB代码! - VB / 基础类

这一段代码是用在游戏里的,
就是流星蝴蝶剑这款单机游戏,
请求帮忙把这段代码转换成VB代码!
代码如下
C# code:

#include <windows.h>
#define BUTTON1 101
#define EDIT1 201
#define EDIT2 202
#define EDIT3 203
#define HOTKEYIDCHEAT 200
#define HOTKEYIDRECOVER 201
LRESULT CALLBACK Wn ......

[已处理] c币技术分 - 社区支持 / 建议和意见

c币技术分什么意思,怎么兑换啊?
“C币”和“银行”好象都找不到了,不知是不是取消了?

尊敬的用户xinzaiyiqi,您好:
   
  现在不提供C币了。
感谢您支持CSDN 社区!
 
Regards
====================================

ok,感谢各位了!
......

VB中的AddressOf在C#中如何描述呢 - .NET技术 / C#

下面是VB中的代码 
Public Delegate Sub EventHandler(ByVal sender As Object, ByVal e As EventArgs)
Public my_eh As EventHandler
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  'wince下实例
  my_eh = New EventHa ......

VB转C#的问题 - .NET技术 / C#


  Sub do_DateReceivced()
   
  Dim oo As Object = Nothing
   
  Me.BeginInvoke(my_eh, New Object() {oo, EventArgs.Empty}) '异步调用.
  End Sub
C#中如何翻译以上的VB的代码呢
谢谢了{{ ......
总记录数:1754; 总页数:293; 每页6 条; 首页 上一页 [51] [52] [53] [54] 55 [56] [57] [58] [59] [60]  下一页 尾页
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号