搜索资源列表
2003919548009
- 这是一个药店连锁系统,1 本软件可用于商业用途,但是要email给我 dhlbbs@163.net 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据
c_and_java
- 演示win32的socket 通讯 八皇后的改进算法 并发Concurrency的JAVA实现 applet演示鼠标的点击时间和显示图象 手机J2ME的多线程演示-demonstration of the socket 8 Queen's communications improved algorithm with Concurrency JAVA applet demonstration mouse clicks and the time to display ima
shoper
- 1 本软件可用于商业用途,但是要email给我 wwei168@sohu.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sq
os1-TheYalnixShell
- · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to applicatio
48410
- This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which s
drugstoremanage
- 不足 1。无并发控制。多客户端操作容易出错, 2。无社保购药接口,无ic卡,扫描仪接口,出款方式简单,不支持欠帐 3。数据库设计不太理想 4,库存采用加权移动平均法,用先入先出法更合理, 5。程序有些处理方法采用了非正常手段,不易维护 6。报表没有采用票据打印机, 7。统计功能还要完善 8。所在与库存操作都采用一个tcr(tdataset)不合理, 9。没有处理药品折扣-less than one. No concurrency contro
seda
- The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performa
b048008
- 本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content
Database-concurrency
- 数据库的并发操作 java,jdbc,数据库,数据库并发操作,连接数据库 -Database concurrency !
Concurrency-Control
- 介绍了一种基于数据多映像的并发控制协议,从而大大提高事物执行的并发度,更好的满足实时事物的截止期。-Introduced a multi-image based on data concurrency control protocol, thus greatly improving the implementation of the concurrency of things, better things to meet the real-time deadline.
concurrency
- 数据库设计,Sql server 2000,的并发性控制,为数据库学习提供资源-Database Design, Sql server 2000, the concurrency control, to provide resources for the database to learn
CPP-Concurrency-in-Action
- 中文名: C++ Concurrency 实战 作者: 安东尼·威廉姆斯 Anthony Williams-With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much greater
Database-concurrency-control
- 国家精品课程,主要讲述了数据库的并发控制,内容为:(1)并发操作带来的数据为一致,(2)并发控制的主要技术——封锁 (3)封锁协议 (4)死锁和活锁-National quality courses, mainly about database concurrency control: (1) concurrent operation to bring the data is consistent, and (2) concurrency control technology- the bloc
Java Concurrency method
- Several method to deal with concurrency problems.
Stephen-Cleary-Concurrency-in-CSharp-Cookbook-(20
- Stephen Cleary Concurrency in C# Cookbook (2014)
Swift_Concurrency_Operation
- Swift concurrency operation
Swift_Concurrency_Async_Operation
- Swift concurrency gcd
java-concurrency编程内部分享
- java-concurrency编程内部分享ppt(java-concurrency ppt)
1 Concurrency in Go
- Go 语言中的递归方法,erlang类似(Go lang concurrency method which similar to erlang)
C++并发编程实战
- 本书是基于C++11新标准的并发和多线程编程深度指南(C++ Concurrency in Action)