联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(19) 
按平台查找All C/C++(19) 

[汇编语言] 新建文件夹

用于阈值小波降噪的程序,先给图像加随机噪声,然后通过阈值小波降噪,实现对图像的降噪过程
For threshold wavelet denoising procedures, first add random noise to the image, and then through the threshold wavelet denoising, to achieve the image denoising process (2021-03-23, C/C++, 16KB, 下载0次)

http://www.pudn.com/Download/item/id/1616464061118227.html

[汇编语言] 4位计数器

4位计数器。加、减、复位、长按累加、长按累减
4-bit counter. Add, subtract, reset, long press accumulation, long press subtraction (2020-03-28, C/C++, 199KB, 下载0次)

http://www.pudn.com/Download/item/id/1585360892891932.html

[汇编语言] 分享用C语言写壳程序和加壳源码--技术逐步提高

pe文件线性反馈移位寄存器的长度。检验的目的是判定序列的复杂程度是否达到可视为是随机序列的程度。随机序列的特点是有较长的线性反馈移位寄存器。
pe fileAndrew Rukhin, Juan Soto, James Nechvatal, Miles Smid, Elaine Barker, Stefan Leigh, Mark Levenson, Mark Vangel, David Banks,Alan Heckert, James Dray, San Vo (2019-03-25, C/C++, 1033KB, 下载3次)

http://www.pudn.com/Download/item/id/1553525614993100.html

[汇编语言] peid0.95_en

PEiD几乎可以侦测出所有的壳,其数量已超过470 种PE 文档 的加壳类型和签名。PEiD能检测大多数编译语言.、病毒和加密的壳,它主要利用查特征串搜索来完成识别工作的,各种开发语言都有固定的启动代码部分,利用这点可识别是何种语言编译的,被加壳程序处理过的程序,在壳里会留下相关加壳软件的信息,利用这点就可识别是保种壳所加密的,它提供了一个扩展接口文件userdb.txt ,用启可以自定义一些特征码,这样可以识别出新的文件类型,签名的制作可以用插件Add Signature来完成!
PEiD can detect almost all shells, and the number of shells is more than 470 kinds of PE documents. PEiD can detect most compiling languages, viruses, and encrypted shells, which mainly use Chad sign string search to complete recognition work. All kinds of development languages have fixed start code parts, which can be used to identify what language is compiled, the process has been processed by the shell program, and the shell software will be left in the shell. Information, using this point, can be identified as encrypted with a seed preserving shell, which provides an extended interface file userdb.txt, which can be used to customize some feature codes, so that new file types can be identified. The production of the signature can be done with the plug-in Add Signature. (2018-06-05, C/C++, 391KB, 下载1次)

http://www.pudn.com/Download/item/id/1528185049739207.html

[汇编语言] automatic cellular

