-
个C++ OCX控件可以在你应用程序的窗口上绘制图片。
个C++ OCX控件可以在你应用程序的窗口上绘制图片。-C OCX controls in your application"s window on the drawing pictures.
- 2022-10-20 17:25:03下载
- 积分:1
-
Information on the java quite a courseware books are based on inside knowledge
介绍有关java的资料 课件 相当一本书籍 里面都是很基础的知识-Information on the java quite a courseware books are based on inside knowledge
- 2023-06-09 11:05:03下载
- 积分:1
-
linux下CVS的WEB界面,版本控制软件,linux开发环境
linux下CVS的WEB界面,版本控制软件,linux开发环境-under the CVS Web interface, version control software, Linux Development Environment
- 2022-08-14 01:05:47下载
- 积分:1
-
模拟打印机的打印方式
模拟打印机的打印方式-simulation printers printing
- 2022-07-28 11:51:08下载
- 积分:1
-
USB的RTL代码,FPGA或ASIC
usb rtl code, to fpga or asic
- 2023-01-20 16:30:03下载
- 积分:1
-
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
- 2022-08-22 22:48:11下载
- 积分:1
-
2048游戏实现
本源代码是模仿2048游戏,实现原理自定义view。里面有详细注释。其中有view两种方式,一种是纯数字,另外一种是图片,图片资源需要自己添加上去。本代码仅供参考,若引用,请注明来源。若有更好的实现,请指教。
- 2023-01-18 19:45:03下载
- 积分:1
-
cable, wireless dual mode Eighth Route Army Responder use wireless transceiver c...
有线 无线 双模式八路抢答器 使用无线收发模块 编码解码芯片-cable, wireless dual mode Eighth Route Army Responder use wireless transceiver chip codec
- 2023-05-16 22:15:03下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1
-
清华紫光twain扫描仪编程接口范例
清华紫光twain扫描仪编程接口范例- Qinghua visual purple twain scanner programming connection
model
- 2023-09-06 15:15:03下载
- 积分:1