登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:C#
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Joseph-problem

  有N个小孩围坐成一个圆,从某个小孩开始顺序报数,报到M的小孩从圈子中离开, 从下一个小孩重新开始报数。每报到M相应的小孩从圈子离开, 最后一个离开圈子的小孩为胜者。 (N children sitting in a circle, the start sequence from one child reported the number to report child of M from the circle to leave and re-start from the next child reported number. Registration M corresponding child away from the circle, the last child to leave the circle for the winner.)

5
下载
102
浏览
2012-10-22发布

2. visualstudio-cPP

  计算机编程语言库,C++函数库大全,请放心下载(visual studio c++)

3
下载
121
浏览
2012-09-17发布

3. wuziqi

  SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<<endl<<"文本内容结束!"<<endl SetColor(7,0) system("color xy") ;

7
下载
113
浏览
2012-08-30发布

4. gengzhong

  点光源追踪,步进电机与MSP430,实现对电光源的追踪,可用于太阳能(Point source tracking, stepper motor and MSP430, to achieve the tracking of electric light, can be used for solar energy)

10
下载
87
浏览
2012-08-07发布

5. SharpDevelopReports

  sharpdevelop做的SharpDevelopReports(sharpdevelop do the SharpDevelopReports)

4
下载
111
浏览
2012-08-01发布

6. CcCharpSupermS

  用CSHARP实现超市的管理,包括进货,销货,比较适合初学学入门者,从大体上去掌握CSHARP用于WINForm的应用 (The CSHARP to achieve the management of the supermarket, including purchases, sales, and more suitable for beginners Introduction to general grasp CSHARP for WINForm application)

6
下载
126
浏览
2012-07-18发布

7. Sequential-search-operation

  能够实现查找,非常的方便,能很好的让我们理解(Able to achieve to find, very convenient, can let us understand)

5
下载
107
浏览
2012-06-04发布

8. shock-tube-1D

  一维激波管问题,运用迎风格式方法来编写的程序(computing shock tube1D with upwind method)

20
下载
109
浏览
2012-05-19发布

9. c

说明:  用C语言编写的一些小例程,在cvi上进行开发,希望对你有所帮助。(Cvi on some small routines written in C language development, I hope for your help.)

0
下载
104
浏览
2012-05-17发布

10. 123

  辐射网潮流计算程序,直接在文档中修改参数即可(Radiation Net flow calculation procedures)

9
下载
122
浏览
2012-05-14发布

11. qq

说明:  通讯录指南系统 包括存入姓名,电话,住址等等(communicate system)

0
下载
94
浏览
2012-05-07发布

12. WindowsAutoLogin

  Visual C# 2010 Windows AutoLogin

10
下载
102
浏览
2012-04-27发布

13. AddressList

  UTM地图投影正解源码C#.cs将 变形前任一子区域与变形后散斑图像进行全场匹配或相关 运算,根据峰值相关系数确定该子区域在变形后的位置,由 此可以得到该块的平均位移。对变形前所有子区域进行类 似运算,就可以得到整个位移场。 (Journal of Huaiyin Institute of Technology)

21
下载
131
浏览
2012-04-05发布

14. vibrationSprumCapture

  使用陀螺仪采集车辆振动信号。示范使用LabVisual示波器控件使用(开发工具visual studion 2008 C#) (capture vibration by AHRS and Xbow )

21
下载
110
浏览
2012-03-25发布

15. CSharp-basic-konwledge

  从入门到精通,外加实例深入学习C#,适合初级学者(It has planty of examples,and is a good book for the novices.)

5
下载
139
浏览
2012-03-02发布

16. JavaHostWPF_src

  WPF控件与java的通信,JAVA加载WPF控件(The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend reading this article first. Description of Windows Presentation Foundation (WPF) can be found in MSDN, special manuals and is also not discussed in this article. WPF Module used in my example (without sources) was borrowed from [1]. Here I set out only with the task of embedding WMF Component into Java GUI. )

6
下载
106
浏览
2012-02-04发布

17. JiSuanQi

  C#代码实现简易的计算器,比较经典的,直接使用按钮上的文字,使代码更少,更可靠(C# code for counter)

3
下载
122
浏览
2011-12-27发布

18. Effective-CSharp

  这本书结合作者的实际经验提出了50个提高C#程序的有效途径,风格类似于有名的《Effective C++》,由于本书是在2004出版的,所以针对C#2.0是否完全合适需要我们的判断,但是也不失为一本很好的参考书。以下是书的目录。每一条目录实际上就是一个specific way。有兴趣的可以可以看看。

3
下载
105
浏览
2011-12-22发布

19. dazhengshuchengfa

  这是一个用C#编写的程序,主要是实现大整数的乘法。(this is a code written by C#.)

4
下载
141
浏览
2011-12-05发布

20. Drawing-Panel

  初级的画板,适合C#初学者,我是在老师布置作业以后编写的,我也刚学习C#,感觉初学者可以看一下(Primary drawing board, for C# beginners, I was prepared after the teacher assignments, and I just learn C#, beginners can look at feel)

6
下载
101
浏览
2011-11-17发布