搜索资源列表
1931841306_Project3_CreativeLearning
- 这是用C#写的一个非常经典的例子,希望对大家有用,能够从中学到什么.-This is written in C# is a classic example, we hope to useful, what can be learned from them.
CheckCode(CSharp)
- 一个生成验证码的程序,如您有什么问题可以发送邮件到Nick4@TOM.com-a validation code generation process, If you have any questions can send mail to Nick4@TOM.com
MineDlg
- 一个c的小有些 有兴趣大家一起来看一看 有什么好的 游戏代码一起上传来-a small c some interest everyone to look at any good games together upload code to s
电话簿1.1(防盗版)
- 没事情做自己编的 大家有什么不满意的多谅解 大家多多交流 -things do not own a part of what we are not satisfied with the more understanding we interact more
GCZHYFX
- b本人很愚笨,本没有什么好程序奉献给大家,希望大家能够体谅我(换热器计算)-b stupid I am, not what the program is dedicated to you and hope that we can sympathize with me (heat exchanger)
qinghua-bp
- 清华的程序,听说很好用的,请高手指点。我用过,还是不错的,没有什么错误-Qinghua procedures heard good use, please master guiding. I used, or good, nothing wrong
lianbiaoshixian
- 程序运行后,可以任意次任意选择1-5各种功能(第一次当然应选0),直至选择6结束程序运行。 考虑实现功能5的函数原型作下列几种变化时,该函数及程序的其它部分需要作什么相应的变化,说明变化的原因。 node* del5560(node*) void del5560(node*&) void del5560() //头指针使用全局变量-running, they can choose any arbitrary time 1-5 various functions (th
071
- 其实我什么都不会的哦,只是想加入你们学习东西,为将来做地基,所以摆脱咯!多指教啊!-what I will, um, you just want to join the learning things, so the foundation for the future, from 1,10! More exhibitions ah!
txl04_file
- 一个有用的东西~~大家看看~~有什么不足请多指点-a useful things ~ ~ ~ ~ we look at what are the deficiencies please guidance EXPLOSIVE
MiniQQ1_6_src
- 迷你QQ 我开发的 很好大家给看看 还缺什么?-mini QQ I developed good to see you lacking?
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
JHH
- 本人自己做的集合 欢迎下载 有什么不名白请发E-mail给我!-I do for myself pools are welcome to download what White please send E-mail to me!
zonghepaixu
- 关于综合排序的一个课程设计,第一次做,不知道有没有什么问题哈,-Sort of a comprehensive curriculum design, the first time, I do not know what the problem is not Kazakhstan,
35212875
- 这个原代码我也不知道有什么用但是会的人一看就知道了!^_^-the original code, I do not know what will be used but the one person would know! ^ _ ^
3GWS-jni
- 又一个free中文分词 不过需要向作者索要注册码~这不是什么问题吧-also a free Chinese word but it needs to license key-authors claim this is not what it
f11ourup
- 扑克牌游戏 FOURUP 自己做的系统 有什么改进的地方请说 -card games FOURUP own system any improvement Please thank
wmflogicgenery
- 由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于 手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例。 有两种现实模式:GDI+、D3D 自动生成测试用例 开发环境:Directx SDK, C# 2005 D3D现实还不是很成熟,如果有朋友感兴趣的话欢迎继续完善. 希望能给朋友们些帮助, 有什么问题欢迎和我讨论 ninjax@126.com -recently done a project needs to d
xhtmldesigner
- XHTMLDesigner项目源代码以及什么是XHTMLDesigner的说明文档-XHTMLDesigner project source code as well as what is XHTMLDesigner The documentation
Hello
- 通过建立工程写Hello World,实现通过命令行调用输入,及输什么现实什么的功能-Through the establishment of works written Hello World, realize calls via the command line input, and output function of what the reality of what
Csharp
- C#基础概念二十五问 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗?