Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
DL : 0
采用远程线程查看星号密码,支持查看某些采用了 anti 技术的编辑框。大部分网游就是因为这样所以用传统的键盘HOOK技术取不到密码。这份代码提供了完整的解决方案。用处嘛?还用多说?-distance threads View asterisk password used to support the view of some anti technical editor box. Most online games is the reason why the traditional keyboard HOOK fail to obtain passwords. This code provides a complete solution. Useful incorrect? Also used to say?
Update : 2008-10-13 Size : 6207 Publisher : 漆光耀

ReadWorld RSS 聚合新闻 阅读器 XML 欢迎使用ReadWorldRSS阅读器 1 这个程序更改了我上回发布的《聚合新闻(RSS)阅读器》的一些错误。 2 新增了频道列表的拖放功能,及导入,导出(OPML)功能。 3 重新设计了一下界面 4 本程序是仿照《新郎点点通》设计的,其中没有使用线程,一些功能需要连接网络可能会暂时失去响应情谅解 5 欢迎大家使用提出宝贵意见。 6 -ReadWorld RSS feeds news reader welcomed the use of XML ReadWorldR an SS readers of this change in procedure on my back to the "syndication (RSS) reader" some mistakes. The two new channels of drag-and-drop function list, and importing and exporting (OPML) function. 3 redesign of the interface about four procedures are modeled on the "little-groom" design, which does not use threads, Some of the functional needs of the network may temporarily lose response to continued understanding 5 Everyone is welcome to use their valuable opinions. 6 Thank you,
Update : 2008-10-13 Size : 729725 Publisher : 水滴

多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Update : 2008-10-13 Size : 69644 Publisher : 水滴

自己用C++写的下载者。利用远程线程注入技术注入自身的一段用于下载的代码从而有效的穿透防火墙。编译到一个节后大小只有1.5KB-own C wrote downloaders. The use of telemedicine technology into threads itself into a section for downloading code to effectively penetrate the firewall. Compiled into a post-KB size only
Update : 2008-10-13 Size : 1195 Publisher : 黄芸乐

专题讲座四:内容包括为什么需要多进程或线程 、进程控制、线程控制、进程或线程间同步、进程间通信等。附例程。-four seminars : why should include more processes or threads, process control, thread control, process or synchronization between threads, inter-process communications. A routines.
Update : 2008-10-13 Size : 89020 Publisher : 小邹

由一台 PC (线程)向另一台 PC (线程)发送数据包,界面应显示出双方帧个数变化,帧序号,发送和接受速度,暂停或重传提示等,界面中必须动态显示数据帧的发送情况和接受情况,包括 在相应窗口详细 显示相应的 ACK 和 其他收发数据帧后发出的消息 ,以表明模拟协议的正确运作过程。 • 接收方及发送方应具有按序收发帧的能力; • 接受方应有固定大小的滑动窗口,并对收到信息缓存。当发送方速度过快或帧丢失(超时),接受方应发送消息,要求暂停或重传(停 -- 等协议); • 发送方发送速度应可以调节,并可以暂停或重发; • 发送方重传时可仅重传需要的(丢失的)幀; • 以上几个功能应可视,要求简单界面。 -from a PC (threads) to another PC (threads) to send data packets, interface demonstrates that the two sides should frame changes in the number, frame number, send and receive speed, suspension or Retransmission suggested. Dynamic interface must display the data frame transmission and acceptance of, included in the corresponding window shows detailed corresponding ACK and other data transceiver frame issued after the news, simulation of the agreement to show the correct process.
Update : 2008-10-13 Size : 470769 Publisher : 刘凯

好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dining Philosophers, in order to prevent deadlock. take the two conditions (chopsticks idle) meet again allowed to dine at the solutions. We look forward to learning together with the exchange!
Update : 2008-10-13 Size : 27117 Publisher : 大大

DL : 0
C语言实现的中国黑客病毒部分代码,可以很好的理解“三线程”编程技术,线程插入技术。-C language of the Chinese hackers part of the virus code can be well understood "three threads" programming, insert the threaded technology.
Update : 2008-10-13 Size : 12966 Publisher : wdb

讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
Update : 2008-10-13 Size : 34073 Publisher : 大侠

来自IBM的教程,我把它做成了PDF。本文详细说明了POSIX线程的概念以及借口的用法。适合初级程序员阅读-from IBM's Guide, I put it into a PDF. This paper details the POSIX threads, and the concept of the use excuses. The initial reading for programmers
Update : 2008-10-13 Size : 279741 Publisher : 朱亮

最简单的线程的例子,供初学者学习线程的使用,已经不能再简单啦,下来看看吧!-most simple threads example, for beginners to learn the use of threads, can no longer be simple -- and look down!
Update : 2008-10-13 Size : 788 Publisher : lisa

不需要用DLL的在其他进程里插入远程线程-do not need to use the DLL in the process of inserting the remote threads
Update : 2008-10-13 Size : 2662 Publisher : wxd

本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, including initialization and the deletion of critical threshold, the critical use of multiple threads to complete critical resources contradict visit, work to create threads, threads from work, definitions and setting, the use of multiple threads completed the synchronization and collaboration.
Update : 2008-10-13 Size : 62930 Publisher : chen

DL : 0
winsocket编程 服务器端程序 当服务器端的网络监听功能打开后,便处于实时的监听状态,可即时监听到用户通过socket发来的信息并进行相应的处理,可同时接受多个用户同时连接,并开启多个处理线程。-winsocket programming process server when the server side of the open network monitoring functions, it is a real-time status monitoring, immediately listening to the user through the socket to the information and the corresponding treatment can also accept multiple users simultaneous connections, and open more of threads.
Update : 2008-10-13 Size : 99501 Publisher : 流星剑

DL : 0
一个大型三维机器的界面制作,有多线程,有注册表的写入等-a large three-dimensional machine interfaces, more threads, a registry of such write
Update : 2008-10-13 Size : 166346 Publisher : 徐琳

在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应该是第11个字节上.-the original basis for a change. Thread is on the making of the chat.java a statement. This in this kind jcreate3.x versions can be used. I understand it this way. If we accept the threads on the ch atFrame the case, in the process of running examples chatFrame target, the only one not receiving data before the List, So regardless of the number of data not shown on the forms. maybe it is two. with the return of objects Calendar , Although it is done but the Calendar Object getTime () method returns, the time toStri ng (). getBytes (), the time to preserve the location in the array 10, should be the first on 11 byte.
Update : 2008-10-13 Size : 10572 Publisher : 炸鱼

用Java中的多线程编写的一个贪吃蛇的小游戏,供Java初学者学习Java线程和链表-using Java multi-threading of a small Snake games, for beginners to learn Java and Java threads List
Update : 2008-10-13 Size : 3074 Publisher : 肖辉龙

适合初学者的代码。通过VC实现多线程方式同时进行多项任务-for beginners code. VC through multiple threads simultaneously multiple tasks
Update : 2008-10-13 Size : 30878 Publisher : 杨小云

DL : 0
是一个不错的供想要学习java语言的线程的初级材料-is good for one want to learn the language java threads of primary materials
Update : 2008-10-13 Size : 45249 Publisher : 王彦栋

C# ThreadExample(线程实例) 超简单,看不懂说明你IQ低-ThreadExample C# (threads example) ultra-simple, fail to understand the explanation of your low IQ
Update : 2008-10-13 Size : 1976 Publisher : 胡磊
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.