一维元胞自动机的实现。假定一维元胞自动机的其中某个规则,时空图L=100,初值取Xi0=1(i=50) Xi0=0(i≠50)用白色表示0状态,用黑色表示1状态。 对给定规则,演化100时间步的C语言实现
Realization of One Dimensional Cellular Automata. Suppose one of the rules of a one-dimensional cellular automata, the space-time map L = 100. The 0 state is represented in white and the 1 state is shown in black. For a given rule, evolve 100 time steps in C language (2018-02-10, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1518227138891831.html

[汇编语言] day2

基本的概念说明 上面的代码在制作基于2D的游戏时检查单位之间的冲突(例如友军飞机和敌方导弹)时非常有用。 这个代码的基本原理是使用中心距和两个圆的半径之和。 两个圆的中心距离可以用毕达哥拉斯定理求出,如果两个圆的半径之和大于这个中心距,那么这个物体就被认为是相撞的(如果不知道的话,可见图示说明)
Basic concept description The code above is useful for checking conflicts between units (such as friendly planes and enemy missiles) when making 2D-based games. The basic principle of this code is to use the center distance and the sum of the radii of two circles. The distance between the centers of the two circles can be found by the Pythagorean theorem. If the sum of the radii of the two circles is greater than the center distance, the object is considered as a collision (If you do not know, you can see the illustrations) (2018-01-06, C/C++, 62KB, 下载1次)

http://www.pudn.com/Download/item/id/1515233069108987.html

[汇编语言] NativeBayes

朴素贝叶斯垃圾邮件分类器,好歹哦后期维护阿里斯顿啊两千万
Naive Bayes spam classifier (2017-11-22, C/C++, 11KB, 下载2次)

http://www.pudn.com/Download/item/id/1511340584386096.html

[汇编语言] fangkuai

C语言编写的俄罗斯方块程序,可用单片机运行,也可软件仿真
Tetris C language program, available on the SCM run software simulation (2013-05-01, C/C++, 359KB, 下载3次)

http://www.pudn.com/Download/item/id/2224087.html

[汇编语言] msp430-Assembly-instruction-sheet

MSP430所有汇编指令描述,已加标签,方便大家查阅,希望对大家有用。
The MSP430 assembler instruction description, tag, easier access, the hope that useful. (2013-04-28, C/C++, 400KB, 下载7次)

http://www.pudn.com/Download/item/id/2220436.html

[汇编语言] mul

汇编语言计算ECC-192域的椭圆曲线的点乘运算 采用代码完全拆分的乘法及平方,宽度为5的窗口NAF,混合坐标点加。速度很快
Assembly language computing ECC-192 field s elliptic curve point multiplication using code-splitting multiplication and square, 5-NAF, mixed coordinates adding. Fast (2011-08-14, C/C++, 4KB, 下载11次)

http://www.pudn.com/Download/item/id/1622029.html

[汇编语言] cpml.cpp.txt

pml边界的3维fdtd程序,计算电磁波
3-D FDTD code with CPML absorbing boundary conditions (2011-05-25, C/C++, 8KB, 下载11次)

http://www.pudn.com/Download/item/id/1546926.html

[汇编语言] Hacker_Disassemble

黑客反汇编揭秘(第二版),卡巴斯基所著的经典的反汇编教程第二版,版面相当清晰。对反汇编感兴趣的同志们都来看看。
The classic disassemble book(2nd. edition) (2011-03-23, C/C++, 56059KB, 下载163次)

http://www.pudn.com/Download/item/id/1465185.html

[汇编语言] c2asm

巴基斯坦Karachi大学计算机科学系学生 M Owais Khan Afridi完成的编译原理课程实验,将C语言的一个子集编译为汇编语言。
Pakistan Karachi University, Department of Computer Science students completed M Owais Khan Afridi compiler theory course experiment, the C language, a subset of the compiled assembly language. (2010-04-24, C/C++, 183KB, 下载4次)

http://www.pudn.com/Download/item/id/1141171.html

[汇编语言] asasd

网上关于 俄罗斯方块的算法很所,但是我觉得,他们的算法不容易理解,但是我的算法,比较简单,容易理解,就是计算量大点,但是今天的计算机硬件高速发展,这都已经不是关键问题了!! 绝对原创,包含源码,仿真图,不下后悔!!!!!!!!!!
Online on the Tetris algorithm is by, but I feel that their algorithm is not easy to understand, but my algorithm is relatively simple, easy to understand, even for a large quantity of points, but today' s rapid development of computer hardware, which have not The key problem! ! Absolutely original, contains the source code, simulation map, no fewer than regret it !!!!!!!!!! (2010-01-28, C/C++, 10891KB, 下载3次)

http://www.pudn.com/Download/item/id/1053571.html

[汇编语言] 64x64LED

16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理
16-character dot matrix LED screen+ DS1302 electronic bell C 1-pin+5 V 2,3 received crystal 32768HZ feet 4 feet 5 feet grounding the S51 then take P02 6 feet of the S51 the S51 then P01 7 pin P00 8 back-up power supply, can access the old computer' s motherboard of 3.6V batteries, can also be isolated by one diode large-capacity electrolytic capacitor voltage in the 2.5V to the maintenance of more than 595 company-output data, 138 firms P1_0 drive mode conversion key for the clock, P2_1 to Clock plus key, P1_2 key for the clock by, P2_3 reset button for the clock. Adjustment of the clock adjustments do not deal with scintillation (2009-05-31, C/C++, 4KB, 下载155次)

http://www.pudn.com/Download/item/id/785617.html

[汇编语言] DUOZI

广告牌的制做,可以显示32高字可以任意加,
Advertising system to do, you can display 32 characters can be high-Canada, (2008-07-24, C/C++, 1KB, 下载9次)

http://www.pudn.com/Download/item/id/516455.html

[汇编语言] shiyanxitongkaifa

现场电子技术应用中包含了硬件(HW)、硬件加软件(HW+SW)、固件(FW)3个层次。这3个层次也可以说是现代电子技术应用的3人发展阶段。自1997年以来,电子技术应用又增加了一个新的层次——片上系统(SOC)层次。SOC技术概念和应用技术层次的出现,标志着现代电子技术应用进入了SOC阶段。
Field application of electronic technology includes hardware (HW), the hardware plus software (HW+ SW), firmware (FW) 3 level. This three-level can also be said that the application of modern electronic technology 3 stage of development. Since 1997, the application of electronics technology has added a new level- System-on-Chip (SOC) levels. SOC technology and application of the concept of the emergence of the technical level, marking the modern electronic technology applications into the SOC phase. (2008-05-25, C/C++, 406KB, 下载42次)

http://www.pudn.com/Download/item/id/472579.html

[汇编语言] 4

取苹果 只是简单的游戏 没有用到富格纳斯数
Apple simply check the game did not use a few rich Magnus (2008-05-21, C/C++, 1KB, 下载34次)

http://www.pudn.com/Download/item/id/469239.html

[汇编语言] S3C44B0XandMCP2515loopbackTest

S3C44B0X加MCP2515扩展CAN总线接口,代码很适合初学者学习
MCP2515 expansion S3C44B0X plus CAN bus interface, the code is very suitable for beginners to learn (2008-04-17, C/C++, 106KB, 下载44次)

http://www.pudn.com/Download/item/id/440220.html
总计:19