CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Hunt 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Hunt 1 - List
[
Communication
]
MatrixHost
DL : 0
矩阵主机控制程序,利用键盘钩子猎取键盘事件,根据事件将控制指令发送到矩阵主机-Matrix mainframe control procedures, the use of a keyboard hook to hunt keyboard, the incident will be controlled under the instructions sent to the host matrix
Update
: 2025-02-17
Size
: 833kb
Publisher
:
王征
[
WEB Code
]
hunt-job
DL : 0
云南猎才网,目前所使用的人才系统。 算不上好,不过大家可以研究研究。-Yunnan hunting only network currently used in the personnel system. Not a good one, but we can studies.
Update
: 2025-02-17
Size
: 5.35mb
Publisher
:
李昱
[
Internet-Network
]
hunt-1.0.tar
DL : 0
linux或unix下回话劫持工具,源socket编程-Under linux or unix return a hijacked tools, source socket programming
Update
: 2025-02-17
Size
: 64kb
Publisher
:
王杰涛
[
Scanner
]
hunt-1[1].5
DL : 0
多线程端口扫描,端口管理,能够检测外来报文的一些情况。-Multi-threaded port scan, port management, able to detect alien messages with some of the situations.
Update
: 2025-02-17
Size
: 97kb
Publisher
:
caojun
[
Other Riddle games
]
Fruits_Basket
DL : 0
水果篮子同人游戏:猫抓老鼠(夹和由希) 夹如果可以躲过狗先生的追捕,抓到老鼠,就算获胜。-Fruit son of my colleagues in the game: cat抓老鼠(folders and from Greek) folder If you can hunt for escaped Mr. dog, it catches mice, even the winner.
Update
: 2025-02-17
Size
: 12.97mb
Publisher
:
似由
[
Other
]
Algorithms
DL : 0
有关算法设计与分析的几个小程序(查找与替换问题、炒饭问题、寻宝问题等)-Algorithm design and analysis of the number of small procedures (search and replace question, fried rice issue, the issue of treasure hunt, etc.)
Update
: 2025-02-17
Size
: 1.66mb
Publisher
:
tt
[
CSharp
]
cat
DL : 0
一个生动形象的面向对象编程例子. 加菲猫捕鼠记-A vivid example of object-oriented programming. Garfield Mouse Hunt
Update
: 2025-02-17
Size
: 41kb
Publisher
:
jimmy
[
AI-NN-PR
]
Robot
DL : 0
该程序实现两个机器人在一个二维网格中的自动追捕。通过方向键手动控制机器人A走步,机器人B根据设定的追捕或逃避方式自动对机器人A进行追捕或逃避。-The realization of the program two robots in a two-dimensional grid automatically hunt. Manual control through the arrow keys A walking robot, robot B in accordance with the pursuit or escape set automatically to the robot A, or to escape pursuit.
Update
: 2025-02-17
Size
: 481kb
Publisher
:
赵玉芳
[
Windows Develop
]
keyboard
DL : 0
The Hunt and Peck Keyboard sports an alternative layout, one that has the letters arranged alphabetically. You can toggle between the traditional QWERTY layout and the “logical” ABCDE layout with -The Hunt and Peck Keyboard sports an alternative layout, one that has the letters arranged alphabetically. You can toggle between the traditional QWERTY layout and the “logical” ABCDE layout with ..
Update
: 2025-02-17
Size
: 17kb
Publisher
:
koo dong hyun
[
Windows Develop
]
Edit
DL : 0
The Hunt and Peck Keyboard sports an alternative layout, one that has the letters arranged alphabetically. You can toggle between the traditional QWERTY layout and the “logical” ABCDE layout with -The Hunt and Peck Keyboard sports an alternative layout, one that has the letters arranged alphabetically. You can toggle between the traditional QWERTY layout and the “logical” ABCDE layout with ..
Update
: 2025-02-17
Size
: 6kb
Publisher
:
koo dong hyun
[
Internet-Network
]
hunt-1.5
DL : 0
很好,很强大的工具,真佩服作者的程序水平。-Very good, very powerful tool, really admire the level of the procedure.
Update
: 2025-02-17
Size
: 120kb
Publisher
:
朱古力
[
Graph Drawing
]
ad
DL : 0
C2:插值 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (POLINT) 2 rational function interpolation (RATINT) 3 Cubic Spline Interpolation (SPLINE (second derivative value)-> SPLINT (function value)) 4 sorted list of search method (LOCATE ( dichotomy), HUNT (correlation method)) 5 interpolation polynomial (POLCOE (n2), POLCOF (n3)) 6 dual Lagrange interpolation (POLIN2) 7 bicubic spline interpolation (SPLIE2)
Update
: 2025-02-17
Size
: 31kb
Publisher
:
王斌
[
Books
]
xunbao
DL : 0
寻宝问题:给定袋子的容积和每个金块的体积,请你算出最多能带走金块的体积-Treasure hunt question: given the bag' s volume and the volume of each gold, you calculate the volume up to take away gold
Update
: 2025-02-17
Size
: 13kb
Publisher
:
黄琪
[
Windows Develop
]
MDIFrameBackground
DL : 0
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
Update
: 2025-02-17
Size
: 49kb
Publisher
:
kamalraj.s
[
WEB Code
]
Development_implementation_of_programming_asp_clas
DL : 0
asp编程开发实现木马追捕经典代码Development and implementation of programming asp classic code Trojan hunt-Development and implementation of programming asp classic code Trojan hunt
Update
: 2025-02-17
Size
: 4kb
Publisher
:
dabo
[
J2ME
]
J2me.mobile.hunt.code
DL : 0
J2me编程手机游戏捉鬼源代码J2me mobile game hunt programming source code -J2me mobile game hunt programming source code
Update
: 2025-02-17
Size
: 343kb
Publisher
:
rxx
[
Other Games
]
Example26
DL : 0
是一个寻宝游戏的源代码,游戏者参加游戏,根据提示寻找宝藏-Is a treasure hunt game' s source code, players participate in the game, follow the prompts to find the treasure
Update
: 2025-02-17
Size
: 130kb
Publisher
:
wangdan
[
Other Games
]
200411271558294065
DL : 0
扑灭虫子 叫你则么用C++开发一个打虫子的小游戏-bug hunt
Update
: 2025-02-17
Size
: 161kb
Publisher
:
benjamin
[
source in ebook
]
Bug-Hunt
DL : 0
C++课程设计 此课程设计主要用于计算机专业以及电子信息等相关专业的课程设计 此源代码为小游戏-C++ course design
Update
: 2025-02-17
Size
: 23kb
Publisher
:
jingao
[
Other Riddle games
]
sweepmine
DL : 0
实现windows平台的经典扫雷游戏,可以改成寻宝等游戏。-Windows platform to achieve the classic Minesweeper game, you can change the treasure hunt and other games.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
fujian
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.