Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - h.3
Search - h.3 - List
编程步骤: 1, 创建新工程(Win32 Console Application)。 2, 添加如下源文件: List.cpp ?链表类的实现 Operater.cpp ?操作类的实现 Main.cpp ?程序入口 添加如下头文件: List.h ?链表类的头文件 Operater.h ?操作类的头文件 3, 添加代码......... 4, 编译,调试,除错,完成.-Programming steps: 1.Create a new project(Win32 Console Application) 2.Add source codes as following:List.cpp__the implementation of list type Operater.cpp__the implementation of operater type Main.cpp__the start point of the program Then, Add head file as following:List.h__the head file of list type Operater.h__the head file of operater type. 3. Add code......... 4. compile, debug,correct and the finish
Date : 2025-12-16 Size : 1007kb User : 李楠

哈尔滨工业大学ACM 竞赛网上在线试题集锦,对你的编程能力的提高一定有很大帮助-Harbin Industrial University ACM Online Collection of questions, and for your ability to improve programming be of much help
Date : 2025-12-16 Size : 3.11mb User : 陈万通

数据结构所有实验\02824523 .cpp 数据结构所有实验\02824523 .ds w 数据结构所有实验\02824523 .ncb 数据结构所有实验\02824523\02824523.opt 数据结构所有实验\02824523\02824523.plg 数据结构所有实验\02824523\Debug 数据结构所有实验\02824523\ReadMe.txt 数据结构所有实验\02824523\StdAfx.cpp 数据结构所有实验\02824523\StdAfx.h 数据结构所有实验\02824523Wanglili -all experimental data structure \ 02824523 .cpp all data structure Experimental \ 02824523 .dsp all experimental data structure \ 0282452 3 \ 02824523.dsw all experimental data structure \ 02824523 . NCB all experimental data structure \ 02824523 .opt all data structure Experimental \ 02824523 .plg all experimental data structure \ 0282452 3 \ Debug all experimental data structure \ 02824523 \ ReadMe.txt file data structure there experimental \ 02824523 \ StdAfx.cpp all experimental data structure \ 02824523 \ StdAfx.h all experimental data structure \ 02824523Wang
Date : 2025-12-16 Size : 6kb User : 周文强

日期处理。1.统计天数;2.推派日期;3.确定天数;4.星期几;5.安排会议-The date of treatment. 1. Statistics the number of days 2. Push the send date 3. To determine the number of days 4. Day of the week 5. Arranging meetings
Date : 2025-12-16 Size : 148kb User : renqiang

Visual Basic 语言参考-函数速查〖2002年第一版〗   制作这个软件大概花费了一周的时间,制作的动机仅仅是方便自已使用,而且软件的内容全部收集自网络及Visual Basic软件本身的相关内容,而本人进行稍作修改,增加了相应范例代码。如果您觉得有用,您完全可以自由引用,希望对你有用,感谢您的使用! 软件名称:Visual Basic 语言参考-函数速查 〖2002年第1版〗 制作日期:2002年8月12日——2002年8月18日 软件制作:G·H·Studio 版权共享,任何人不得用于商业行为! -Visual Basic Language Reference- Functions Info 〖2002〗 produced the first edition of the software about a week to spend time, produced only motivation is to facilitate their use, and software content of all collected from the network and Visual Basic software itself relevant content , and I conducted with some slight modifications, an increase of the corresponding sample code. If you find it useful, you can be freely quoted, in the hope that useful to you, thank you for your use! Software Name: Visual Basic Language Reference- Functions Info 〖2002〗 production version 1 Date: 2002 8 12- August 18, 2002 software: G H Studio copyright sharing, no person shall used for commercial activities!
Date : 2025-12-16 Size : 499kb User :

#define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b
Date : 2025-12-16 Size : 58kb User : wuziyang

用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interface for PC communication procedures, could be the next-bit machine USB interface data transmission to the PC machine and processed. Each data transmission are PC initiative, the first host computer to send the command (to borrow DEMO program version number part), the next-bit machine READ_VERSION received orders on the transmission of 64 bytes of data to the host computer, and start running, each time I send to Send frames plus 1, the time and number of frames sent to the host computer for easy observation upper 64 bytes of data received on the given machine to send the next bit READ_VERSION command, repeat 1000 times, test takes about 31 seconds. 64-byte: the first 2,3-byte frame is sent, 61 bytes is the communication time (S)
Date : 2025-12-16 Size : 670kb User : huming

H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
Date : 2025-12-16 Size : 3.69mb User : zhangjing

一个小游戏测试你食指和中指交替按动鼠标左右键的最高频率(提示:用一个变量记录最近一次按动的是左键还是右键,如果连续两次都是左键或者都是右键,则忽略后一次,只有当交替按下了左键和右键时,才计算一个轮次,用一个变量记录轮次的个数。 设定五秒钟为一个测试时间,当时间到时,则显示出在这段时间内轮次的个数) 1.在以上基础上,增加菜单。用以控制游戏的操作 O. 操作(Operate) S. 开始(Start) T. 设置时间(Set Timer) D. 显示最高记录(Display score) Q. 退出(Quit) H. 帮助(Help) 2.(快速键功能) 在作业六的基础上,增加快速键。用以控制游戏的操作 O. 操作(Operate Ctrl+Q) S. 开始(Start Ctrl+S) T. 设置时间(Set Timer Ctrl+T) D. 显示最高记录(Display score Ctrl+D) Q. 退出(Quit Ctrl+Q) H. 帮助(Help Alt+H) 3. (增加控件) 增加控件。用以控制游戏的操作 下推按钮 "开始" 下推按钮 "设置时间" 下推按钮 "退出" 静态文本 "最高记录" 静态文本 "当前记录" 4. (滚动条功能) 增加滚动栏控件。用以设置时间的秒数,当滚动栏向左或向下,时间秒数减少,反之,向右或向上,时间秒数增加,时间最大20秒,最小3秒。 -err
Date : 2025-12-16 Size : 1.91mb User : 阿刀侠

