登录
首页 » Java » TransactionService

TransactionService

于 2013-12-19 发布 文件大小:7KB
0 191
下载积分: 1 下载次数: 1

代码说明:

  Transaction Service extends Service implements Observer Source Code for Andriod.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CUDA_Encryption-master
    改进的RSA算法CUDA优化实现,C语言(Improved RSA algorithm CUDA optimization implementation, C language)
    2018-04-02 17:27:29下载
    积分:1
  • c++_program_art
    清华大学出版 c++编程艺术 讲解如何高效c++编程。 好书!(err)
    2007-12-28 19:06:40下载
    积分:1
  • MultiThreadWrite_with_GualforCSDN
    多线程写图像文件的一点小测试(Boost + Gual) . 对此工程讲解请参考我的博客: http://blog.csdn.net/chenyujing1234/article/details/7694201(Multiple threads to write a little test of image files (Boost+ Gual).)
    2012-07-10 10:44:37下载
    积分:1
  • 成绩系统.cpp
    本程序可用时输入学生序号学号成绩并进行查找(import the number, student ID numbers and scores, available to search.)
    2020-06-23 11:20:01下载
    积分:1
  • bootstrapTable
    一些bootstrap的一些简单例子,用于树形结构和网格生成(Some simple examples of bootstrap are used for tree structure and mesh generation)
    2017-07-13 11:20:06下载
    积分:1
  • 关于层服务提供商(LSP)的komodia。
    About Layer Service Providers (LSP) by Komodia.
    2022-04-28 08:01:26下载
    积分:1
  • man
    编写一个接口ICaculatable 接口中有一个doCaculte()方法 要求三个类BlackMan WhiteMan YellowMan实现这个方法 BlackMan 实现从控制台输入5个数 排序(正排)输出 WhiteMan 实现从控制台输入5个数 排序(倒排) YellowMan 实现从控制台输入5个数 计算总和 输出 写出一个测试类来测试以上类的功能。 测试类中要有void solveProblem(ICaculatable obj)方法进行测试 要求以上类在不同的包当中。(The preparation of an interface, there is a ICaculatable interface doCaculte () method requires three types of BlackMan WhiteMan YellowMan method to achieve this BlackMan input from the console 5, the number of sort (being ranked) output from the console WhiteMan enter the number 5 ranking (inverted ) YellowMan input from the console 5, the number of calculation of the sum of the output type to write a test to test the functions of the above categories. Test category must be void solveProblem (ICaculatable obj) method of the above testing requirements in different types of packages were.)
    2009-05-16 22:17:27下载
    积分:1
  • ShowPass
    用c++编写的星号密码查看器,在vc6.0+xp sp2下调试通过(Prepared using c++ asterisk password viewer, in the vc6.0+ xp sp2 to debug through the)
    2009-10-16 09:53:26下载
    积分:1
  • 图书馆系统1
    采用vc语言编写,完成了图书馆里系统的借书和储存。(Written in VC language, the system has borrowed and stored books in the library.)
    2018-08-27 08:41:54下载
    积分:1
  • 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
    计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
    2022-01-26 06:39:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载