此包为 hook WSASend源码包,.e格式,需要使用e语言编辑器查看
2021-09-02 14:01:59 171KB 源码包
1
需要apr,apr-util,httpd 安装包
2021-09-02 14:00:13 7KB apache文档
1
package ymq.demo03; import android.app.Activity; import android.os.Bundle; import android.view.*; import android.widget.*; public class demo03 extends Activity { /** Called when the activity is first created. */ String str=""; EditText et; int c=0,flag=0; double b=0.0,g=0.0,f=0.0; View vi; public boolean onCreateOptionsMenu(Menu menu) { // TODO Auto-generated method stub menu.add(0, 1, 1, "退出"); return super.onCreateOptionsMenu(menu); } @Override public boolean onOptionsItemSelected(MenuItem item) { // TODO Auto-generated method stub if(item.getItemId()==1){finish();} return super.onOptionsItemSelected(item); } //计算方法 public double calculater(){ switch(c){ case 0:f=g;break; case 1:f=b+g;break; case 2:f=b-g;break; case 3:f=b*g;break; case 4:f=b/g;break; } b=f; c=0; return f; } @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); //获得按键 final Button number[]=new Button[10]; final Button fuhao[]=new Button[11]; fuhao[0]=(Button)findViewById(R.id.button01); fuhao[1]=(Button)findViewById(R.id.button02); fuhao[2]=(Button)findViewById(R.id.button03); fuhao[3]=(Button)findViewById(R.id.button04); fuhao[4]=(Button)findViewById(R.id.button05); fuhao[5]=(Button)findViewById(R.id.button06); fuhao[6]=(Button)findViewById(R.id.buttonce); fuhao[7]=(Button)findViewById(R.id.buttonc); fuhao[8]=(Button)findViewById(R.id.zheng); fuhao[9]=(Button)findViewById(R.id.kaifang); fuhao[10]=(Button)findViewById(R.id.pingfang); number[0]=(Button)findViewById(R.id.button0); number[1]=(Button)findViewById(R.id.button1); number[2]=(Button)findViewById(R.id.button2); number[3]=(Button)findViewById(R.id.button3); number[4]=(Button)findViewById(R.id.button4); number[5]=(Button)findViewById(R.id.button5); number[6]=(Button)findViewById(R.id.button6); number[7]=(Butto
2021-08-31 17:23:03 4.75MB Android
1
NtyTCP v1.0.0注释 作者 徐昌隆 电子邮件 零,前言 1,NtyTCP介绍 NtyTCP是王博靖前辈开发的单线程用户态TCP / IP协议栈,包含epoll实现代码,服务器案例,并发测试案例。原仓库地址: : 2,本仓库的说明 在工作中,由于要解决很多棘手问题,阅读源代码了解原理是开发人员的必修课。为了记录我的学习过程,并且也为了和他人分享我的成果,本仓库会保存我对NtyTCP的详细的注释,内容会不断地更新。如果我的分享能够帮助大家进步,请告诉我,我会非常开心的。 :smiling_face_with_smiling_eyes:感谢王博靖前辈的开源精神,让我对epoll实现原理有了深刻的理解,在这里对他表示非常的感谢! 一,目录介绍 (后期补充) 二,整体框架 (后期补充) 三,更细日志 1、2019-10-25 最终到今天,初步完成的注释如下: epoll_create()申请_nty_socket的详细过程,红黑树和双向链表初
2021-08-30 21:16:19 505KB 系统开源
1
madplay源码包+安装说明文档 madplay-0.15.2b.tar.gz libmad-0.15.1b.tar.gz,libid3tag-0.15.1b.tar.gz zlib-1.1.4.tar.gz
2021-08-30 20:01:55 1.61MB madplay源码包+安装说明文档
1
包含opencv-4.2.0.tar.gz、opencv-4.2.0.zip、opencv-4.2.0-android-sdk.zip、opencv-4.2.0-docs.zip、opencv-4.2.0-ios-framework.zip、opencv-4.2.0-vc14_vc15.exe
2021-08-29 00:10:10 825.33MB opencv
1
apache-superset-1.3.0最新版本源码包
2021-08-27 19:13:47 98.83MB 数据可视化 BI superset
三星原厂linux源码包android_kernel_2.6.35_smdkv210.tar.bz2,基于s5pv210
2021-08-27 15:43:28 68.85MB linux源码包
1
内含sshpass源码包、sshpass的rpm包、sshpass使用指南
2021-08-26 19:00:38 212KB sshpass
1
vue3.0源码包,跨速帮你学习和巩固vue3.0应用和开发
2021-08-25 18:10:04 4.61MB vue源码 vue3.0源码包