搜索资源列表
网络链路检测程序
- 压缩包内的两个程序分别运行于网络链路中的两台双网卡微机,其中server用于实时查询指定的当地网络连接状态,当网络连接断开时,通过另一条网络链路完成相关信息的上报,client用于接收上报信息,并采取相应措施。该程序可用于具有两层以上结构的网络(例如光网络和电网络)中的状态监控与链路恢复。-compressed within the two procedures were running on the network link two PC-card, server for real-time
罚函数内点法程序
- 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C + + compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
使程序始终在前面
- 该程序用c#语言开发,可以实现程序始终在前面的功能.-c # language development, can achieve a procedure always in front of the function.
使程序只能够运行一个
- 使程序只能够运行一个-procedures can only make a run
16c550通讯程序
- 有错误,谁能看出错在那里 有错误,谁能看出错在那里-wrong, who can see where the mistakes are mistakes , who can see where the mistakes are mistakes, who can see where the mistakes
计算器实例程序
- 一个小计数器 c#编的 语句简单,初学者可下而学之-a small counter c # series of simple statements, and beginners can be acquired under
C数值计算程序移植到VC开发环境
- 用代码可以很方便的把在C语言下的程序自动转化为VC++编程形式。对VC++不是很厉害的同志很有用的,请下载!-code can be used to make it easy to in the C language programs to automatically programmed into VC form. VC + + is not very powerful Comrade very useful, download!
很少人能看得懂的程序
- 一个很小人能看得懂的C程序. 若不调试也能看得懂,你已是一个很不错的程员.-a small one can understand the C procedures. Debugging can also not be able to read, you are a very good way Rapporteur.
密码学四个基本加密程序
- 用于学习密码学的四个基本加密源程序,可以帮助你更好地理解基本的加密算法思想.(均是本人的课程设计)-learning cryptography for the four basic encryption source, I can help you better understand the basic thinking of the encryption algorithm. (All my course design)
c程序设计之打字练习
- C程序设计的打字联系程序,大家可以看看,比较容易看懂的哦。-C Programming link the typing process, we can see more easily accessible oh.
程序源代码:
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-a 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are?
用c#开发的爱情玫瑰程序
- 用c#开发的爱情玫瑰程序,启动后随机位置出现各式玫瑰图片,直至铺满全屏幕,可单击任意位置,停止增加图片,并打开一位图,显示“爱你一万年”。然后3秒后程序自动退出。,C# development with love roses process starts all kinds of random positions on the rose picture, until covered with full-screen, you can click anywhere to stop increasi
HotKeyTest 利用VC++增加热键的代码程序
- 利用VC++增加热键的代码程序,可以实现虚拟键盘的上下左右键的使用。-Hotkey to increase the use of VC++ code program, you can achieve a virtual keyboard arrow keys to use.
TimeManager.rar
- C#写的一个闹钟程序,可以建立多个闹钟,设置闹钟类型等,非常实用,C# Write an alarm clock program, you can create multiple alarm clock, set the alarm type and so on, very useful
dice-game
- 这是本人用C#编写的一个掷骰子的小游戏,希望能对编写骰子游戏的人有所帮助-This is, I use C# for the preparation of a dice game, I hope you can help
Weibo模仿新浪微博的程序
- 用C#编写的 模仿新浪微博的程序 实现了微博的大致功能 可以发表微博 转发 评论等 -Sina microblogging program written in C# mimic the microblogging approximate function can be published microblogging forward comments
CSharp[AESEncryptDecrypt]
- C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
MyQQ2V4
- MyQQ2 本程序主要用在 局域网中多台机之间 聊天,传文件,和传文件夹 (可同时接收和传送多个文件,文件夹 不限文件大小) 使用. -This procedure MyQQ2 mainly used in local area network between multiple chat, Chuan-paper, and Chuan-folder (which can also receive and send multiple files, folders, fi
pb
- C#屏保程序 初学者可以看看C#如何编写屏保程序-C# Screen saver beginner can look at the C# How to write screen saver
1.6
- 编写一个控制台应用程序,完成下列功能,并写出运行程序后输出的结果。 1) 创建一个类A,在A中编写一个可以被重写的带int类型参数的方法MyMethod, 并在该方法中输出传递的整型值加10后的结果。 2) 再创建一个类B,使其继承自类A,然后重写A中的MyMethod方法,将A中接 收的整型值加50,并输出结果。 3) 在Main方法中分别创建类A和类B的对象,并分别调用MyMethod方法 -Write a console application, comp