搜索资源列表
TsRemux.rar
- C#写的TS流再复用程序,对TS流重新生成,可以选择TS流中指定的节目重新复用。,C# written in TS stream re-multiplexing procedure, right TS stream re-generate, you can choose the programs specified in TS stream re-multiplexing.
lab
- 用c语言实现复化Simpson积分,和复化梯形积分的通用程序,其中题目的具体要求见文件夹中的pdf文档-Re-oriented with the c language implementation Simpson points, and re-integration of the general program of trapezoidal
inv
- 求复矩阵逆的程序,比较好用。欢迎大家下载~-Inverse matrix for the process, more useful. Welcome to download ~
SocketPortReuseMethod
- 在C#中实现Socket端口复用,可以实现一个端口建立多个Socket连接。-Socket in C# to implement the port multiplexing, you can create multiple ports to achieve a Socket connection.
Shjttz.GJJD(0913)
- 典型的三层架构,很方便复用,也很方便学习-A typical three-tier structure, it is easy reuse, it is very easy to learn
tongyongkongjian
- C#写的一个通用控件,通过读取数据库动态创建按钮实现对数据库的增加,删除,更新!具有通用性,是一个编译为dll的组件,可以复用!-C# to write a generic control, dynamically create button by reading the database to achieve the database to add, delete, update! Is universal, is a compilation of components for the dll
PortReuse
- c#UDP实验端口复用。。实验成功。。。有需要的下-c# UDP PortReuse code
dllmuma
- DLL在程序编制中可作出巨大贡献,它提供了具共性代码的复用能力。但是,正如一门高深的武学,若被掌握在正义之侠的手上,便可助其仗义江湖;但若被掌握在邪恶之徒的手上,则必然在江湖上掀起腥风血雨。DLL正是一种这样的武学。DLL一旦染上了魔性,就不再是正常的DLL程序,而是DLL木马,一种恶贯满盈的病毒,令特洛伊一夜之间国破家亡-DLL in the program can make a significant contribution to the establishment, which prov
ComboBox
- [COMBOBOXDataGridView.rar] - 带有Combox的GridView控件(WinForm),不用自己费劲写了 [COMBOBOXEx1.rar] - COMBOBOXEX+ImageList实现组合框中加载图片 [NET.report.rar] - net report 开发组件,自定义开发报表 [checkcombo.rar] - 组合框的下拉列表包含复选框,即可以在一个组合框里动态选择多个表项。 [GraphicsEditSystem.rar]
Improved-Genetic-Algorithm
- 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
IStandard
- 接口及其对象的定义,利用项目实例阐述二者关系,具有参考价值,可复用。-Interface and its definition of the object, using examples of projects described the relationship between the two, with a reference value, and reusable.
LanZhaoCommonLib
- 命令处理类,包括接口类和抽象类的定义,用于大型系统中菜单、按钮等动作对象的绑定类,代码来自于项目实践,具有复用性。-Command processing categories, including the definition of the interface classes and abstract classes for the binding of the large system menus, buttons, actions such as object class code from
Multiplexing-server
- 掌握基于select的多路复用程序基本流程 掌握套接字队列的管理方法 掌握基本的套接字状态处理方法 -Based on the master select multiplexed program basic process Master socket queue management methods Have basic knowledge of the socket state processing method
Jam-with-the-jam
- 1、 体会非阻塞套接字的非阻塞效果; 2、 体会阻塞套接字对多路复用流程的影响; 3、 体会select中设置超时时间对系统性能的影响,(在selelct中设置超时时间实际上是进入一种既不是完全阻塞,又不是持续空转的“半阻塞”状态); 4、 掌握阻塞套接字和非阻塞套接字不同情况下的程序设计思想。 -1, and understand the obstruction of the socket of blocking effect 2, realize the jam soc
changemousekey
- C#切换鼠标左右键,简单的C#鼠标键配置程序,可以选择切换主要和将要的按钮,主要用于选择些复选框来将右按钮设成用于主要功能如选择和拖放之用-C# to switch left and right mouse button, a simple C# mouse button configuration program, you can choose to switch the primary and the buttons will be mainly used to select these
XPTable
- XPTable 是一个很好用的数据表格控件,可以高度自定义的ListView控件,允许列复选框、图标、下拉框、数字框、进度条等。-XPTable is a good use of the data grid control, can be highly customized ListView control, check the Allow column, icons, drop-down boxes, digital boxes, progress bars.
67857645345
- 解除鼠标屏蔽的快捷键为:F10,用到了一个鼠标钩子函数MouseHook.cs,勾选窗口的对应复选框,里面有三个选项,屏蔽左键、右键和鼠标滚轮,点击操作栏内的“确定”按钮,功能即可启动,以前发过实现类似功能的C#代码,有兴趣的找一找,比较二者的异同。 ,作者拥有版权,仅供学习与参考。-Remove shortcut key mouse shield: F10, used a mouse hook function MouseHook.cs, the corresponding check c
retired-person-management-system
- 在ASP.NET实现的高校离退休人员管理系统 ,是一个网站,需要搭建SQL server数据库 里面的实现的几个功能可以再类似的网站里复用-Colleges and universities for the retired personnel management system
DMX512
- void DMX_SendPacket(void) //发送DMX512数据 { //配置为普通IO pDMX_buf = 0 发送起始码 00 GPIO_Tx_Config(0) //设置发送的引脚为普通IO PA2 = 0 //输出低电平 delay_us(150) //延时150us PA2 = 1 //输出高电平 delay_us(13) //延时13us GPIO_Tx_Config(1) //设置发送的引脚为复用IO //USAR
chapter12
- MIMO系统仿真,包括空时分组码,空分复用和BLAST结构-MIMO system simulink