-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
CSharpchat
网络编程chat聊天工具好东西啊,快来下载把(Network Programming)
- 2013-07-02 16:04:49下载
- 积分:1
-
feijishugongji
《菜鸟也能防黑客之非技术攻击》就是向大家介绍这种方法。正如书名所述,这些方法并不是多么高深的技米,你也一样可以做到。看过《菜鸟也能防黑客之非技术攻击》之后,你会发现在非技术攻击面前,那些所谓的高科技设备是多么的脆弱。想知道黑客怎样从电脑中获取数据而不留痕迹吗?如何不用碰键盘就能侵入邮件服务器吗?这不是魔幻大片,而是真真正正发生在我们身边。
我们都知道信息的重要性。随着计算机时代的来临,大量的信息以电子的形式存储。而用高科技的电子保护系统来保护信息也就是自然而然的事情。作为一名职业黑客,作者的主要工作就是发现这些系统的弱点。在一次又一次的入侵后,作者发现了可以绕开那些所谓高科技防御系统的方法。
你和你身边的人很可能现在就正在受到此种攻击,你准备好了吗?("Rookie also can prevent unskilled hackers attack" is to introduce this method. As the title said, these methods are not rocket technology meters, you can do it too. Read the "rookie can prevent unskilled hackers attack" after, you will find in front of non-technical attacks, how fragile is the so-called high-tech equipment. Want to know how to get data from hackers computer without leaving traces of it? How not to touch the keyboard can invade the mail server? It s not magic movies, but really in our midst.
We all know the importance of information. With the advent of the computer age, a lot of information stored in electronic form. And with high-tech electronic protection systems to protect information that is a natural thing. As a professional hacker, author of the main job is to find weaknesses in these systems. Again and again after the invasion, the authors found that can bypass the so-called high-tech defense systems.
You and the people around you are likely to suffer such att)
- 2013-12-06 14:56:44下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
case69
IEEE69节点潮流计算程序,包括节点数据,支路数据和发电机数据。(MATLAB, case69.m, include bus data, branch data and generator data.)
- 2020-12-07 19:59:21下载
- 积分:1
-
website produced the voice players, examples of the implementation of the cases,...
制作网页中的声音播放器,执行本例实例后,将创建一个带有1个下拉框和3个按钮的运行界面。鼠标单击下拉框可以选择要播放的声音文件(*.au),按下播放按钮可以播放当前的声音文件,按下循环按钮可以循环播放当前声音文件,按下停止按钮可以停止播放当前声音文件。-website produced the voice players, examples of the implementation of the cases, will create a with a drop-down box and three button operation interface. Mouse click the drop-down box can choose to play the sound files (*. au), press the button player can play current audio files, press the circle button on the current cycle of broadcast sound files, press the stop button to stop the current broadcast sound files.
- 2022-02-20 06:00:09下载
- 积分:1
-
the sending and receiving source code of you mail.
you邮件的发送接受源代码-the sending and receiving source code of you mail.
- 2022-08-31 12:05:04下载
- 积分:1
-
SQL触发器有关网站管理
SQL触发器有关网站管理-SQL Trigger website management
- 2022-08-21 07:29:01下载
- 积分:1
-
GetNetSetting2
Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。(Visual C 6.0. This code can show network configuration, including the IP address.)
- 2005-04-20 22:39:50下载
- 积分:1
-
svc_acsystem
TSC型SVC接入交流电网的模型,包含具体的控制模型(A TSC type SVC access AC grid model)
- 2012-12-04 22:17:02下载
- 积分:1