Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • PIC16F628_RGB_LED_code.rar PIC16F628 Serial 8 RGB LED Controller]This code is for a simple RGB LED controller for 8 LEDs using a PIC16F628. It is controlled by sending 3 bytes to the internal USART for the red, green, and blue color channels. The operation is very simple and so is ...
  • colortaker.rar 屏幕取色器,从屏幕上取鼠标所在点的颜色然后转化为RGB形式显示
  • RGBMixer.rar RGB mixer. ideal for picture works
  • scolor.rar 鼠标点击右边颜色框拖住不放,柯任意吸取屏幕任一个地方颜色,转换成RGB格式,如果需要其它格式,大家可以修改源码实现。
  • GLFWSDK_1_00_00B.zip ... GLFW: I will show you how to setup and run an OpenGL application using my library. The output generated will be a simple RGB-filled triangle in a black window however, even if it is not really sophisticated, it will perfectly fit our requirement. The ...
  • ColorSnap.rar 颜色获取程序,用户可以用鼠标任意点击想获取颜色的区域,既可获取该颜色的RGB
  • histogram.rar make histogram RGB red green blue
  • arm_yuv2rgb.zip yuv to rgb convertor for ARM
  • color.zip this a mini application with openCV library, only shows the colour in RGB combination.
  • FolderCleaner_src.rar 工具原理: 1·遍历文件夹,扫描“是PE&会显示图标”的文件,选择其ICON_GROUP的第一个图标资源作判断 2·枚举该图标里的所有尺寸的图片,与Pattern中的相应尺寸的图片 比较每个像素的RGB,容差在某个范围内,则认为HIT 3·当该图标的某个尺寸的图片的所有像素HIT的百分比在某个范围内,则认为图标HIT,即认为是文件夹图标病毒 优势: 相比 通过提取文件CRC来判断一个文件夹病毒,通过图标来判断更为可控,更为迅速。而且,调整好几个阀值之后,理论上不会误报。