-
一个通用的十进制,二进制,十六进制转换器V2.0
A Universal Decimal,Binary,Hex Converter v2.0
- 2022-01-21 23:18:29下载
- 积分:1
-
一个用企业类库访问数据库的简单例子
一个用企业类库访问数据库的简单例子-A class library to access the database using Enterprise simple example
- 2022-01-27 18:40:27下载
- 积分:1
-
glloader source code
glloader source code
- 2022-01-24 13:19:42下载
- 积分:1
-
功能介绍:
1、模板功能,可以导入导出
2、小说收藏,可能收藏当前阅读的章节,并可以更新收藏章节
3、短信功能
4、昵称功能,发书评时只显示昵称...
功能介绍:
1、模板功能,可以导入导出
2、小说收藏,可能收藏当前阅读的章节,并可以更新收藏章节
3、短信功能
4、昵称功能,发书评时只显示昵称,可保护真实帐号
5、发表评论功能
6、前台可以选择自已喜欢风格
7、作家功能
8、自由组合后台权限
9、TXT文本存储,即使1000部小说,数据库也不会超过10M
10、文章生成HTML,占用资源小
11、防WORD编辑器,可以发表图文混排的章节
12、半自动采集功能,可以一键搞定小说采集,小说入库,小说全文生成HTML
13、集成常用的搜索引擎收录功能
14、查询网站收录情况-functional presentations : one, template functions, importing and exporting 2, fiction collection, the current reading may collection of chapters and chapters can be updated collection of three, four SMS features, functions nickname, the only book review show nickname, the protection of five true account, comments function 6, prospects can choose their own style of like seven, eight writers function, the free combination background competence 9, TXT text storage, and even 1000 novel, the database will not exceed 10M 10, the article generated HTML, occupied 11 small resources, editor- WORD, published photo-text of section 12, semi-automatic capture capabilities, a key to get fiction collection, wareh
- 2022-01-26 05:51:54下载
- 积分:1
-
ENHKBD compilation source
ENHKBD汇编源码-ENHKBD compilation source
- 2022-03-04 00:25:59下载
- 积分:1
-
“跑快”是民间流传的一种常见的扑克牌游戏,52张牌为…
“跑得快”是流传于民间的一种常见的扑克牌游戏,52张牌分配给东、南、西、北四家,每家13张,最快出掉手中牌者胜出,所胜点数为其他家手中所剩的牌的张数。出牌组合包括:
(1) 单张,大小排列为 3 4 5 6 7 8 9 10 11(J) 12(Q) 13(K) 1(A) 2
(2) 炸弹,4张同点为炸弹,大点压小点,可压任意组合或单张;
(3) 同花顺,同一种花色,5连张为同花顺,起张大且张数大时压其它同花顺,也可压其它任何顺;
(4) 顺,不同花色,5连张为顺,起张大时压其它顺;
(5) 三同,3张牌同点,大点压小点;
(6) 对,两张牌不同点为对。
根据上述组合,出牌时能压上家时必须压,否则违规,为简单起见,每回合开始时出牌都从北家开始,并按北、西、南、东次序出牌,某轮次最大的一家再出牌。编写程序实现洗牌发牌,并模仿四家进行游戏,最后统计赢家点数。
-"Run fast" is the spread in the private sector a common poker games, 52 cards assigned to the east, south, west, north four, each 13, the fastest card out off the hands of those who win, the victory points for other homes in the hands of the cards the number of sheets remaining. A brand portfolio includes:
(1) leaflets, size of the arrangement for the 3 4 5 6 7 8 9 10 11 (J) 12 (Q) 13 (K) 1 (A) 2
(2) bombs, four bombs with the point, big point pressure dots can be any combination of pressure, or leaflets
(3) with a straight flush, the same color, five even Zhang flush, since Da is lar
- 2022-01-21 02:14:12下载
- 积分:1
-
用于使用xp做为打印服务器,提示会话数过多的问题。
用于使用xp做为打印服务器,提示会话数过多的问题。-For the use of xp as print server, suggesting that the problem of too many conversations.
- 2022-01-31 15:13:10下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
outstanding examples LCD digital display
优秀的液晶数字显示屏示例-outstanding examples LCD digital display
- 2022-04-26 12:26:28下载
- 积分:1
-
发送Email的程序
发送Email的程序-procedures
- 2022-04-30 15:21:19下载
- 积分:1