CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 9-1 9-2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 9-1 9-2 - List
[
Console
]
ICMP
DL : 0
用语言实现的一个ICMP请求和响应程序 使用方法: 1.打开控制台应用程序 2.进入程序目录,在控制台用命令运行程序,格式如下: 应用程序名 主机地址 端口号 比如 icmp.exe 192.9.201.25 8080 端口默认是8080,可以在程序中修改 -Use language to achieve an ICMP request and response procedures for the use of methods: 1. Open the console application 2. To enter the directory, in the console command to run programs using the following form: the application name such as port number, host address icmp.exe 192.9. 201.25 8080 is the default port 8080, you can modify in the proceedings
Date
: 2025-12-25
Size
: 1.55mb
User
:
魏木木
[
Console
]
BigInt
DL : 0
大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficient test binary operators ...
Date
: 2025-12-25
Size
: 2kb
User
:
Harder
[
Console
]
magic_cube
DL : 0
打印奇数阶魔方。N(N为奇数)阶魔方阵是指由1到N*N个自然数构成的N*N方阵,它的每一行、每一列和对角线的各元素之和均相等,3阶魔方阵如下所示: 8 1 6 3 5 7 4 9 2 N阶魔方阵的构造方法为: 首先把1放到顶行的正中间,然后把后续数按顺序放置在右上斜的对角线上,并作如下修改: (1) 当到达顶行时,下一个数放到底行,好像它在顶行的上面; (2) 当到达最右端列时,下一个数放在最左端列,好像它紧靠右端列的右方; (3) 当到达的位置已经填好数时,或到达右上角的位置时,下一个数就放在刚填写数的位置的正下方。 -it is a programming about magic cube.
Date
: 2025-12-25
Size
: 916kb
User
:
灵药
[
Console
]
shuizhunwang_pingcha
DL : 1
本款程序为Visual Studio2008下的C++编写,功能为实现水准网平差。通过已知高程点,各水准路线的观测高差、距离及已知点高程求9个待定高程点高程平差值;以及平差后精度最弱的点及其高程平差值中误差。 -Procedures for Visual Studio2008 this subsection C++ under the written standards for the realization of network adjustment function. By a known elevation point, the standard line of observation height, distance and elevation requirements known points to be determined Elevation Elevation 9 level difference and precision of the weakest points, after adjustment of elevation difference in the error level.
Date
: 2025-12-25
Size
: 1.06mb
User
:
豆豆
[
Console
]
LAMA0.9
DL : 0
计费文件分解用于电信YDN065的计费文件-Accounting file into the billing file for telecommunications YDN065
Date
: 2025-12-25
Size
: 7kb
User
:
张浩然
[
Console
]
SortBasketball
DL : 0
递归方法,实现了篮球排错问题. 题目如下: 请编写程序求解篮球错排问题。已知n个篮子一字排开(n为用户输入的任意正整数) ,从左 到右分别标着号:1,2,... ...,n;每个球也有编号,分别也是1,2,... ...,n。现要将这n 个球全部放入这n个篮子中,满足:每个篮子放置1个球,球的号不能与其所在的篮子的号 相同,且在相邻篮子内的球的球号不能相邻。例如,如果在相邻两个篮子内的球的球号分 别为9和10,则是不允许的。请输出所有符合要求的放球方式(对于每种符合要求的放球方 式,都应输出在每个篮子中的球号)-Recursive method to achieve a basketball troubleshooting problems. Topics are as follows:
Date
: 2025-12-25
Size
: 702kb
User
:
邓国平
[
Console
]
chess-C
DL : 0
该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二平五 则输入7242,回车 计算机回应:马8进7 则屏幕输出79 67 -The project is in Visual Studio.net 2003 Win32 console built under the project (using the other version of the compiler simply create a new Win32 console project, then add all one by one. Cpp file and. H files can be), the purpose is simply to test the engine. Thus the law does not provide the user with the legitimacy of detection, and chess game end processing. Chess mode: the user presses the input point coordinates and end coordinates of the way chess (lower left corner of the board count as (0,0), count as the upper right corner (8,9)) Similarly, the feedback process starting coordinates, end coordinates as a computer party' s move behavior. For example: the user first step to go: shot two level five input 7242, enter the computer responded: Ma 8 into 7-screen output 79 67
Date
: 2025-12-25
Size
: 4.64mb
User
:
haohao
[
Console
]
test2
DL : 0
vector向量容器的介绍, 不指定元素个数 定义一个用来储存10个double类型的元素的向量容器 下标:0~9,每个元素的初值0.0;-Vector vector of the container is introduced, the introduction of vector vector containers, not specified number of elements Define a used to store 10 double type of elements of the vector containers subscript: 0 ~ 9, each element of the initial value 0.0
Date
: 2025-12-25
Size
: 1kb
User
:
willion
[
Console
]
last
DL : 0
排序算法性能分析,包括冒泡排序,快速选择排序,希尔排序,等9种排序算法-Performance analysis of sorting algorithms
Date
: 2025-12-25
Size
: 132kb
User
:
caicai
[
Console
]
equal
DL : 0
find equal set about 1 = 2 , 3=2, 4=3 5 = 9 11= 2 equal set is 1,2,3,4,11 5,9
Date
: 2025-12-25
Size
: 2kb
User
:
jangsungjae
[
Console
]
DesignPattern
DL : 0
《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
Date
: 2025-12-25
Size
: 74kb
User
:
[
Console
]
source
DL : 0
锯齿数组 实现一个“可变长二维数组”,这个二维数组的行数可由输入决定,每行的元素个数仍可由输入决定。每个数组元素值都是1. 执行结果如下: 请输入行数: 5 请输入第1行的元素个数: 20 请输入第2行的元素个数: 34 请输入第3行的元素个数: 17 请输入第4行的元素个数: 9 请输入第5行的元素个数: 25 11111111111111111111 111 111 11 111 111 11111 111111111 111 111 1111 Press any key to continue-Jagged array to a variable-length two-dimensional array, two-dimensional array, the number of rows can be input to determine the number of elements in each row can still be decided by the input. Each array element values are 1. Execution results are as follows: Enter the number of rows: 5 Please enter the number of elements in the line 1: 20 Enter the number of elements in row 2: 34 Please enter the number of elements of 3 lines Please enter the number of elements in the line 4: 17: Enter the number of elements in the 5 rows: 25 11111111111111111111 1111111111111111111111111111111111 11111111111111111 111111111 1111111111111111111111111 Press any key to continue
Date
: 2025-12-25
Size
: 1kb
User
:
aweiwei0000
[
Console
]
2222
DL : 0
自写的VB远控带DDOS功能(DDOS功能勉强)代码写的比较乱、 1、支持远程屏幕查看(不支持鼠标键盘)VB的无DLL远程桌面是硬伤 2、支持键盘记录(可以记录程序窗口信息) 3、支持进程管理 4、支持远程CMD管理 5、支持客户上线播放声音 6、支持自定义分组(中文分组暂不支持) 7、支持动态域名解析、IP地址两种上线方式 8、支持远程文件管理(这块还不是太成熟,老是出问题,待有能力者改善) 9、支持DDOS(支持页面DDOS、IP两种方式) 10、打开网页(可选显示打开或者隐藏打开) 11、文件下载(暂时没写纯框架) 12、互斥对象(防止重复运行) 13、不重复上线 14、配置生成的服务端支持压缩、加壳等常用免杀方法 15、切勿是用于非法用途,作者发布只是用于交流爱好学习! 16、请保留作者版权信息- Since the writing of VB remote control functionality with DDOS ( DDOS function reluctantly ) code more chaos,1, support remote screen view ( not to support the mouse keyboard ) VB without DLL remote desktop is mishap
Date
: 2025-12-25
Size
: 584kb
User
:
哈哈哈
[
Console
]
xianxingbiao
DL : 0
1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 7、 再一次输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建并输出整个链表。 8、 实现上面两个链表的合并,第一个链表在前第二个在后,输出合并后的链表。 9、 使用链表遍历器输出合并后的链表的反序输出。 -1, create a class of linear form. The linear table storage structure using a linked list. 2, complete the table first insert elements, delete the specified element, search the table for a specified element output linked list. 3, the input n non-zero integer as a node element value, the experience 0 for input end (not created element node with the value 0), create a list. The output of the entire list. 4, enter an integer value as the number one element inserted into the table the first position. The output of the entire list. 5 Enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0. Again enter an integer in the linked list search, output its position in the linked list. If it does not exist the output 0. Again input n non-zero integer as a node element values 攠渀挀漀甀渀琀攀爀攀搀 0 represents the input end (created element node with the value 0), to create and output the entire list. 8, to achieve the merger of the above two
Date
: 2025-12-25
Size
: 1kb
User
:
好笑
[
Console
]
Infix-to-suffix-arithmetic-expressio
DL : 0
输入一个中缀算术表达式S,S中的操作数为0到9,只含+,-和*,/运算,也可能含有括号(),运算符的计算顺序和实际四则运算的计算顺序相同. 输出与S等价的后缀表达式-Input an infix arithmetic expressions S, the S operand 0-9, containing only+,-,*,/operator may also contain brackets (), the same order as the operator of the calculation of the order and the actual calculation of the four operationsoutput and S equivalent postfix expression
Date
: 2025-12-25
Size
: 2.4mb
User
:
刘畅
[
Console
]
bestfitted-line
DL : 0
根据所给的点的坐标算出最拟合曲线的公式,并根据原来的x值算出新的y值。并将数据储存到一个data文件-A C++ programme finds the best-fitted straight line to the x and y values, and then writes the original x, y values and the new y values on the line (for each x) to a data file. X: 1.0000 2.0000 3.0000 4.0000 5.0000 6.0000 7.0000 8.0000 9.0000 10.0000 11.0000 12.0000 13.0000 14.0000 15.0000 16.0000 17.0000 18.0000 19.0000 20.0000 Y: 13.3068 15.0928 16.2509 18.6416 23.6987 27.6380 26.1267 28.4638 33.9061 35.6735 36.0599 39.9298 40.6010 40.0202 43.9743 43.4650 45.7730 50.0811 51.1671 52.4696 Hints for
Date
: 2025-12-25
Size
: 1kb
User
:
jason
[
Console
]
ex2
DL : 0
This program is in C + + and it calculates the sum of the geometric progression of n members: 1/3 + 1/9 + 1/27 + ... The number of members of the geometric progression n is entered via the keyboard, while the program should be sufficient number of members n is 0 or a negative number, so if you enter a number such program should print an error message and stop. The result can be accurate to six decimal places.
Date
: 2025-12-25
Size
: 105kb
User
:
A2LJ
[
Console
]
9GongGe
DL : 0
求九宫格遍历个数,四个以上点为有效的手势,类似我们手机中划屏开机的手势-9 GongGe
Date
: 2025-12-25
Size
: 550kb
User
:
Thomas Young
[
Console
]
doublecamera
DL : 0
双目立体标定程序,环境vs2013+opencv2.4.9-Binocular stereo calibration procedures, the environment vs2013+ opencv2.4.9
Date
: 2025-12-25
Size
: 12.34mb
User
:
车车
[
Console
]
9.-Final-project
DL : 0
dafss fuc ke san sak C++, Visual studio, Bank system, ATM, 2012, Login, Users Base, Creating a new user, Withdraw money, simple code.-dafss fuc ke san sak C++, Visual studio, Bank system, ATM, 2012, Login, Users Base, Creating a new user, Withdraw money, simple code.
Date
: 2025-12-25
Size
: 3.14mb
User
:
garibon
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.