关于碰撞检测的源程序,使用AABB包围盒。-Collision Detection on the source, the use of AABB bounding box.
Date : 2025-12-16 Size : 804kb User : Steve zhao

1.sdk的库在lib里面 2.sdk的头文件在include里面,接口请参考server.h 3.sdk的demo code在IPServerDemo中 目前工程为vc2003.-1.sdk library in the lib inside 2.sdk documents include the first inside, interface server.h 3.sdk please refer to the demo code in IPServerDemo currently works for vc2003.
Date : 2025-12-16 Size : 683kb User : 肖坤洋

H.M.Deitel, P.J.Deitel - C++ How to Program. 5th edition. 2005-H.M.Deitel, P.J.Deitel- C++ How to Program. 5th edition. 2005
Date : 2025-12-16 Size : 10.2mb User : seleciii44

KTA software JM11KTA2.3 h265最新代码2009年6月3日更新-KTA software JM11KTA2.4
Date : 2025-12-16 Size : 1.34mb User : 董志

c所有函数速查日记,对于新手来说是一份很好的学习资料-#include <stdio.h> #include <stdlib.h> int main(void) { printf("Calling abort()\n") abort() return 0 /* This is never reached*/ }
Date : 2025-12-16 Size : 89kb User : 李智军

1. BCB建立lib,在命令提示字元下執行: implib -a fftw3-3.lib libfftw3-3.dll implib -a fftw3f-3.lib libfftw3f-3.dll implib -a fftw3l-3.lib libfftw3l-3.dll VC則 2.將 *.dll 複製到 c:\windows\system32 3.將fftw*.lib 加入專案 4.專案#include "fftw3.h"-FFT
Date : 2025-12-16 Size : 1.44mb User : chin

Crypto++的文档,虽然不是很全,但是其中有简单的调用该类库的方法实例。-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, Weak1::MD2, Weak1::MD4, Weak1::MD5 Non-Cryptographic Checksums CRC32, Adler32 Message Authentication Codes VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC) Random Number Generators NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG Password-based Cryptography PasswordBasedKeyDerivationFunction Public Key Cryptosystems DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES Public Key Signature Schemes DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN Key Agreement DH, DH2, MQV, ECDH, ECMQV, XTR_DH Algebraic Structures Integer, PolynomialMod2, PolynomialOver, RingOfPolynomialsOver, ModularArithmetic, MontgomeryRepresentati
Date : 2025-12-16 Size : 78kb User : 沧海

#include<reg51.h> #include<absacc.h> #include<stdio.h> #include<math.h> #define uchar unsigned char #define uint unsigned int sbit P00=P0^0 sbit P01=P0^1 sbit P02=P0^2 sbit P03=P0^3 sbit P04=P0^4 sbit P05=P0^5 sbit P06=P0^6 sbit P07=P0^7
Date : 2025-12-16 Size : 2kb User : Tnavy

#include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer unsigned char code buf1 []={1,3,5,7,9,10,11,12} /* 发送缓冲区(记录八个小于等于255的数据) */ unsigned char buf2 [8] /* 接收缓冲区(接收8个小于等于255的数据) */ -#include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer unsigned char code buf1 []={1,3,5,7,9,10,11,12} /* 发送缓冲区(记录八个小于等于255的数据)*/ unsigned char buf2 [8] /* 接收缓冲区(接收8个小于等于255的数据)*/
Date : 2025-12-16 Size : 3kb User : Tnavy

一、3.0版本的新功能 2 二、已经完成和未完成的工作 3 三、程序的体系结构 5 四、开发中使用第三方库的说明 8 五、一般的常见问题 10 六、涉及到的代理服务器编程 13 七、公式平台的开发 18 八、指标的读取和指标的结构 20 -alantop.5166.info
Date : 2025-12-16 Size : 5.89mb User : 邵国君

the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is required! The other parameters is optional. test.h264 : is a h.264 stream file according with annex B of h.264. -o test.yuv : is a file for saving YUV, if not give this parameter, you can get the actual performance of our decoder. -deinterlace : means the deinterlace process will be done by the decorder -direct : is the fast decorder mode -enhance num : means do the enhance process. The num is the coefficient, scope is [0,128]. But the scope [30, 50] is recommended.-the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is required! The other parameters is optional. test.h264 : is a h.264 stream file according with annex B of h.264. -o test.yuv : is a file for saving YUV, if not give this parameter, you can get the actual performance of our decoder. -deinterlace : means the deinterlace process will be done by the decorder -direct : is the fast decorder mode -enhance num : means do the enhance process. The num is the coefficient, scope is [0,128]. But the scope [30, 50] is recommended.
Date : 2025-12-16 Size : 385kb User : endy
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.