联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All C#编程(439) 
按平台查找All Visual C++(439) 

[C#编程] shiyan1

/*一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程    找出1000以内的所有完数。*/
/* If a number is exactly equal to the sum of its factors, this number is called a " complete count." For example, 6 = 1+2+3 program to find all finished within 1000.* / (2013-12-05, Visual C++, 8KB, 下载6次)

http://www.pudn.com/Download/item/id/2418261.html

[C#编程] dynamiclink

在vs 2008编译环境下使用C++语言完成对动态链表的创建,并将创建的好的链表加以显示;之后对链表进行插入和删除等操作,完成对链表的基本操作功能,对于刚刚开始学习C++或是刚使用Vs2008编译环境进行编程的有一定的帮助,链表是数据结构很重要的一种,在C++中使用类来创建链表是基本的技能,本次上传的代码参考硅谷动力网范磊老师的教程。
In vs 2008 compilation environment using c + + language to complete the creation of dynamic linked list, and will create a linked list to display After chain table insert and delete operation and the completion of the basic functions of a linked list, to just began to learn C++ or just use Vs2008 compilation environment programming have certain help, linked list is a data structure is very important in c + +, use classes to create linked list is the basic skills, the upload code reference enet network FanLei teacher s tutorial. (2012-12-18, Visual C++, 1402KB, 下载8次)

http://www.pudn.com/Download/item/id/2088086.html

[C#编程] Tftppcsharrph

此源代码,是一个运用csharp语言开发的一个ftp程序源码,带有上传下载,并并且同步进度条.是本人刚开始学习网络编程与开发时开发的一个程序源码. 可直接使用。
This source code using an ftp program source code csharp language development, with upload and download, and sync progress bar. I just started to learn network programming and development to develop a program source code can be used directly. (2012-07-10, Visual C++, 56KB, 下载4次)

http://www.pudn.com/Download/item/id/1934869.html

[C#编程] DivString

用指定的符号分割字符串,可以作为程序的资料,提高编程效率!
void CDivStringDlg::OnPaint() { if (IsIconic()) { CPaintDC dc(this) // device context for painting SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0) // Center icon in client rectangle int cxIcon = GetSystemMetrics(SM_CXICON) int cyIcon = GetSystemMetrics(SM_CYICON) CRect rect GetClientRect(&rect) int x = (rect.Width()- cxIcon+ 1)/2 int y = (rect.Height()- cyIcon+ 1)/2 // Draw the icon dc.DrawIcon(x, y, m_hIcon) } else { CDialog::OnPaint() } } (2012-02-27, Visual C++, 1818KB, 下载6次)

http://www.pudn.com/Download/item/id/1780371.html

[C#编程] celiangchengxusheji-CSharp

测量程序设计,C#编程,高斯,坐标正反算,角度转弧度,邻带换算都有
Measuring programming, C# programming, Gaussian, positive and negative coordinates considered, turn angle in radians, o-zone conversion has (2011-11-18, Visual C++, 125KB, 下载73次)

http://www.pudn.com/Download/item/id/1703037.html

[C#编程] VCrmjt

,《Visual C# 2008 从入门到精通》围绕着基础知识和这些新特性全面介绍了如何利用Visual Studio 2008和.NET Framework来进行C#编程。书中沿袭深受读者欢迎的Step by Step风格,通过丰富的练习引导读者逐步构建Windows应用程序,访问SQL Server数据库,开发ASP.NET Web应用程序,创建并使用Web服务等。
failed to translate (2011-09-08, Visual C++, 2253KB, 下载4次)

http://www.pudn.com/Download/item/id/1641864.html

[C#编程] C-traps-and-defects

C陷阱与缺陷 本书从语法分析、语法语义、连接、库函数、预处理器、可移植性缺陷等几个方面分析了C编程中可能遇到的问题。
C traps and defects in the book from the syntax analysis, semantic, connection, library function, preprocessor, portability, and other aspects of defect analysis of the C programming may encounter problems. (2011-07-06, Visual C++, 4687KB, 下载9次)

http://www.pudn.com/Download/item/id/1590712.html

[C#编程] notes

一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程找出1000以内的所有完数。 跟大家分享一下一道题的多种思路:
If a number is just equal to the sum of its factors, this number is called " End of a few." For example 6 = 1+2+3. Programmatically find all finished within a number of 1000. Share with you a variety of theme ideas: (2011-06-12, Visual C++, 15KB, 下载3次)

http://www.pudn.com/Download/item/id/1566279.html

[C#编程] MyDesCode

程序编写过程中采用模块化编程,逐步实现每个模块的功能,并写测试代码对逐个模块进行测试,确保每个模块运行结果输出正确。
Modular programming in the programming process, and gradually realize the function of each module, and write test code to test the module one by one, to ensure that the resulting output for each module to run correctly. (2011-06-08, Visual C++, 1829KB, 下载4次)

http://www.pudn.com/Download/item/id/1562380.html

[C#编程] 33

c++绘制随机数统计图 通过编程产生大量-50~50之间的随机自然数,每次产生一个就在相应的统计图位置处增加一个符号
c++ to draw random numbers generated by programming a large number of charts-50 ~ 50 random natural number between, each produce a statistical chart in the appropriate location to add a symbol (2011-05-14, Visual C++, 644KB, 下载9次)

http://www.pudn.com/Download/item/id/1532122.html

[C#编程] Thermometer_src

这是老外用C#写的关于温度计的控件,界面非常精美,包含有三种类型的,编程者也可以改一下量程和范围成为湿度计等等控件,使用非常方便
This is a foreigner to write with C# controls on the thermometer, the interface is very beautiful, contains three types, programmers can change the range and scope of what a hygrometer, and so control is very easy to use (2011-01-08, Visual C++, 76KB, 下载177次)

http://www.pudn.com/Download/item/id/1406311.html

[C#编程] browser

这两个实例包含了Visual C++编程中的很多细节知识,如工具栏的处理、树型控件/列表控件的使用、窗口的拆分、字符串的处理等,相信读者朋友可以从中学到很多知识点。
These two examples include Visual C++ programming knowledge of many details, such as the handling of the toolbar, tree control/list control the use of split window, string handling, etc. Readers can learn that a lot of knowledge point. (2010-11-22, Visual C++, 17KB, 下载3次)

http://www.pudn.com/Download/item/id/1354843.html

[C#编程] ThesecondarydevelopmentofSolidWorksbyVC

SolidWorks二次开发旨在提高制图的效率。对SolidWorks的二次开发越显的重要了。此学习资料就是最SolidWorks二次开发的一种方法,编程工具是c++
SolidWorks second development aimed at improving the efficiency of mapping. The second development on the SolidWorks more obvious important. This is the most SolidWorks secondary learning materials developed a method of programming tools is c++ (2010-05-19, Visual C++, 24KB, 下载19次)

http://www.pudn.com/Download/item/id/1179246.html

[C#编程] Csharpweb

C#与ASP.net结合引用编程实例,也就是在C#的应用程序引用ASP.net中的相关数据,以实现更广泛的.NET应用,本实例在运行时要求你先设立ASP.NET站点
Combination of C# and ASP.net programming examples cited, that is, applications in C#, ASP.net reference data in order to achieve wider. NET applications running in this instance requires you to set up ASP.NET Site (2010-04-12, Visual C++, 19KB, 下载4次)

http://www.pudn.com/Download/item/id/1122504.html

[C#编程] lele

本代码使用了C++等开发环境,编程了一个可以实现加、减、乘、除等基本功能计算器。还加上图形界面,使得计算器更加完美。
This code uses the C++ and other development environments, programming can be achieved in an add, subtract, multiply, in addition to basic functions such as calculators. Is coupled with a graphical interface to make more perfect calculator. (2009-10-26, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/950227.html

[C#编程] C

在网络编程中,有时候会需要重新拨号建立网络连接(如Ad点击软件通过重新拨号形成有效点击) ,下面介绍两种程序中拨号的方法.
In network programming, sometimes we will need to re-dial-up networking connection (such as the Ad click on the software by re-dial to form effective views), two procedures described below in the dial-up method. (2009-10-09, Visual C++, 3KB, 下载34次)

http://www.pudn.com/Download/item/id/932444.html

[C#编程] Cskin

csharp编程界面皮肤,很多实用漂亮的皮肤素材~
csharp programming interface skin, beautiful skin a lot of useful material ~ (2009-08-19, Visual C++, 3619KB, 下载50次)

http://www.pudn.com/Download/item/id/883208.html

[C#编程] qq

用C#制作的qq模拟qq软件,具有界面美观,功能基本符合要求,对学习c#界面编程和网络通讯有一定帮助
With C# Produced qq simulated qq software with beautiful interface, function the basic qualification requirements are met, learning c# Interface programming and network communications have some help (2008-10-26, Visual C++, 8945KB, 下载49次)

http://www.pudn.com/Download/item/id/567666.html

[C#编程] match_fitting

由本人自己编程实现的匹配拟合方法,是基于最小二乘法的拟合,可以很好的拟合地震数据,提取子波
I realize from their own programming matching fitting method is based on the least squares method of fitting can be a very good fitting of seismic data, wavelet extraction (2008-06-28, Visual C++, 587KB, 下载159次)

http://www.pudn.com/Download/item/id/500003.html

[C#编程] csharpsql

C#数据库项目例子,又人力资源管理系统,和财务管理系统两大项目,适合编程参照
C# Database project example, a human resources management system and financial management system the two projects, Programming for the light (2007-07-10, Visual C++, 790KB, 下载136次)

http://www.pudn.com/Download/item/id/305932.html